PRIMECLUSTER Global File Services Configuration and Administration Guide 4.2 (Solaris(TM) Operating Environment) |
Contents Index |
Appendix F Reference Manual | > F.2 Management Commands Specific to the GFS Shared File System |
sfcmntgl special | mount_point
sfcmntgl special mount_point
The sfcmntgl mounts all nodes sharing the same file system according to the specified operands.
The sfcmntgl can be executed from any node which are specified in the GFS configuration node data made by sfcsetup(1M). It is necessary to set up /etc/vfstab, in advance.
Only a super user can perform mount processing.
When mount processing goes wrong, error information is outputted to the console of each node. Please perform management according to the outputted error information.
The following operand can be specified:
special
Specifies the block special device name of a representative partition of the file system to be mounted.
mount_point
Specifies the name of the directory to be mounted.
# sfcmntgl /dev/sfdsk/gfs/dsk/volume1 /mount_point # sfcmntgl /dev/sfdsk/gfs/dsk/volume1 # sfcmntgl /mount_point
/etc/mnttab
Table for the currently mounted file system.
/etc/vfstab
Environment file for the file system.
mount_sfcfs(1M), sfcsetup(1M), sfcumntgl(1M), umount_sfcfs(1M).
mount(1M), mount(4), vfstab(4) in the "Solaris X Reference Manual Collection."
Contents Index |