Managing Serviceguard Eighteenth Edition, September 2010
fs_mount_retry_count
The number of mount retries for each file system. Legal value is zero or any greater
number. The default is zero.
If the mount point is busy at package startup and fs_mount_retry_count is set to zero,
package startup will fail.
If the mount point is busy and fs_mount_retry_count is greater than zero, the startup
script will attempt to kill the user process responsible for the busy mount point (fuser
-ku) and then try to mount the file system again. It will do this the number of times
specified by fs_mount_retry_count.
If the mount still fails after the number of attempts specified by fs_mount_retry_count,
package startup will fail.
This parameter is in the package control script for legacy packages. See “Configuring
a Legacy Package” (page 375).
fs_umount_retry_count
The number of umount retries for each file system. Replaces FS_UMOUNT_COUNT,
which is still supported in the package control script for legacy packages; see
“Configuring a Legacy Package” (page 375).
Legal value is any greater number greater than zero. The default is 1. Operates in the
same way as fs_mount_retry_count (page 307).
fs_name
• For a local filesystem, this parameter, in conjunction with fs_directory, fs_type,
fs_mount_opt, fs_umount_opt, and fs_fsck_opt, specifies the filesystem that is to be
mounted by the package. fs_name must specify the block devicefile for a logical
volume.
• For an NFS-imported filesystem, the additional parameters required are fs_server,
fs_directory, fs_type, and fs_mount_opt; see fs_server (page 308) for an example.
CAUTION: Before configuring an NFS-imported filesystem into a package, make
sure you have read and understood the rules and guidelines under “Planning for
NFS-mounted File Systems” (page 174), and configured the cluster parameter
CONFIGURED_IO_TIMEOUT_EXTENSION, described under “Cluster
Configuration Parameters ” (page 143).
Replaces LV, which is still supported in the package control script for legacy packages.
Filesystems are mounted in the order specified in this file, and unmounted in the reverse
order.
Choosing Package Modules 307