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 |
sfcrscinfo -m [ -a | -i fsid | special ]
The sfcrscinfo command outputs file system information for GFS Shared File Systems.
The following options can be specified:
-a
Outputs information for all GFS Shared File Systems that have been created.
-m
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.
-i fsid
Displays the information for the file system specified by fsid.
The following operand can be specified:
special
Displays information for the file system specified by special.
# sfcrscinfo -m /dev/sfdsk/gfs/rdsk/volume1 /dev/sfdsk/gfs/dsk/volume1: 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 1 MDS(I) imag - 0 0 0 prime03 1 AC run - 0 0 0 prime03
MDS(P) : The primary MDS on a definition
MDS(S) : The secondary MDS on a definition
MDS(I) : The other nodes to which MDS operates
AC : The node that mount the file system
run : The primary MDS is running
wait : The secondary MDS is waiting for failure recovery of the primary MDS
imag : Waiting for failure recovery of the primary MDS or the secondary MDS
stop : MDS stopped
none : no relation with MDS
If SUB-STATE is other than "-", MDS is in state-transition.
run : file system is in mounted
stop : file system is in unmounted
If SUB-STATE is other than "-", AC is in state- transition.
Contents Index |