CentOS 6
Sponsored Link

Eucalyptus - Install#2 - Configure Node Controler2013/02/24

 
Configure Node Controler.
This example shows to configure Eucalyptus on the environment below.
#1) frontend.srv.world
[10.0.0.30]   ⇒   Control Server ( CLC, Walrus, SC, CC installed )

#2) node01.srv.world
[10.0.0.40]   ⇒   Node Controler ( NC installed, built KVM Host )
[1]
Configure as KVM Host first.
[2] Add some repositories to install Eucalyptus.
[root@frontend ~]#
yum -y install \
http://downloads.eucalyptus.com/software/eucalyptus/3.2/centos/6/x86_64/eucalyptus-release-3.2.noarch.rpm \
http://downloads.eucalyptus.com/software/euca2ools/2.1/centos/6/x86_64/euca2ools-release-2.1.noarch.rpm
[3] Install Components.
# enable EPEL

[root@frontend ~]#
yum --enablerepo=epel -y install eucalyptus-nc
[root@frontend ~]#
vi /etc/eucalyptus/eucalyptus.conf
# line 22: uncomment

CREATE_SC_LOOP_DEVICES=256
# line 165: change

VNET_MODE="
SYSTEM
"
# line 188: change ( specify bridge interface )

VNET_BRIDGE="
br0
"
[root@frontend ~]#
/etc/rc.d/init.d/eucalyptus-nc start

Starting Eucalyptus services: done.
Matched Content