Building Disaster Recovery Serviceguard Solutions Using Metrocluster with 3PAR Remote Copy

1. Create a Serviceguard cluster with two sites.
2. Configure the Cluster File System Multi-node Package (SMNP).
Creating a Serviceguard cluster with sites configured
To create a Serviceguard cluster with sites configured:
1. Run the following command to create a cluster configuration file from any node:
# cmquerycl -v -C /etc/cmcluster/dbcluster.config -n SFO_1 -n SFO_2\
-n SJC_1 -n SJC_2 -w full -q quorum.abc.com where quorum.abc.com is the
host name of the Quorum Server.
2. Edit the /etc/cmcluster/dbcluster.config file to specify the site configuration. The
following is a sample of the configuration file:
SITE_NAME san_francisco
SITE_NAME san_jose
NODE_NAME sfo_1
SITE san_francisco
NETWORK_INTERFACE lan2 #SG HB 1
HEARTBEAT_IP 192.1.3.1
NETWORK_INTERFACE lan3 #SG HB 2
HEARTBEAT_IP 192.1.5.1
NETWORK_INTERFACE lan4 #SFO_CRS CSS HB
STATIONARY_IP 192.1.7.1
NETWORK_INTERFACE lan5 #SFO_CRS CSS HB standby
NETWORK_INTERFACE lan1 # SFO client access
STATIONARY_IP 16.89.140.201
NETWORK_INTERFACE lan6 # SFO client access standby
NODE_NAME sfo_2
SITE san_francisco
NETWORK_INTERFACE lan2 #SG HB 1
HEARTBEAT_IP 192.1.3.2
NETWORK_INTERFACE lan3 #SG HB 2
HEARTBEAT_IP 192.1.5.2
NETWORK_INTERFACE lan4 # SFO_CRS CSS HB
STATIONARY_IP 192.1.7.2
NETWORK_INTERFACE lan5 # SFO_CRS CSS HB standby
NETWORK_INTERFACE lan1 # SFO client access
STATIONARY_IP 16.89.140.203
NETWORK_INTERFACE lan6 # SFO client access standby
NODE_NAME sjc_1
SITE san_jose
NETWORK_INTERFACE lan2 #SG HB 3
HEARTBEAT_IP 192.1.6.1
NETWORK_INTERFACE lan3 #SG HB 4
HEARTBEAT_IP 192.1.4.1
NETWORK_INTERFACE lan4 #SJC_CRS CSS HB
STATIONARY_IP 192.1.8.1
NETWORK_INTERFACE lan5 #SJC_CRS CSS HB standby
NETWORK_INTERFACE lan1 # SJC client access
STATIONARY_IP 16.89.141.201
NETWORK_INTERFACE lan6 # SJC client access standby
NODE_NAME sjc_2
SITE san_jose
NETWORK_INTERFACE lan2 #SG HB 3
HEARTBEAT_IP 192.1.6.2
NETWORK_INTERFACE lan3 # SG HB 4
HEARTBEAT_IP 192.1.4.2
NETWORK_INTERFACE lan4 #SJC_CRS CSS HB
STATIONARY_IP 192.1.8.2
80 Configuring Oracle RAC in SADTA