ENCINA(8) — Maintenance
NAME
tkadmin list disks - lists all initialized disks
SYNOPSIS
tkadmin list disks -server servername
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.
DESCRIPTION
The tkadmin list disks command lists all disks that have been initialized by the Toolkit server. Once a disk is initialized for use by a specific server, no other server can use the disk until the disk has been deleted (removed from the server’s administration) via the tkadmin delete disk command and re-initialized for use by the intended server.
NOTES
Windows NT uses fully-allocated operating system files as disks. All occurrences of “disk” and “disk partition” should be read as “file” throughout the description of this command when used on Windows NT. The result of the command is the same.
EXAMPLES
AIX
This command is not for use on the AIX operating system.
Non-AIX UNIX
The following command lists all disks initialized by the server:
% tkadmin list disks
/dev/rsd1e
/dev/rsd1f
Windows NT
The following command lists all disks initialized by the server:
C:\> tkadmin list disks
D:\serverdata\rqs-logvol
E:\serverdata\rqs-datavol
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 query disk
tkadmin delete disk
— March 1997