Managing Serviceguard Fifteenth Edition, reprinted May 2008

Configuring Packages and Their Services
Choosing Package Modules
Chapter 6306
fs_name This parameter, in conjunction with fs_directory, fs_type,
fs_mount_opt, fs_umount_opt, and fs_fsck_opt, specifies a filesystem
that is to be mounted by the package. Replaces LV, which is still
supported in the package control script for legacy packages.
fs_name must specify the block devicefile for a logical volume.
Filesystems are mounted in the order specified in this file, and
unmounted in the reverse order.
NOTE A volume group must be defined in this file (using vg; see page 303) for
each logical volume specified by an fs_name entry.
See “File system parameters” on page 304, and the comments in the
FILESYSTEMS section of the configuration file, for more information and
examples. See also “Logical Volume and File System Planning” on
page 170, and the mount (1m) manpage.
fs_directory The root of the file system specified by fs_name. Replaces
FS, which is still supported in the package control script for legacy
packages; see “Configuring a Legacy Package” on page 377. See the
mount (1m) manpage for more information.
fs_type The type of the file system specified by fs_name. This
parameter is in the package control script for legacy packages.
See the mount (1m) and fstyp (1m) manpages for more information.
fs_mount_opt The mount options for the file system specified by
fs_name. This parameter is in the package control script for legacy
packages.
See the mount (1m) manpage for more information.
fs_umount_opt The umount options for the file system specified by
fs_name. This parameter is in the package control script for legacy
packages.
Using the -s option of umount will improve startup performance if the
package uses a large number of file systems. See the mount (1m)
manpage for more information.