Join us at engage.eucalyptus.com
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??
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
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
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