ENCINA(8) — Maintenance
NAME
tkadmin query lvol - obtains information about a logical volume
SYNOPSIS
tkadmin query lvol -server servername lvolname
ARGUMENTS
-server servername Specifies the server affected by the command. The server name is the name that is registered with the DCE Directory Service. If the server name is not specified in the command line, it is retrieved from an environment variable, ENCINA_TK_SERVER.
lvolname Specifies the logical volume to be queried.
DESCRIPTION
The tkadmin query lvol command displays information about a logical volume. The information includes the total size of the logical volume, its chunk size, its state, the names of the physical volumes backing it, and the state of each physical volume.
EXAMPLES
In the following example, the rqsDataVolume logical volume is queried:
% tkadmin query lvol rqsDataVolume
Information about logical volume rqsDataVolume
All sizes and offsets are in pages. Page Size is: 4 Kbytes
size: 1984
chunkSize: 64
Backing physical volumes
(only ’clean’ and ’dirty’ volumes are active):
rqsDataPvolume (clean)
rqsDataPvolMirr (stale)
Volume is currently enabled.
PRIVILEGE REQUIRED
Encina Monitor query (q) permission to the server
Encina RQS query (q) permission to the RQS server
Encina SFS query (Q) permission to the SFS server
RELATED INFORMATION
tkadmin list lvols
— March 1997