WARNINGThis task is only for high availability (HA)
installations. Do not register an arbitrator if you do not have
an HA environment. If you do, you will not be able to access
your cloud.
|
High AvailabilityIn HA, you can register each Arbitrator
service on the primary and secondary CLC and Walrus. If you are
using either Managed or Managed (No VLAN) mode, you can also
register Arbitrator services on both the primary CC and the
secondary CC.
|
/usr/sbin/euca_conf --register-arbitrator --partition [ID] --component [ID] --host [target_IP]>
euca_conf --register-arbitrator --partition EXAMPLE_ARB --component EXAMPLE_ARB --host 192.168.1.10
/usr/sbin/euca-modify-property -p <ID>.arbitrator.gatewayhost=<gateway>
euca-modify-property -p EXAMPLE_ARB.arbitrator.gatewayhost=192.168.1.1
CC_ARBITRATORS="192.168.48.11 192.168.48.12"
service eucalyptus-cc restart
/usr/sbin/euca_conf --register-arbitrator --host <CLC_host_p> --component ARB00 --partition ARB00 /usr/sbin/euca_conf --register-arbitrator --host <CLC_host_p> --component ARB01 --partition ARB01 /usr/sbin/euca_conf --register-arbitrator --host <Walrus_host_p> --component ARB02 --partition ARB02 /usr/sbin/euca_conf --register-arbitrator --host <Walrus_host_p> --component ARB03 --partition ARB03 /usr/sbin/euca_conf --register-arbitrator --host <CLC_host_s> --component ARB04 --partition ARB04 /usr/sbin/euca_conf --register-arbitrator --host <CLC_host_s> --component ARB05 --partition ARB05 /usr/sbin/euca_conf --register-arbitrator --host <Walrus_host_s> --component ARB06 --partition ARB06 /usr/sbin/euca_conf --register-arbitrator --host <Walrus_host_s> --component ARB07 --partition ARB07