Managing Serviceguard Eighteenth Edition, September 2010
NOTE: A volume group must be defined in this file, using vg (page 304), for each
logical volume specified by an fs_name entry.
See “File system parameters” (page 306), and the comments in the FILESYSTEMS section
of the configuration file, for more information and examples. See also “Logical Volume
and File System Planning ” (page 168), and the mount (1m) and mount_nfs (1m)
manpages.
fs_server
The name or IP address (IPv4 or IPv6) of the NFS server for an NFS-imported filesystem.
In this case, you must also set fs_type to nfs, and set fs_mount_opt to "-o llock" (in
addition to any other values you use for fs_mount_opt). fs_name specifies the directory
to be imported from fs_server, and fs_directory specifies the local mount point.
For example:
fs_name /var/opt/nfs/share1
fs_server wagon
fs_directory /nfs/mnt/share1
fs_type nfs
fs_mount_opt "-o llock"
#fs_umount_opt
#fs_fsck_opt
Note that fs_umount_opt is optional and fs_fsck_opt is not used for an NFS-imported file
system. (Both are left commented out in this example.)
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”
(page 375). 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.
For an NFS-imported filesystem, this must be set to nfs. See the example under
“fs_server” (page 308).
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.
308 Configuring Packages and Their Services