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

18
#
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 must 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 supporte
d file systems are 'ext2', 'ext3', 'reiserfs' and 'gfs'.
#
# 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 'reiserfs'.
#
# The filesystems are defined as entries specifying the logical
# volume, the mount point, the file system type, the m
ount,
# 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 vol
ume groups referenced by the logical volume
# definitions below are included in volume group definitions.
#
# Specify the filesystems 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 incre
ment 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
# filesyst
em 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_FSCK_OPT[1]="";
#
# This section applies if the underlying file system is 'gfs'
#
# The filesystems are defined as entries spe
cifying 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.