Top
PRIMECLUSTER Global File Services Configuration and Administration Guide 4.5
FUJITSU Software

B.2.7 sfcmntgl(1M) Mount the GFS Shared File System on all nodes

<SYNOPSIS>

sfcmntgl block_special | mount_point

sfcmntgl block_special mount_point

<DESCRIPTION>

The sfcmntgl mounts all nodes sharing the same file system according to the specified operands. sfcfsd daemon and MDS (if necessary) will be started.

The sfcmntgl can be executed in any nodes 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.

<OPERANDS>

The following operand can be specified:

block_special

Specifies the block special file path on a representative partition of the file system to be mounted.

mount_point

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/mnttab

Table for the currently mounted file system.

/etc/vfstab

Environment file for the file system.

<SEE ALSO>

mount_sfcfs(1M), sfcsetup(1M), sfcumntgl(1M), umount_sfcfs(1M)

mount(1M), mnttab(4), vfstab(4) in the Solaris documentation

<NOTES>