Setting up an HP SIM server 6.0 or greater on a Linux-based Serviceguard Cluster White Paper 444847-004, February 2010

18
#
# NOTE: Mixing of 'gfs' with non
-
gfs filesystems in the same package
#
control script is not permitted. A single package control
# script can define either a 'gfs' filesystem or a non
-
gfs
# filesystem but not both.
#
# The following section applies if the underlying file system is
'ext2',
# 'ext3' or 'reiser
fs'.
#
# The filesystems are defined as entries specifying the logical
# volume, the mount point, the file system type, the mount,
# umount and fsck options.
# Each filesystem will be fsck'd prior to being mounted.
# The filesystems will be mounted in the
order specified during package
# startup and will be unmounted in reverse order during package
# shutdown. Ensure that volume groups referenced by the logical
volume
# definitions below are included in volume group definitions.
#
# Specify the filesyst
ems which are used by this package. Uncomment
# LV[0]=""; FS[0]=""; FS_TYPE[0]=""; FS_MOUNT_OPT[0]="";
# FS_UMOUNT_OPT[0]=""; FS_FSCK_OPT[0]="" and fill in
# the name of your first logical volume, filesystem, type, mount,
# umount and fsck options for the
file system.
# You must begin with LV[0], FS[0],
# FS_TYPE[0], FS_MOUNT_OPT[0], FS_UMOUNT_OPT[0], FS_FSCK_OPT[0]
# and increment the list in sequence.
#
# Valid types for FS_TYPE are 'ext2', 'ext3' and 'reiserfs'.
#
# For example, if this package uses the
following:
# logical volume: /dev/vg01/lvol1 /dev/vg01/lvol2
# mount point: /pkg1a /pkg1b
# filesystem type: ext2 reiserfs
# mount options: read/write read/write
#
# Then the following would be entered:
#
LV[0]=/dev/vg01/lvol1; FS[0]=/pkg1a; FS_TYPE[0]="ext2";
# FS_MOUNT_OPT[0]="
-
o rw"; FS_UMOUNT_OPT[0]=""; FS_FSCK_OPT[0]="";
#
# LV[1]=/dev/vg01/lvol2; FS[1]=/pkg1b; FS_TYPE[1]="reiserfs";
# FS_MOUNT_OPT[1]="
-
o rw"; FS_UMOUNT_OPT[1]=""; FS_F
SCK_OPT[1]="";
#
# This section applies if the underlying file system is 'gfs'
#
# The filesystems are defined as entries specifying the physical pool
# device file, the mount point, the file system type and mount options.
# A check is performed to see if
the partition is already been mounted
# or not. If the partition is not mounted then it will be mounted.
#
# Specify the filesystems which are used by this package. Uncomment
# LV[0]=""; FS[0]=""; FS_TYPE[0]=""; FS_MOUNT_OPT[0]="" and fill in
# the name of
your first pool, filesystem, type and mount,
# options for the file system.
# You must begin with LV[0], FS[0], FS_TYPE[0],
# FS_MOUNT_OPT[0] and increment the list in sequence.
#
# Valid types for FS_TYPE are 'gfs'.
#
# For example, if this package uses
the following: