The management state of the GFS Shared File System can be checked using sfcrscinfo(8).
Check the information displayed by this command before mounting file systems, unmounting file systems, or changing file system configuration.
The following example shows how to check the management state using sfcrscinfo(8).
# sfcrscinfo -am <Enter> /dev/sfdsk/gfs01/dsk/volume01: FSID MDS/AC STATE S-STATE RID-1 RID-2 RID-N hostname 2 MDS(P) run - 0 0 0 mikan 2 AC run - 0 0 0 mikan 2 MDS(S) wait - 0 0 0 karin 2 AC run - 0 0 0 karin |
The meaning of sfcrscinfo(8) is as follows:
MDS/AC
MDS(P): The primary MDS on a definition
MDS(S): The secondary MDS on a definition
AC : The node that shares a 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.
See
For details about sfcrscinfo(8) options, see sfcrscinfo(8) in this manual.