<SYNOPSIS>
sfcrscinfo -m [ -a | -i fsid | device ]
<DESCRIPTION>
The sfcrscinfo command outputs file system information for GFS Shared File Systems.
sfcrscinfo outputs the following detailed information:
FSID (File system ID)
MDS/AC
MDS(P): The primary MDS on a definition
MDS(S): The secondary MDS on a definition
AC : The node that mount the file system
STATE/S-STATE (MDS)
run - : The primary MDS is running
wait - : The secondary MDS is waiting for failure recovery of the primary MDS
stop - : MDS stopped
none - : no relation with MDS
If S-STATE is other than "-", MDS is in state-transition.
STATE/S-STATE (AC)
run - : file system is in mounted
stop - : file system is in unmounted
If S-STATE is other than "-", AC is in state-transition.
RID-1/ RID-2/ RID-N (Resource No.: Always 0)
hostname (MDS/AC host name)
<OPTIONS>
The following options can be specified:
Outputs information for all GFS Shared File Systems that have been created.
Outputs the MDS and AC information for GFS Shared File Systems.
If -m specified with -a, outputs information for all GFS Shared File Systems that have been created.
If only specified -m, outputs information for GFS Shared File System which status is mounted.
Displays the information for the file system specified by fsid.
<OPERAND>
The following operand can be specified:
Specifies path name of the block special file of a representative partition of the GFS Shared File System.
<EXAMPLES>
# sfcrscinfo -m /dev/sfdsk/gfs01/dsk/volume01 <Enter> /dev/sfdsk/gfs01/dsk/volume01: FSID MDS/AC STATE S-STATE RID-1 RID-2 RID-N hostname 1 MDS(P) run - 0 0 0 prime01 1 AC run - 0 0 0 prime01 1 MDS(S) wait - 0 0 0 prime02 1 AC run - 0 0 0 prime02 |