<SYNOPSIS>
sfcinfo [ -V ] [ -n ] { special | mount_point } [ { special | mount_point } ...]
sfcinfo [ -V ] [ -n ] -d dev[,dev...]
sfcinfo -a [ -V ] [ -n ]
sfcinfo [ -V ] [ -n ]
sfcinfo -e { special | mount_point }
sfcinfo -e [ -a ]
<DESCRIPTION>
sfcinfo displays the partition information, the GFS Shared File System specified by special or mount_point.
For special, specify one partition of the partitions making up the file system as a block special file name.
For mount_point, specify the path name of the mount point of the file system. To specify the mount point path name, the file system must already be specified in /etc/vfstab.
If neither special nor mount_point is specified and the -a option is omitted, sfcinfo displays the information on all GFS Shared File System being mounted in the command execution node.
Display item, content, and meaning:
FSID
FS identification number
special
Special file name (device number)
size
Partition size (in kilobytes)
Type
Usage of partitions
META: meta-data area
DATA: file data area
LOG: update log area
mount
Mount point in a command execution host
"-----" is displayed when no file system is mounted
host ID
Host ID
status
Start status
RUN: The node is operating
STOP: The node is stopped
hostname
Node name
<OPTIONS>
The following options can be specified:
Displays the version of the GFS Shared File System.
Displays the information for all file systems described in the file system configure information in a management partition.
Specifies a device number in hexadecimal for the partition to be displayed. Use a comma delimiter to specify multiple device numbers.
Displays file system tuning information set by sfcadm(1M).
Displays node information. If no parameters are specified, the information for all mounted file systems is displayed.
<OPERANDS>
The following operands can be specified:
Specifies the path name to a block special file for any one of partitions which are components of the file system.
Specifies the mount point of the file system.
<EXAMPLES>
# sfcinfo /dev/sfdsk/gfs01/dsk/volume01 <Enter> /dev/sfdsk/gfs01/dsk/volume01: FSID special size Type mount 1 /dev/sfdsk/gfs01/dsk/volume01(11500000021) 14422 META /mnt 1 /dev/sfdsk/gfs01/dsk/volume01(11500000021) 5116 LOG /mnt 1 /dev/sfdsk/gfs01/dsk/volume01(11500000021) 95112 DATA /mnt # sfcinfo -V /dev/sfdsk/gfs01/dsk/volume01 <Enter> sfcfs v1.0 file system /dev/sfdsk/gfs01/dsk/volume01: FSID special size Type mount 1 /dev/sfdsk/gfs01/dsk/volume01(11500000021) 14422 META /mnt 1 /dev/sfdsk/gfs01/dsk/volume01(11500000021) 5116 LOG /mnt 1 /dev/sfdsk/gfs01/dsk/volume01(11500000021) 95112 DATA /mnt # sfcinfo /mnt <Enter> /dev/sfdsk/gfs01/dsk/volume01: FSID special size Type mount 1 /dev/sfdsk/gfs01/dsk/volume01(11500000021) 14422 META /mnt 1 /dev/sfdsk/gfs01/dsk/volume01(11500000021) 5116 LOG /mnt 1 /dev/sfdsk/gfs01/dsk/volume01(11500000021) 95112 DATA /mnt # sfcinfo -d 11500000021 <Enter> /dev/sfdsk/gfs01/dsk/volume01: FSID special size Type mount 1 /dev/sfdsk/gfs01/dsk/volume01(11500000021) 14422 META /mnt 1 /dev/sfdsk/gfs01/dsk/volume01(11500000021) 5116 LOG /mnt 1 /dev/sfdsk/gfs01/dsk/volume01(11500000021) 95112 DATA /mnt # sfcinfo -n /dev/sfdsk/gfs01/dsk/volume01 <Enter> /dev/sfdsk/gfs01/dsk/volume01: FSID hostID status hostname 1 80000000 RUN prime01 1 80000001 STOP prime02 # sfcinfo -a <Enter> /dev/sfdsk/gfs01/dsk/volume01: FSID special size Type mount 1 /dev/sfdsk/gfs01/dsk/volume01(11500000021) 14422 META /mnt 1 /dev/sfdsk/gfs01/dsk/volume01(11500000021) 5116 LOG /mnt 1 /dev/sfdsk/gfs01/dsk/volume01(11500000021) 95112 DATA /mnt /dev/sfdsk/gfs01/dsk/volume02: FSID special size Type mount 2 /dev/sfdsk/gfs01/dsk/volume02(11500000022) 25418 META ----- 2 /dev/sfdsk/gfs01/dsk/volume02(11500000022) 5120 LOG ----- 2 /dev/sfdsk/gfs01/dsk/volume02(11500000022) 232256 DATA ----- |
<FILES>
/etc/mnttab
Mounted file system table
/etc/vfstab
List of default parameters for each file system
<SEE ALSO>
vfstab(4) in the Solaris documentation