<SYNOPSIS>
sfcmntgl device | mount_point
sfcmntgl device mount_point
<DESCRIPTION>
The sfcmntgl mounts all nodes sharing the same file system according to the specified operands.
sfcmntgl can be executed from any nodes as the GFS configuring nodes that are specified with sfcsetup(8). The pre-definitions in /etc/fstab are necessary.
Only a super user can perform mount processing.
<OPERAND>
The following operand can be specified:
Specifies path name of the block special file of a representative partition of the file system to be mounted.
Specifies the name of the directory to be mounted.
<EXAMPLE>
# sfcmntgl /dev/sfdsk/gfs01/dsk/volume01 /mount_point <Enter> # sfcmntgl /dev/sfdsk/gfs01/dsk/volume01 <Enter> # sfcmntgl /mount_point <Enter> |
<FILES>
/etc/mtab
Table for the currently mounted file system.
/etc/fstab
Environment file for the file system.
<SEE ALSO>
sfcmount(8), sfcsetup(8), sfcumntgl(8), sfcumount(8)
mount(8) and fstab(5) in the online manual
<NOTES>
sfcfrmd daemon must be running to enable the execution of this command.
When both device and mount_point are specified, the same set of the descriptions must be contained in /etc/fstab for all nodes sharing the file system.
Mount processing is always performed using the mount options for the mount point described in /etc/fstab. When no mount options are described in /etc/fstab, mount processing without any options is performed.