Sample Configuration with HP Serviceguard Extension for RAG and Oracle Real Application Clusters 11g release 2 using Cluster File System
15
6. There are two private disks (one disk per node for the local file system that is used for local Oracle
storage).
Create a SGeRAC cluster with CFS for Oracle 11g R2
In this sample, both the Oracle RAC software and data files reside on CFS. The Oracle Clusterware
binaries home is on a local file system. The following three CFS file systems are created:
/cfs/mnt1 – for Oracle RAC Base and Home
/cfs/mnt2 – for Oracle datafiles
/cfs/mnt3 – for OCR and Voting disk
Initialize the VERITAS Volume Manager
If you have not already done so, execute the following command on all nodes:
# vxinstall
Create Cluster ASCII file
# cd /etc/cmcluster
# cmquerycl –C cluster.asc –n ccia1 –n ccia2 –q fender
Edit the cluster ASCII file. A 2-node configuration requires either a SG quorum server or cluster lock
device. In this sample, a quorum server is used.
CLUSTER_NAME cluster_ccia
QS_HOST fender
QS_POLLING_INTERVAL 120000000
QS_TIMEOUT_EXTENSION 0
NODE_NAME ccia1
NETWORK_INTERFACE lan0
STATIONARY_IP 15.154.63.103
NETWORK_INTERFACE lan3
NETWORK_INTERFACE lan1
HEARTBEAT_IP 10.10.1.1
NETWORK_INTERFACE lan2
NODE_NAME ccia2
NETWORK_INTERFACE lan0
STATIONARY_IP 15.154.63.91
NETWORK_INTERFACE lan3
NETWORK_INTERFACE lan1
HEARTBEAT_IP 10.10.1.2
NETWORK_INTERFACE lan2
AUTO_START_TIMEOUT 600000000
NETWORK_POLLING_INTERVAL 2000000
NETWORK_FAILURE_DETECTION INOUT
MAX_CONFIGURED_PACKAGES 300
For SGeRAC A.11.19, the MEMBER_TIMEOUT is:
MEMBER_TIMEOUT 14000000