HP Serviceguard Developer's Toolbox Version B.12.00.00 For HP-UX and Linux

# Legal values for fs_umount_opt: <Any String>
# Legal values for fs_fsck_opt: <Any String>
fs_name /dev/mysql_vg/lvol0
fs_directory /mysql_mnt
fs_type ext2
fs_mount_opt "-o rw"
fs_umount_opt ""
fs_fsck_opt ""
# "pev_<name> defines an environment variable for the package.
#
# package environment variable
#
# You can define one or more variables which will be set as environment
# variables for scripts identified by external script and external pre
# script to use.
#
# The name is a string with the prefix "pev_", that contains only
# alphanumeric characters and underscores(_), for example
# pev_monitoring_interval.
# The value is a string that can contain any character except the pipe (|).
# For example, to define a variable pev_monitoring_interval with
# a value of 30, enter:
#
# pev_monitoring_interval 30
#
# The maximum length for the name (including the prefix) is MAXPATHLEN
# characters long.
#
# The maximum length for the value is MAXPATHLEN characters long.
#
# The prefixed parameter name is case insensitive. The prefix defined
# as "pev_" can be either upper case or lowercase as well. However,
# when used in the control script context, the name is set to
# all upper case characters as an environment variable.
#
# Serviceguard checks only the syntax of package environment
# variables. The values can be validated by means of "validate" section
# in the external script. The section will be called automatically by
# "cmcheckconf -P" and "cmapplyconf -P".
#
# Legal values for pev_<name>: /^[^|]+$/.
#pev_
# "external_pre_script" specifies an additional script to be run during package
# start and halt time.
#
# external_pre_script <program path name>
#
# The specified "external_pre_script" will be executed before
# any volume groups and disk groups are activated during package
# validation and start time. It will be executed after any volume groups
# and disk groups are deactivated during package halt time.
#
# When the program is run the first argument "$1" will be set to "start"
# when starting, "stop" when halting and "validate" when doing a cmapplyconf
# or cmcheckconf.
#
# If more than one "external_pre_script" is specified, the one specified first
# in this file will be run first during package start time, and last
# during package halt time.
#
# NOTE: All "external_pre_script" programs will be run with the first
# argument "$1" set to "validate" when the package is applied to the
# configuration.
#
# The specified "external_pre_script" will be executed before
# any volume groups and disk groups are activated during package
# validation and start time. It will be executed after any volume groups
# and disk groups are deactivated during package halt time.
#
# When the program is run the first argument "$1" will be set to "start"
# when starting, "stop" when halting and "validate" when doing a cmapplyconf
# or cmcheckconf.
#
# If more than one "external_pre_script" is specified, the one specified first
# in this file will be run first during package start time, and last
# during package halt time.
#
# NOTE: All "external_pre_script" programs will be run with the first
# argument "$1" set to "validate" when the package is applied to the
# configuration.
#
# Examples:
#
# external_pre_script /etc/cmcluster/packages/pkg1a/task0
# external_pre_script /etc/cmcluster/packages/pkg1a/task1
# external_pre_script /etc/cmcluster/packages/pkg1a/task2
#
# The following is the sequence of standard steps (for a package without
# external_pre scripts):
#
# Package starting | Package halting
26 MySQL Toolkit scripts