Open System Services Management and Operations Guide (G06.25+, H06.03+)

Managing Filesets
Open System Services Management and Operations Guide527191-002
5-42
Moving and Removing OSS Catalog Files
Using the CVT HELP Command
To get help information for CVT, enter one of the following commands at a TACL
prompt:
RUN $vol.ZOSS.CVT
RUN $vol.ZOSS.CVT HELP
RUN $vol.ZOSS.CVT ?
$vol
is the name of the disk volume where the ZOSS subvolume is located.
The CVT HELP command produces the following output.
CVT Examples
Here are some examples of CVT commands:
To purge the files PXIN0004, PXLI0004, and PXLO0004 on subvolume
$VOL.ZX000003, enter the following command at a TACL prompt:
RUN $SYSTEM.ZOSS.CVT PURGE SERIAL 4 IN $VOL.ZX000003
To save the current catalog on $VOL.ZX000003 as PXIN0004, PXLI0004, and
PXLO0004 on the same subvolume, enter the following command at a TACL
prompt:
RUN $SYSTEM.ZOSS.CVT RENAME CURRENT IN $VOL.ZX000003 TO &
SERIAL 4 IN $VOL.ZX000003
This command is equivalent to the following command sequence:
VOLUME $VOL.ZX000003
RUN $SYSTEM.ZOSS.CVT RENAME CURRENT TO SERIAL 4
To make the current catalog on $VOL.TEMP the current catalog on
$VOL.ZX000003, enter the following commands at a TACL prompt:
VOLUME $VOL.ZX000003
RUN $SYSTEM.ZOSS.CVT RENAME CURRENT IN TEMP TO CURRENT
CVT - T8621G09 - (01FEB01) OSS Catalog Volume Tool
Copyright Compaq Computer Corporation 1994, 1995, 1996, 2001
CVT { RENAME <files1> [ TO ] <files2> }
{ PURGE SERIAL <serial#> [IN <subvol> ] }
where <files1> and <files2> are:
{ CURRENT } [ IN <subvol> ]
{SERIAL <serial#> [ IN <subvol> ] }