Thursday, October 6, 2011

Installing Open Nebula 3.0 on Ubuntu 10.04


  • Downloaded the .deb file from Open Nebula website (http://dev.opennebula.org/packages/opennebula-3.0.0/Ubuntu-10.04/opennebula_3.0.0-1_amd64.deb)
  • Installed it but gave some problems hence had to do the following steps:
dpkg -i opennebula_3.0.0-1_amd64.deb
apt-get install libmysqlclient16 libxmlrpc-c3
apt-get -f install 
  • Once that's installed, the oned daemon will be started automatically.  
  • Login as oneadmin and export the ONE_AUTH variable as follow:
export ONE_AUTH=/var/lib/one/auth
  • You should be able to access the one* commands as oneadmin.

No comments: