Corporate Home Open Source Home
Syndicate content
Eucalyptus
4 replies [Last post]
khurramaltaf
Offline
Joined: 07/23/2010

I am trying to install Eucalyptus 1.6.2. and folloeing this document:
http://blogs.plexibus.com/2010/05/19/eucalyptus-setting-up-a-private-inf...
When i run this command,
euca_conf --register-walrus 192.168.0.114
i get the following error:
ERROR: you need to be on the CLC host and the CLC needs to be running.
I hvae followed the links for this problem but i couldn't get that.can any body solve this?

neil
Offline
Joined: 04/28/2009
As the message suggests, is

As the message suggests, is the CLC running (ps aux | grep eucalyptus-cloud). If not, you need to start it. Check for any errors in var/log/eucalyptus/cloud-*. Also, as the message indicates, if the CLC is running, you need to execute the command on the CLC host.

khurramaltaf
Offline
Joined: 07/23/2010
Thanks Neil for your reply

that error is removed, now i am facing another error, when i run this command:
euca_conf --register-walrus 10.3.93.38
error is:
Adding WALRUS host 10.3.93.38
ERROR: failed to register Walrus, please log in to the admin interface and check cloud status.
After that i used web interface, i get register the walrus, cluster but when i want to register nodes from terminal i face error:
euca_conf --register-nodes "10.3.93.36"
ERROR: you need to be on the CC host and the CC needs to be running.
Whats the method to register them?

graziano
Offline
Joined: 01/14/2010
Hello, have you followed our

Hello,

have you followed our administration guide? We explain there step by step, what to do to have your own cloud. In this case it seems that either you are not on the CC machine or the CC was not started, or the CC has not been registered yet with the CLC.

cheers
graziano

khurramaltaf
Offline
Joined: 07/23/2010
thanks i have

Thanks i have removed that error.