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

Appendix B hpsim.conf
# *********************************************************************
# ****** HIGH AVAILABILITY PACKAGE CONFIGURATION FILE (template) ******
# *********************************************************************
# ******* Note: This file MUST be edited before it can be used. *******
# * For complete details about package parameters and how to set them, *
# * consult the Serviceguard Extension for RAC manuals.
# *********************************************************************
# Enter a name for this package. This name will be used to identify the
# package when viewing or manipulating it. It must be different from
# the other configured package names.
PACKAGE_NAME hahpsim
# Enter the package type for this package. PACKAGE_TYPE indicates
# whether this package is to run as a FAILOVER, MULTI_NODE, or
# SYSTEM_MULTI_NODE package.
#
# FAILOVER package runs on one node at a time and if a failure
# occurs it can switch to an alternate node.
#
# MULTI_NODE package runs on multiple nodes at the same time and
# can be independently started and halted on
# individual nodes. Failures of package components such
# as services, EMS resources or subnets, will cause
# the package to be halted only on the node on which the
# failure occurred. Relocatable IP addresses cannot be
# assigned to MULTI_NODE packages.
#
# SYSTEM_MULTI_NODE
# package runs on all cluster nodes at the same time.
# It can not be started and halted on individual nodes.
# Both NODE_FAIL_FAST_ENABLED and AUTO_RUN must be set
# to YES for this type of package. All SERVICES must
# have SERVICE_FAIL_FAST_ENABLED set to YES.
#
# NOTE: Packages which have a PACKAGE_TYPE of MULTI_NODE and
# SYSTEM_MULTI_NODE are not failover packages and are only
# supported for use by applications provided by Hewlett-Packard.
#
# Since MULTI_NODE and SYSTEM_MULTI_NODE packages can run on more
# than one node at a time and do not failover in the event of a
# package failure, the following parameters cannot be
# specified when configuring packages of these types:
#
# FAILOVER_POLICY
# FAILBACK_POLICY
#
# Since an IP address can not be assigned to more than node at a
# time, relocatable IP addresses can not be assigned in the
# package control script for MULTI_NODE packages. If volume
# groups are used in a MULTI_NODE package, they must be
# activated in a shared mode and data integrity is left to the
# application. Shared access requires a shared volume manager.
#
# Examples : PACKAGE_TYPE FAILOVER (default)
# PACKAGE_TYPE MULTI_NODE
# PACKAGE_TYPE SYSTEM_MULTI_NODE
#
#