yum --nogpg install -y http://downloads.eucalyptus.com/ software/eucalyptus/nightly/3.1/centos/5/x86_64/eucalyptus-release-nightly-3.1.noarch.rpm
yum install -y http://downloads.eucalyptus.com/software/ euca2ools/nightly/2.1/centos/5/x86_64/euca2ools-release-2.1.noarch.rpm
rpm -Uvh epel-release-X-Y.noarch.rpm
yum update
yum install kmod-drbd83-xen
yum install eucalyptus-cloud eucalyptus-cc eucalyptus-sc eucalyptus-walrus
High AvailabilityIf you are deploying HA, you must install these
packages on pairs of systems. For instance, “eucalyptus-cloud” is installed on the
primary CLC
and the secondary CLC.
|
yum install eucalyptus-nc
ImportantIf you are using VMware, you can skip this step.
Eucalyptus software is not installed on these machines. They are
running VMware.
|
java -classpath /usr/share/eucalyptus/jgroups-2.11.1.Final.jar org.jgroups.tests.McastReceiverTest -mcast_addr 224.10.10.10 -port 5555
java -classpath /usr/share/eucalyptus/jgroups-2.11.1.Final.jar org.jgroups.tests.McastSenderTest -mcast_addr 224.10.10.10 -port 5555The two applications should be able to connect and arbitrary lines entered on the sender should appear on the receiver.
High AvailabilityIf you are installing an HA environment, repeat these tasks on secondary
CLC, Walrus, SC, and VMware Broker.
|