PRIMECLUSTER Global File Services Configuration and Administration Guide 4.2 (Solaris(TM) Operating Environment) |
Contents Index |
Appendix F Reference Manual | > F.3 General Commands Specific to the GFS Shared File System |
sfcgetext [ -iH ] file...
The sfcgetext command displays extent attribute information about a specified file on the GFS Shared File System. The details of the extent attribute information are listed below. Note, however, that this information is not displayed when the specified file is not on the GFS Shared File System or its file attribute is not ordinary file or directory.
For information about the initial number of blocks, increment number of blocks, and allocation flag, see sfcsetext(1).
The following options can be specified:
-H
Displays normal data after a column header.
-i
This option disables display when no extent attribute information is defined for a specified file and lists only files that have extent attribute information.
The following operand can be specified:
file...
Specifies a general file to target for the transaction or path name of the directory.
% sfcgetext /mnt/file1 /mnt/file2 /mnt/file3 /mnt/file4 /mnt/file5 8 1024 512 contig /mnt/file1 8 2048 0 noextend /mnt/file2 8 512 0 contig,noextend /mnt/file3 8 512 0 - /mnt/file4 8 - - - /mnt/file5% sfcgetext -i /mnt/file1 /mnt/file2 /mnt/file3 /mnt/file4 /mnt/file5 8 1024 512 contig /mnt/file1 8 2048 0 noextend /mnt/file2 8 512 0 contig,noextend /mnt/file3 8 512 0 - /mnt/file4
% sfcgetext -iH /mnt/file1 /mnt/file2 /mnt/file3 /mnt/file4 /mnt/file5 Blocksize(KB) init-blocks inc-blocks flags filename 8 1024 512 contig /mnt/file1 8 2048 0 noextend /mnt/file2 8 512 0 contig,noextend /mnt/file3 8 512 0 - /mnt/file4
sfcsetext(1), sfccpio(1), sfccp(1), sfcmv(1).
statvfs(2) in the "Solaris X Reference Manual Collection."
Contents Index |