yum install http://downloads.eucalyptus.com/software/eucalyptus/3.1/rhel/6/x86_64/eucalyptus-release-3.1.noarch.rpm
yum install http://downloads.eucalyptus.com/software/euca2ools/2.1/rhel/6/x86_64/euca2ools-release-2.1.noarch.rpm
yum install http://downloads.eucalyptus.com/software/eucalyptus/3.1/rhel/6/x86_64/epel-release-6.noarch.rpm
yum install http://downloads.eucalyptus.com/software/eucalyptus/3.1/rhel/6/x86_64/elrepo-release-6.noarch.rpm
TipIf you are a Eucalyptus subscriber, you should have received an rpm
package file that you will need to install. If you are not a Eucalyptus
subscriber, skip this step.
|
yum install eucalyptus-enterprise-release-3.1*.noarch.rpm
yum groupinstall eucalyptus-cloud-controller
Note Clouds that use the VMware hypervisor do not have NCs; if you plan to use
VMware then skip this step.
|
modprobe kvm_intel modprobe vhost_net
modprobe kvm_amd modprobe vhost_net
yum install eucalyptus-nc
yum install eucalyptus-cc eucalyptus-sc eucalyptus-walrus
TipIf you do not have a Eucalyptus subscription and don't plan to use Eucalyptus's SAN
capabilities, skip this step.
|
yum 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.