Hi,
I've downloaded Eucalyptus 1-6 source package and I have installed source, dependencies and everything on one machine. In a sense, I've set up CC and CLC on the same machine, along with EBS and Walrus of course.
And, I'm a beginner. First up I would like to check if that's working properly or not. MIne is a 64 bit machine and the node I did an rysnc to rysnc [/opt/eucalyptus @node] was a 32 bit machine.
I'm stuck at First time configuration. When I try to run a command to register my cluster
/opt/eucalyptus/usr/sbin/euca_conf -addcluster project6d root@192.168.9.2 /opt/eucalyptus/etc/eucalyptus/eucalyptus.conf
It says You need to be on the CLC host and CLC needs to be running
I'm using that as the eucalyptus user itself and besides, I've done a recheck if I missed out any package but everything seemed proper. Each and every dependency is successfully put in.
I setup everything on top of XEN Kernel, that is the cloud and cluster on Open SUSE where as the node on Ubuntu, on a machine but not on any hypervisor.
But, this error I'm getting is at the front end.
Also, when I try to run to start the node controller, it says some euca_conf rootwrap error, did you run euca_conf -setup?
I've tried every possible thing but really haven't been successful.
Thoughts most welcome.
Hello,
if this is your first attempt, you may find it easier to use the packaged version of eucalyptus. The message is telling you that the CLC needs to be started: did you start it? Same for the other message you need (as root) to run euca_conf -setup before you can got to the first steps.
Also you may need to read the network document, since SYSTEM mode requires you to setup a bridge on the NC, otherwise your instances will not have network.
cheers
graziano
Posted: Mon, 02/08/2010 - 10:06
I've followed the following document -:
http://open.eucalyptus.com/book/export/html/1162
I've not setup any bridge on the machine on which I setup Cloud and Cluster [both on the same machine]. Neither on the node.
I'm able to rsync to the node, that means, there's proper communication. Is it required to really setup a bridge? I mean, if that's only for communication, it's working this way
Has the error I mentioned in the previous post on my front end is due to not configuring bridge? Besides, I'm under a proxy and when I try to setup a bridge, I get disconnected from internet. If a bridge had to be setup, where should it be setup? On the machine where I had cluster and cloud? or the one I had node?
The current networking mode is SYSTEM. No bridge setup
Awaiting replies.