I am naive to eucalyptus. so please forgive me for a detailed stupidity .I have been trying to install eucalyptus 1.6.2 on ubuntu 10.04 as per this sitehttps://help.ubuntu.com/community/UEC/CDInstall i have installed the cloud controller and cluster controller in a system with ubuntu desktop version and walrus on another system with ubuntu server edition and node on another desktop edition. When I run the command "cat /var/log/eucalyptus/registration.log" the cc is not calling walrus and the node This is what i get
root@mist03:/# cat /var/log/eucalyptus/registration.log
2010-08-10 13:02:48-04:00 | 5923 -> Calling node cluster1 node 172.30.12.228
2010-08-10 13:02:49-04:00 | 5923 -> euca_conf --register-nodes returned 1
2010-08-12 16:21:04-04:00 | 13748 -> Calling node cluster1 node 172.30.12.228
2010-08-12 16:21:07-04:00 | 13748 -> euca_conf --register-nodes returned 1
2010-08-12 16:37:23-04:00 | 19538 -> Calling node cluster1 node 172.30.12.228
2010-08-12 16:37:24-04:00 | 19538 -> euca_conf --register-nodes returned 1
Also when running the command "euca-describe-availability-zones verbos" I get nothing
Is ther any solution for it
Thanks
sudhar
Hi Sudhar,
Not clear on the setup and what you are trying to do. My understanding is as below
1. Machine 1 : Ubuntu Desktop 10.x running CC and clc
2. Machine 2 : Ubuntu Server - Walrus
3. Machine 3 : Ubuntu Desktop - Node
You need to check the eucalyptus.conf and the eucarc file on the CC for the settings. Try pinging the machines and telnet on the ports to check for connectivity issues.
Try running euca-describe-availabilityzones verbose and paste the output. If you see all 0/0 in your output, It is pointing to a connectivity issue and then to a process issue. On the node controller, check if the eucalyptus-nc service is running by doing a ps -auxwwf|grep euca. If not, then try starting the nc service on the NC by executing sudo start eucalyptus-nc.. Then check the output of the command euca-describe-availabilityzones verbose on the CC
Hope this helps get past the initial hurdles.
cheers
Krishna
Hi Krishna
I pinged from cc to walrus and to nc, there is no connectivity issue . What I need to check on the eucalyptus.conf setting? .I tried running "euca-describe -availability-zones verbose" but I got nothing as an output. It dint show the availability zones.
Thanks
sudhar
Sudhar,
The eucarc file is the one which tells which server is on what IP. It is basically an env setting file which needs to be sourced before operating an command line options
Check the eucalyptus.conf for the settings of the servers and networking mode.
If you say that the availability verbose is yeilding no output whatsoever, something is seriously wrong here. It should at least say of your cloudname is available followed by availability of configurations. The configurations will show 0/0 if the CC cannot query the NC for resource availabilities. in which case u need to restart the eucalyptus-nc process on the NC.
I think your setup is messed up real bad. you should consider fresh re-install if possible. Nevertheless, do paste the eucalyptus.conf and the availability output
I am new in Eucalyptus Cloud Computing .I am try to install Eucalyptus 2.0 in the RHEL 5.5 .During the installation of python it gives the error
[root@localhost eucalyptus-2.0.0-rpm-deps-x86_64]# rpm -Uvh python25-libs-2.5.1-bashton1.x86_64.rpm
error: Failed dependencies:
python25 = 2.5.1-bashton1 is needed by python25-libs-2.5.1-bashton1.x86_64
[root@localhost eucalyptus-2.0.0-rpm-deps-x86_64]# rpm -Uvh python25-devel-2.5.1-bashton1.x86_64.rpm
error: Failed dependencies:
libpython2.5.so.1.0()(64bit) is needed by python25-devel-2.5.1-bashton1.x86_64
python25 = 2.5.1-bashton1 is needed by python25-devel-2.5.1-bashton1.x86_64
[root@localhost eucalyptus-2.0.0-rpm-deps-x86_64]# rpm -Uvh python25-2.5.1-bashton1.x86_64.rpm
error: Failed dependencies:
libpython2.5.so.1.0()(64bit) is needed by python25-2.5.1-bashton1.x86_64
plz guide me to implement the eucalyptus 2.0
every thing if fine at our end , there is a successful installation of ubuntu cloud enterprise 10.10 . after successful update and upgrade , when i am running https://172.31.129.49 at web it says for login
after successful login i am able to change password and update the entries but in the image and store tab there is no thing , its empty , please if any one is getting the issue please give me the solution or tell me what could be the possible error at my end .
after the successful installation of UCE 10.10 . i run command for update and upgrade.
when it completes successfull i run the command
sudo start eucalyptus-walrus-publication
as reply it gives walrus is running
after that
i used two commands
sudo start uec-component-listener
cat /var/log/eucalyptus/registration.log
here it is not calling walrus .
and also at the web https://172.31.129.49 (warlus address cc sc all are same address)
the page is not able to connect
please if getting my issues , suggest some solution for the above
I installed ubuntu10.04 UEC (CC,Walrus,CLC)in one system and Node (Ubuntu 10.04 UEC) in another system..
In the registration.log at CLC shows 0 for the registration of NC,Cluster .. But it returns 1 for Walrus...
Meanwhile i couldnt checkout WEBUI ... That is https://:8773