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

19
#
# Specify the file
systems 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:
# GFS6.0 uses pool for logical volume management whereas GFS6.1 uses LVM2.
# Their device name formats differ
and an example for each is shown below.
# Please use the appropriate one.
# Pool : /dev/pool/pool1 (GFS 6.0) OR
# LVM2 : /dev/mapper/vgX
-
lvY (GFS6.1)
# mount point : /pkg1a
# filesystem type : gfs
# mount opti
ons : read/write
#
# Then the following would be entered:
# LV[0]=/dev/pool/pool1; (GFS6.0) OR
# LV[0]=/dev/mapper/vgX
-
lvY; (GFS6.1)
# FS[0]=/pkg1a; FS_TYPE[0]="gfs";
# FS_MOUNT_OPT[0]="
-
o rw";
#
LV[0]="/dev/vgsg/lvsg"; FS[0]="/hpsiml
nx"; FS_TYPE[0]="ext3"; FS_MOUNT_OPT[0]=""
FS_UMOUNT_OPT[0]=""; FS_FSCK_OPT[0]=""
# FILESYSTEM UNMOUNT COUNT
# Specify the number of unmount attempts for each filesystem during package
# shutdown. The default is set to 1.
#
# This particular variable is
ignored if the underlying file system
# is Red Hat GFS.
#
FS_UMOUNT_COUNT=1
# FILESYSTEM MOUNT RETRY COUNT.
# Specify the number of mount retrys for each filesystem.
# The default is 0. During startup, if a mount point is busy
# and FS_MOUNT_RETRY_COUNT
is 0, package startup will fail and
# the script will exit with 1. If a mount point is busy and
# FS_MOUNT_RETRY_COUNT is greater than 0, the script will attempt
# to kill the process(s) responsible for the busy mount point
# and then mount the file s
ystem. It will attempt to kill user and
# retry mount, for the number of times specified in FS_MOUNT_RETRY_COUNT.
# If the mount still fails after this number of attempts, the script
# will exit with 1.
# NOTE: If the FS_MOUNT_RETRY_COUNT > 0, the script
will execute
# "fuser
-
kuv" to freeup busy mount point.
#
# FS_MOUNT_RETRY_COUNT must be set to zero (default), if the underlying
# file system is of type Red Hat GFS.
#
FS_MOUNT_RETRY_COUNT=0
#
# Configuring the concurrent operations below can be used to
improve the
# performance for starting up or halting a package. The maximum value for
# each concurrent operation parameter is 1024. Set these values carefully.
# The performance could actually decrease if the values are set too high
# for the system
resources available on your cluster nodes. Some examples
# of system resources that can affect the optimum number of concurrent
# operations are: number of CPUs, amount of available memory, the kernel
# configuration for nfile and nproc. In some cases
, if you set the number
# of concurrent operations too high, the package may not be able to start
# or to halt. It is suggested that the number of concurrent operations be