Corporate Home Open Source Home
Syndicate content
Eucalyptus

Join us at engage.eucalyptus.com

3 replies [Last post]
shifali_choubey
Offline
Joined: 02/06/2010

I have installed all eucalyptus packages except nc on my machine(front )...while nc is installed on other machine(compute node).
when i write the
sudo service eucalyptus-cloud start
sudo service eucalyptus-cc start
euca_conf -addcluster cluster1 localhost
its giving error message:
ERROR:YOU NEED TO BE ON CLC HOST & CLC NEEDS TO BE RUNNING.

where am i going wrong??

graziano
Offline
Joined: 01/14/2010
Hello, you need to be on the

Hello,

you need to be on the CLC machine to add a cluster, and the CLC needs to be running: is it running? Are you on the CLC machine? Can you get to the web UI?

cheers
graziano

jitendraujn
Offline
Joined: 08/06/2011
ERROR: you need to be on the CLC host and the CLC needs to be ru

i also have similar problem and i am on the machine on which(walrus cc and sc ) are installed so i will be CLC host
but i'm confused why CLC not starting i started each component(by eucalyptus-cc,eucalyptus-cloud) because eucalyptus-cloud consist of walrus and sc they are also started
does CLC whatever i am assuming is the same machine on which {wlrus sc and cc are installed}
and if it the same m/c then why this type of error is generating

cloud m/c setup:
front end: wlarus,sc and cc
node: nc
please reply it is urgent

jitendraujn
Offline
Joined: 08/06/2011
clc host prob solved

Hello,

i had same problem after running
sudo service eucalyptus-cloud start
sudo service eucalyptus-cc start
euca_conf -addcluster cluster1 localhost

the problem actually arises due to CLC is stoped every time u start it.

u can conferm it by command

sudo service eucalyptus-cloud status after starting the service.

so u should see cloud-error.log file and at last u will find the problem why cloud every time shutting down after startup

in my case it was the problem just because a package tgt was not installed.

so u can install this package using: sudo apt-get install tgt.

after installation restart each service i hope ur problem will be solved.
if it will solve please acknowledge me.

jitendra