Managing Serviceguard 14th Edition, June 2007
Configuring Packages and Their Services
Choosing Package Modules
Chapter 6296
NOTE A volume group must be defined in this file (using vg; see page 294) for
each logical volume specified by an fs_name entry.
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 363. 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.
fs_fsck_opt The fsck options for the file system specified by fs_name.
Using the -s (safe performance mode) option of fsck will improve
startup performance if the package uses a large number of file systems.
This parameter is in the package control script for legacy packages.
See the fsck (1m) manpage for more information.
pev_ Specifies a package environment variable that can be passed to an
external_pre_script, external_script, or both, by means of the
cmgetpkgenv (1m) command. New for modular packages.
The variable name must be in the form pev_<variable_name> and
contain only alphanumeric characters and underscores. The letters pev
(upper-case or lower-case) followed by the underscore (_) are required.