DSM/Tape Catalog Operator Interface (MEDIACOM) Manual

MEDIACOM Commands
DSM/Tape Catalog Operator Interface (MEDIACOM) Manual429828-010
2-73
ALTER VOLCAT Command (Super Group Only)
To change the media type of a tape with CART3480 to DAT:
MC> ALTER TAPEVOLUME TV1, TYPE DAT
To change the media type of a tape with CART3480 to DLTIII and status with
SCRATCH to BAD:
MC> ALTER TAPEVOLUME TV2, TYPE DLTIII, STATUS BAD, POOL POOL1
A count is returned for the number of pool entries affected by the change. This
value might be higher than you expected because the command also changes
entries that already have a status of scratch to scratch.
An error message is returned for each entry that cannot be changed because it
has a status of assigned, selected, or in use.
ALTER VOLCAT Command (Super Group Only)
ALTER VOLCAT changes the owner or security level of a volume catalog.
\node.volume-catalog-name
is the logical name of the volume catalog. Include \node when the volume catalog
is not on your current default node.
OWNER owner-id
defines the new group and user ID that are permitted to use the volume catalog.
An owner-id is made up of a group ID and user ID, specified as:
group-id,user-id
group-id
is a number in the range 0 through 255. 255 is reserved as the group ID for
system operators and the super ID.
user-id
is a number in the range 0 through 255 that identifies a user within a group.
255 is reserved for a user ID as it is for a group ID.
SECURE "code"
defines the new security level for the volume catalog. Specify code as a character
string representing the operating system security levels for read, write, execute,
ALTER VOLCAT [ \node.]volume-catalog-name
[ , OWNER owner-id ]
[ , SECURE "code" ]