ENCINA(8) — Maintenance
NAME
sfsadmin query lvol - displays information about the specified volume
SYNOPSIS
sfsadmin query lvol -server servername volume
ARGUMENTS
-server servername Specifies the name of the file server. The name must be registered with the DCE Directory Service. If the -server option is not specified, the default is the server defined by the environment variable ENCINA_SFS_SERVER.
volume Specifies the name of the volume about which information is being requested.
DESCRIPTION
The sfsadmin query lvol command displays
The total number of pages on the volume.
The number of pages used.
The number of pages free.
For each area associated with a file or index, the number of pages allocated and used.
The size of a page is 4096 bytes.
EXAMPLE
The following command displays information about the volume sfsVol2:
% sfsadmin query lvol sfsVol2
Total pages: 4320
Pages used: 193
Pages free: 4127
Areas:
Area name: telshopFile.stockNumIndex
Pages allocated: 8
Pages used: 1
Area name: telshopFile.productNameIndex
Pages allocated: 8
Pages used: 1
PRIVILEGE REQUIRED
Encina SFS query (Q) permission on the server
RELATED INFORMATION
sfsadmin add lvol
sfsadmin list lvols
— March 1997