TipIf you are a Eucalyptus subscriber, you should have received a deb
package file that you will need to install. If you are not a Eucalyptus
subscriber, skip this step.
|
dpkg -i eucalyptus-enterprise-release_3.1-*lucid_all.deb
apt-key add c1240596-eucalyptus-release-key.pub
deb http://downloads.eucalyptus.com/software/eucalyptus/3.1/ubuntu lucid main
deb http://downloads.eucalyptus.com/software/euca2ools/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
apt-get install eucalyptus-enterprise-vmware-broker
apt-get install eucalyptus-enterprise-storage-san
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.
|