Setting up HP SIM 5.x on an HP-UX Serviceguard Cluster (448492-002, February 2008)

17
# Leave the default, DATA_REP="none", if remote data replication is not used
# or if the underlying file system is of type Red Hat G
FS (Global File System).
#
# If remote data replication is used for the package application data, set
# the variable DATA_REP to the data replication method. The current supported
# methods are "clx", "clxeva" and "xdcmd".
#
DATA_REP="none"
# SOFTWARE RA
ID DATA REPLICATION
# Specify the location of the Software RAID configuration file if "DATA_REP"
# is set to "xdcmd" or "XDCMD". This is the Extended Distance cluster
Configuration file.
# A separate copy of this file will be used by each package. It is re
commended
# that this file be kept in the package directory.
#
# For example:
# XDC_CONFIG_FILE="$SGCONF/pkg1/raid.conf"
#
# Set XDC_CONFIG_FILE as shown below if raid.conf file is in the
# package directory.
#
# XDC_CONFIG_FILE="${0%/*}/raid.conf"
#
#XDC_
CONFIG_FILE=""
# MD (RAID) CONFIGURATION FILE
# Specify the configuration file that will be used to define
# the md raid devices for this package.
#
# For example:
# RAIDTAB="/usr/local/cmcluster/conf/raidtab.sg"
#
# RAID Configuration file must not be
set if the underlying file system
# is Red Hat GFS.
#
#RAIDTAB=""
# MD (RAID) COMMANDS
# Specify the method of activation and deactivation for md.
# Leave the default (RAIDSTART="raidstart", "RAIDSTOP="raidstop") if you want
# md to be started and st
opped with default methods.
#
RAIDSTART="raidstart
-
c ${RAIDTAB}"
RAIDSTOP="raidstop
-
c ${RAIDTAB}"
# VOLUME GROUP ACTIVATION
# Specify the method of activation for volume groups.
# Leave the default ("VGCHANGE="vgchange
-
a y") if you want volume
# group
s activated in default mode.
#
# VGCHANGE="vgchange
-
a y"
VGCHANGE="vgchange
-
a y" # Default
# VOLUME GROUPS
# Specify which volume groups are used by this package. Uncomment VG[0]=""
# and fill in the name of your first volume group. You
must begin with
# VG[0], and increment the list in sequence.
#
# For example, if this package uses your volume groups vg01 and vg02, enter:
# VG[0]=vg01
# VG[1]=vg02
#
# Volume groups must not be set if the underlying file system is GFS.
#
# The volume group activation method is defined above. The filesystems
# associated with these volume groups are specified below. Ensure all the
# mds in the volume groups are included in the md activation above.