Building Disaster Recovery Serviceguard Solutions Using Metrocluster with Continuous Access XP P9000 for Linux B.12.00.00

Sample file for configuring automatic Raid Manager startup
--------------------------RAID MANAGER ------------------------------------
# Metrocluster with Continuous Access Toolkit script for configuring the
# startup parameters for a HP Disk Array XP Raid Manager
# instance. The Raid Manager instance must be running before any
# Metrocluster package can start up successfully.
#
# @(#) $Revision: 1.8 $
#
# START_RAIDMGR If set to 1, this host will attempt to start up all the
# instances of the HP Disk Array XP Raid Manager specified
# as RAIDMGR_INSTANCE at system startup.
# If set to 0, this host will not attempt to start the
# Raid Manager instances during node boot, however
# Metrocluster package startup will start all the Raid
# Manager instances specified in this file.
#
# RAIDMGR_INSTANCE It contains instance numbers of all the Raid Manager
# instances to be started during node boot and package
# startup in a comma separated list.
# It must include the Raid Manager instance number
# specified in Metrocluster package configuration file
# When using remote array Raid Manager instances, specify
# the remote Array Raid Manager instance numbers along
# with local array Raid Manager instance number.
#
# Consult your Raid Manager documentation for more detail.
# See the Metrocluster and Raid Manager documentation for more information
# about configuring this script.
START_RAIDMGR=1
RAIDMGR_INSTANCE=0,1
Sample RAID Manager configuration file for the Remote Command Device
This section includes a sample RAID Manager configuration file for the remote command device.
For this sample, following are the configuration details:
ftsys1 and ftsys2 are part of primary site
ftsys1a and ftsys2a are part of recovery site
horcm0 is the local array Raid manager
horcm1 is the remote array Raid Manager
/dev/xp/cmd2 is the device file name for remote command device
The following is an example of a RAID Manager configuration file for the RCMD for one node,
ftsys1.
# horcm1.conf.ftsys1- This is an example Raid Manager configuration
# file for RCMD on node ftsys1.Note that this configuration file is for Raid
# Manager instance 1, which can be determined by the "1" in the filename
# "horcm1.conf".
HORCM_MON
#ip_address service poll_interval(10ms) timeout(10ms)
ftsys1 horcm1 1000 3000
HORCM_CMD
#Primary Primary Alt-Link Secondary Secondary Alt-link
#dev_name dev_name dev_name dev_name
# Enter the remote command device dev_name
/dev/xp/cmd2
#/************************* HORCM_LDEV ***********************************/
# Enter details of the devices in the remote XP array
Sample file for configuring automatic Raid Manager startup 67