cl_lsfs command
Purpose
Displays the characteristics of shared file systems.Note: Arguments
associated with a particular flag must be specified immediately following the flag.
Syntax
cl_lsfs [-cspoc"[-f] [-g ResourceGroup | -n Nodelist ]" [-q] [-c | -l] FileSystem ]...
Flags
- -cspoc
- Argument used to specify one of the following C-SPOC options:
-f - This option has no effect when used with the cl_lsfs command.
-g ResourceGroup - Generates the list of nodes participating in the resource group where the command will be executed.
-n nodelist - Runs the command on this list of nodes. If more than one node, separate nodes listed by commas.
- -c
- Specifies a different search pattern to determine if the underlying AIX® lsfs command returned data or not.
- -l
- Specifies that the output should be in list format.
- -q
- Queries the logical volume manager (LVM) for the logical volume size (in 512-byte blocks) and queries the JFS superblock for the file system size, the fragment size, the compression algorithm (if any), and the number of bytes per i-node (nbpi). This information is displayed in addition to other file system characteristics reported by the lsfs command.
Examples
- To display characteristics about all shared file systems in the cluster,
enter:
cl_lsfs
- Display characteristics about the file systems shared amongst the participating nodes in
resource_grp1.
cl_lsfs -cspoc "-g resource_grp1"