deb http://downloads.eucalyptus.com/software/eucalyptus/nightly/3.1/ubuntu lucid main
apt-key add 9d7b073c-eucalyptus-nightly-release-key.pub
deb http://downloads.eucalyptus.com/software/euca2ools/nightly/2.1/ubuntu lucid main
apt-get update
apt-get 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.
|
apt-get 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.
|
ImportantThis step is only required the first time libvirt is installed on a system.
|
virsh capabilities
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.
|