Install euca2ools2010/05/03 |
Install euca2ools for Eucalyptus
|
|
[1] | Get latest one if you get it with wget command. |
[root@frontend ~]# wget -O euca2ools-1.0-centos-x86_64.tar.gz "http://open.eucalyptus.com/downloads/117" [root@frontend ~]# tar zxvf euca2ools-1.0-centos-x86_64.tar.gz [root@frontend ~]# cd euca2ools-1.0-centos-x86_64 [root@frontend euca2ools-1.0-centos-x86_64]# rpm -Uvh python25-2.5.1-bashton1.x86_64.rpm python25-libs-2.5.1-bashton1.x86_64.rpm euca2ools-1.0-1.x86_64.rpm Preparing... ################################ [100%] 1:python25-libs ################################ [33%] 2:python25 ################################ [67%] 3:euca2ools ################################ [100%] [root@frontend euca2ools-1.0-centos-x86_64]# [root@frontend ~]# rm -rf euca2ools-1.0-centos-x86_64
|
[2] | Operation checking |
[root@frontend ~]# euca_conf -help /opt/eucalyptus/usr/sbin/euca_conf [options] [<file>] where <file> is the configuration file (/opt/eucalyptus/etc/eucalyptus/eucalyptus.conf by default) -help this message -d <dir> point EUCALYPTUS to <dir> -addnode <hostname> add new node to EUCALYPTUS -synckeys sync the keys with the nodes -norsync don't use rsync (ie remote node have no root) -delnode <hostname> remove node from EUCALYPTUS -addcluster <clusname> <hostname> add new cluster to EUCALYPTUS -nodes "host host ..." list of NCs -ccp <port> set CC port -ncp <port> set NC port -instances <path> set the INSTANCE path -cloudp <port1> <port2> set the 2 cloud ports -hypervisor <kvm|xen> set hypervisor to use -user <euca_user> set the user to use -dhcpd <dhcpd> set the dhcpd binary to <name> -dhcp_user <user> set the username to run dhcpd as -name <var> returns the value or <name> -setup perform initial setup -check [nc|cc|cloud] pre-flight checks -version eucalyptus version
|
Sponsored Link |