ENCINA(8) — Maintenance
NAME
tkadmin rename pvol - renames a physical volume
SYNOPSIS
tkadmin rename pvol -server servername oldname newname
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.
oldname Specifies the current name of the physical volume to rename.
newname Specifies the new name of the physical volume. The volume name can be any string of alphanumeric characters with a maximum length of VOL_MAX_STRING_SIZE. Currently, the maximum value is 128 characters including the end-of-string character.
DESCRIPTION
The tkadmin rename pvol command renames a physical volume.
CAUTIONS
The logical volume that this physical volume backs must be disabled. (You must start the server in administrative mode.)
NOTES
This command is not for use on the AIX operating system.
EXAMPLES
The following command renames physical volume pvol3 to pvol3.new:
% tkadmin rename pvol pvol3 pvol3.new
PRIVILEGE REQUIRED
Encina Monitor administer (a) permission to the node manager
Encina RQS administer (a) permission to the RQS server
Encina SFS administer (A) permission to the SFS server
— March 1997