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

20
# tuned carefully, increasing the values a little at a time and observing
# the e
ffect on the performance, and the values should never be set to a
# value where the performance levels off or declines. Additionally, the
# values used should take into account the node with the least resources
# in the cluster, and how many other pack
ages may be running on the node.
# For instance, if you tune the concurrent operations for a package so
# that it provides optimum performance for the package on a node while
# no other packages are running on that node, the package performance
# may
be significantly reduced, or may even fail when other packages are
# already running on that node.
# CONCURRENT FSCK OPERATIONS
# Specify the number of concurrent fsck processes to allow during package
# startup. Setting this value to an appropriate numb
er may improve the
# performance while checking a large number of file systems in the package.
# If the specified value is less than 1, the script defaults it to 1 and
# proceeds with a warning message in the package control script logfile.
#
# This parame
ter is ignored, if the underlying file system is Red Hat GFS,
# since fsck operations will not be performed in case of GFS.
#
CONCURRENT_FSCK_OPERATIONS=1
# CONCURRENT MOUNT AND UMOUNT OPERATIONS
# Specify the number of concurrent mounts and umounts to al
low during
# package startup or shutdown.
# Setting this value to an appropriate number may improve the performance
# while mounting or un
-
mounting a large number of file systems in the package.
# If the specified value is less than 1, the script defaults
it to 1 and
# proceeds with a warning message in the package control script logfile.
CONCURRENT_MOUNT_AND_UMOUNT_OPERATIONS=1
# IP ADDRESSES
# Specify the IP and Subnet address pairs which are used by this package.
# You could specify IPv4 or IPv6 IP and
subnet address pairs.
# Uncomment IP[0]="" and SUBNET[0]="" and fill in the name of your first
# IP and subnet address. You must begin with IP[0] and SUBNET[0] and
# increment the list in sequence.
#
# For example, if this package uses an IP of 192.10.25.1
2 and a subnet of
# 192.10.25.0 enter:
# IP[0]=192.10.25.12
# SUBNET[0]=192.10.25.0 # (netmask=255.255.255.0)
#
# Hint: The subnet can be obtained by AND masking the IP address and the
# netmask values from "ifconfig" command.
#
#
For example, if this package uses an IPv6 address of 2001::1/64
# The address prefix identifies the subnet as 2001:: which is an available
# subnet.
# enter:
# IP[0]=2001::1/64
# SUBNET[0]=2001::
# (netmask=ffff:ffff:ffff:ffff::)
#
# Hint: Run the "ifconfig" command and identify avaialable IPv6 subnets from
# the "Global" and "Site Local" IPv6 addresses configured.
#
# IP/Subnet address pairs for each IP address you want to add to a subnet
# interface card. Must be set in p
airs, even for IP addresses on the same
# subnet.
#
IP[0]="192.168.5.10"
SUBNET[0]="192.168.5.0"
# HA APPLICATION SERVER
# Enable or disable a High Availability application server that is used for
# this package. Some examples of the HA Servers are Networ
k File System