Managing Serviceguard 11th Edition, Version A.11.16, Second Printing June 2004

Planning and Documenting an HA Cluster
Package Configuration Planning
Chapter 4 173
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 user responsible for
the busy mount point 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.
CONCURRENT_VGCHANGE_OPERATIONS
Specifies the number of concurrent volume group
activations or deactivations to allow during package
startup or shutdown. The default is 1. Setting this
variable to a higher value may improve performance if
you are using a large number of volume groups. If a
value less than 1 is specified, the script defaults the
variable to 1 and writes a warning message in the
package control script log file.
CONCURRENT_DISKGROUP_OPERATIONS
Specifies the number of concurrent VxVM disk group
imports or deports to allow during package startup or
shutdown. The default is 1. Setting this variable to a
higher value may improve performance if you are using
a large number of disk groups. If a value less than 1 is
specified, the script defaults the variable to 1 and
writes a warning message in the package control script
log file.
CONCURRENT_FSCK_OPERATIONS
Specifies the number of concurrent fsck commands to
allow during package startup. The default is 1. Setting
this variable to a higher value may improve
performance when checking a large number of file
systems. If a value less than 1 is specified, the script
defaults the variable to 1 and writes a warning
message in the package control script log file.
CONCURRENT_MOUNT_OPERATIONS