showfsets(8) — Maintenance
NAME
showfsets − displays information about the filesets in a file domain
SYNOPSIS
/sbin/showfsets [−b] [−k] domain
domainSpecifies the full path name of the file domain.
FLAG
−bLists the names of the filesets in a domain, without additional detail.
−kDisplays the total number of blocks and the number of free blocks in terms of 1K blocks instead of the default 512-byte blocks.
DESCRIPTION
The showfsets command displays the filesets (or clone filesets) and their characteristics in a specified domain. The characteristics of a fileset are:
•Fileset Identifier A fileset identifier is a combination of the file-domain identifier and an additional set of numbers that identify the fileset within the file domain. For example, the fileset identifier 2be95ef4.000a129.1.8001 consists of the following:
File-domain identifier2be95ef4.000a129
Fileset-specific numbers1.8001
•Clone status The status items of a clone fileset vary, depending on the fileset. Status items can include:
−Clone is
Specifies the name of a clone fileset, if one exists for the parent fileset.
−Clone of
Specifies the name of the parent fileset, if the displayed fileset is clone fileset.
−Revision
Specifies the number of times you revised a clone fileset. For example, if you recreate a clone fileset of the same parent fileset three times, the revision value is 3.
•Files Specifies the number of files in the fileset and the current file usage limit (quota).
•Blocks Specifies the number of blocks that are in use by a mounted fileset and the current block usage limit (quota). For filesets that are not mounted, zero blocks will display. For an accurate display, the fileset must be mounted.
•Quota Status Specifies which quota types are enabled (enforced).
RESTRICTIONS
You must have root-user privilege to access this command if the file domain is inactive (filesets unmounted).
EXAMPLE
The following example shows the command line and resulting display for the showfsets command.
# showfsets dmn
mnt
Id : 2c73e2f9.000f143a.1.8001
Clone is : mnt_clone
Files : 79, limit = 1000
Blocks (1k) : 331, limit = 25000
Quota Status : user=on group=on
mnt_clone
Id : 2c73e2f9.000f143a.2.8001
Clone of : mnt
Revision : 1
RELATED INFORMATION
Commands: advfs(4), chfsets(8), mkfset(8), rmfset(8).