Cross-Cluster Quorum Server Configuration

Cross Cluster Quorum Server Configurations
7 10/7/2004
On node D, apply the configuration and start cluster2:
# cmapplyconf -P /etc/cmcluster/qs-pkg-1/qs-pkg-1.config
# cmruncl
C. Reconfigure cluster1 as a two node cluster that uses the Quorum Server package on
cluster2.
[On node B]
Halt cluster1:
# cmhaltcl –f
Edit the cluster ascii file and uncomment the lines for node A to make cluster1 into a two node cluster.
Notice that the FAILOVER_OPTIMIZATION (for SGeFF) is being enabled too:
# cd /etc/cmcluster
# vi cmclconf.ascii
CLUSTER_NAME cluster1
QS_HOST 192.168.2.180
QS_POLLING_INTERVAL 300000000
NODE_NAME B
NETWORK_INTERFACE lan0
HEARTBEAT_IP 192.168.2.23
NETWORK_INTERFACE lan10
HEARTBEAT_IP 192.168.4.23
NODE_NAME A
NETWORK_INTERFACE lan0
HEARTBEAT_IP 192.168.2.24
NETWORK_INTERFACE lan10
HEARTBEAT_IP 192.168.4.24
HEARTBEAT_INTERVAL 800000
NODE_TIMEOUT 1600000
FAILOVER_OPTIMIZATION TWO_NODE
MAX_CONFIGURED_PACKAGES 2
[On node A]
Create Quorum Server package files:
# cd /etc/cmcluster
# echo '+' > /etc/cmcluster/qs_authfile
# mkdir /var/adm/qs
# mkdir qs-pkg-2
# rcp B:/etc/cmcluster/qs-pkg-2/qs-pkg-2.ctl /etc/cmcluster/qs-pkg-2/qs-pkg-2.ctl
[On node B]