Error Initialization of Cloud Controller

127 views
Skip to first unread message

arn_ junx157

unread,
Oct 2, 2016, 11:18:18 PM10/2/16
to Eucalyptus Users
Hi,

After installing manually CLC, Walrus, UFS,and CC on the same machine. I tried to initialize using this command clcadmin-initialize-cloud and I encountered this error below. I also tried this command # service eucalyptus-cloud stop to make sure that eucalyptus-cloud process is not running.

[root@localhost ~]# service eucalyptus-cloud stop
Redirecting to /bin/systemctl stop  eucalyptus-cloud.service
[root@localhost ~]# clcadmin-initialize-cloud 
2016-09-30 17:11:54 INFO ulimit: resource=7 soft=1024 hard=4096
2016-09-30 17:11:54 INFO ulimit: resource=7 soft=65535 hard=65535
2016-09-30 17:11:54 INFO ulimit: resource=6 soft=30884 hard=30884
2016-09-30 17:11:54 INFO ulimit: resource=6 soft=-1 hard=-1
2016-09-30 17:11:54 18598 INFO User did not set heap size. Setting it automatically to 4GB base on total memory of 8115875840 bytes
2016-09-30 17:11:54 INFO Returning Bootstrapper instance.
2016-09-30 17:12:11 INFO Executing Pre-Shutdown Hooks...
2016-09-30 17:12:11 INFO Executing Shutdown Hooks...
2016-09-30 17:12:11 INFO Executing Post-Shutdown Hooks...
2016-09-30 17:12:11 INFO Executing Post-Shutdown Hook: com.eucalyptus.system.Threads$ThreadPool$1@79c69615
2016-09-30 17:12:11 INFO SHUTDOWN:Eucalyptus.SYSTEM Stopping thread pool...
2016-09-30 17:12:11 18594 ERROR 0597 Service exit with a return value of 37.
/usr/sbin/clcadmin-initialize-cloud: cloud initialization failed

Cheers!


yue gu

unread,
Dec 3, 2016, 2:17:33 AM12/3/16
to Eucalyptus Users


在 2016年10月3日星期一 UTC+8上午11:18:18,arn_ junx157写道:
I also encounter this problem,I wish someone can hlpe me.thank you!

Kasim Vali Shaik

unread,
Dec 5, 2016, 7:10:18 AM12/5/16
to yue gu, Eucalyptus Users
Hi  Yue,

Please make sure,  you have turned off IPV6 on the clc server and also verify following parameters disabled in your machine.

[root@odc-f-22 sasl2]# sysctl -a |grep "net.ipv6.conf.all.disable_ipv6"
net.ipv6.conf.all.disable_ipv6 = 0
[root@odc-f-22 sasl2]# sysctl -a |grep "net.ipv6.conf.default.disable_ipv6"
net.ipv6.conf.default.disable_ipv6 = 0
[root@odc-f-22 sasl2]#


Thanks,

--
You received this message because you are subscribed to the Google Groups "Eucalyptus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to euca-users+unsubscribe@eucalyptus.com.
To post to this group, send email to euca-...@eucalyptus.com.
Visit this group at https://groups.google.com/a/eucalyptus.com/group/euca-users/.

dot

unread,
Apr 10, 2017, 1:48:08 AM4/10/17
to Eucalyptus Users, guyu...@gmail.com
I also encountered the same problem, but getting the same error even after turning off IPV6 using the commands given in this solution. Please provide any other solutions to solve this problem.
To unsubscribe from this group and stop receiving emails from it, send an email to euca-users+...@eucalyptus.com.

dot

unread,
Apr 10, 2017, 1:49:14 AM4/10/17
to Eucalyptus Users, guyu...@gmail.com
I am using Cent OS 7 and Eucalyptus version 4.4

dot

unread,
Apr 10, 2017, 5:22:05 AM4/10/17
to Eucalyptus Users, guyu...@gmail.com
I used the method given here https://www.unixmen.com/disable-ipv6-centos-7/

Edit file /etc/sysctl.conf,

vi /etc/sysctl.conf

Add the following lines:

net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1

If you want to disable IPV6 for particular network card, for example enp0s3, add the following entry.

net.ipv6.conf.enp0s3.disable_ipv6 = 1

Save and exit the file.

Execute the following command to reflect the changes.

sysctl -p

That problem is resolved.

Mohamed Sirajudeen

unread,
Oct 27, 2017, 2:28:49 AM10/27/17
to Eucalyptus Users
I am getting the same error after disabling the IPV6. Is there any solution?
Reply all
Reply to author
Forward
0 new messages