ENCINA(8) — Maintenance
NAME
tkadmin query logvol - displays information about a logical volume storing log data
SYNOPSIS
tkadmin query logvol -server servername logVolName
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.
logVolName Specifies the log volume about which information is to be displayed.
DESCRIPTION
The tkadmin query logvol command displays the following information about the specified log volume:
The names of the log files stored on the volume
The name of the associated archive device
The name of the oldest archive file stored on that device
The available free space on the log volume
This command cannot be used to display information about a log volume that is being initialized, recovered, or restored.
EXAMPLES
The following command displays information about the rqsLogVol log volume:
% tkadmin query logvol rqsLogVol
Information about log volume : rqsLogVol
Archive device : logarchive
Number of free pages : 640
Number of log files : 1
Log file list :
rqsLogfile
PRIVILEGE REQUIRED
Encina RQS query (q) permission to the RQS server
Encina SFS query (Q) permission to the SFS server
— March 1997