ENCINA(8) — Maintenance
NAME
tkadmin query pvol - obtains detailed information about a physical volume
SYNOPSIS
tkadmin query pvol -server servername pvolname
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.
pvolname Specifies the physical volume to be queried.
DESCRIPTION
The tkadmin query pvol command displays information about the physical volume. The information includes the total size of the physical volume, its chunk size, descriptions of its layout on one or more disks, and the name of the logical volume to which it is mapped.
EXAMPLES
AIX
This command is not for use on the AIX operating system.
Non-AIX UNIX
In the following example, the pvol1 physical volume is queried.
% tkadmin query pvol pvol1
Information about physical volume pvol1
All sizes and offsets are in pages, Page Size is 4Kbytes
Mapped to logical volume lvol1
Chunk Size: 8
numRegions: 2
region 0: disk: /dev/rsd1f size: 496
region 1: disk: /dev/rsd1e size: 496
Windows NT
In the following example, the rqsDataPvol physical volume is queried.
C:\> tkadmin query pvol rqsDataPVol
Information about physical volume rqsDataPvol
All sizes and offsets are in pages. Page Size is: 4 Kbytes
Mapped to logical volume rqsDataVol
chunkSize: 64
numRegions: 1
region 0: disk: D:\serverdata\rqs-datavol offset: 0 size: 960
total size: 960
PRIVILEGE REQUIRED
Encina Monitor query (q) permission to the node manager
Encina RQS query (q) permission to the RQS server
Encina SFS query (Q) permission to the SFS server
RELATED INFORMATION
tkadmin list pvols
— March 1997