Setting up an HP SIM server 5.x on a Linux-based Serviceguard Cluster 444847-003, March 2009

17
#
# 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 stopped with default methods.
#
RAIDSTART="raidstart
-
c ${RAIDTAB}"
RAIDSTOP="raidstop
-
c ${RAIDTAB}"
# VOLUME GROUP ACTIVATION
# S
pecify the method of activation for volume groups.
# Leave the default ("VGCHANGE="vgchange
-
a y") if you want volume
# groups activated in default mode.
#
# VGCHANGE="vgchange
-
a y"
VGCHANGE="vgchange
-
a y" # Default
# VOLUME GROUPS
# Sp
ecify 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 vg0
2,
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.
#
VG[0]="/dev/vgsg"
# MULTIPLE DEVICES
# Specify which md devices are used by this package. Uncomment MD[0]=""
# and fill in the name of your first multiple device. You mu
st begin
# with MD[0], and increment the list in sequence. The md devices are
# defined in the RAIDTAB file specified above.
#
# For example, if this package uses multiple devices md0 and md1,
# enter:
# MD[0]=/dev/md0
# MD[1]=/dev/md1
#
#
Multiple devices must not be set if the underlying file system is
# Red Hat GFS.
#MD[0]=""
# FILESYSTEMS
# The only supported file systems are 'ext2', 'ext3', 'reiserfs' and
'gfs'.