Virtual TapeServer 8.4 Configuration Guide

118 | Virtual TapeServer Configuration Guide
where
/VAULTxx/pool/cartridge Specifies the pool and cartridge on which to operate. If you want to
migrate an entire pool, specify /VAULTxx/pool only.
keyword=value Specifies valid keywords and their values, as follows:
l source or s Specifies the fully-qualified hostname of the VTS system on which the specified
pool resides. In a VTS cluster, this keyword specifies the VTS server that will execute the
command. This keyword is required in a VTS cluster.
l erase Enables VTS to erase the virtual tape after migration is completed successfully. Set
this keyword to YES or NO. This keyword is not required and defaults to NO.
For example, to migrate the virtual tape named CART01 on the VTS1 server and erase the selected
files from VTS, issue the following command:
VTSPolicy NBP '/VAULT01/POOLA/CART01 s=VTS1 erase=YES'
To configure the VTSPolicy command for CommVault Galaxy
Here is the syntax of the VTSPolicy command for use with CommVault Galaxy. Note that all
parameters specified for the command are case-sensitive.
VTSPolicy CMV 'q_full /VAULTxx/pool/cartridge [s=VTSserver]'
where
/VAULTxx/pool/cartridge Specifies the pool and cartridge on which to operate. If you want to
migrate an entire pool, specify /VAULTxx/pool only.
s=VTSserver Specifies the fully-qualified hostname of the VTS system on which the specified pool
resides. In a VTS cluster, this keyword specifies the VTS server that will execute the command. This
keyword is required in a VTS cluster.
For example, to migrate the virtual tape named CART01 on the VTS1 server, issue the following
command:
VTSPolicy CMV 'q_full /VAULT01/POOLA/CART01 s=VTS1'
To use an FUP utility call
A simple FUP utility call can copy the contents of a text file to the $0 process.
Create a text file named TEXT1 on the NonStop server. Add the VTSPolicy command to the file. Here
is an example that uses Tivoli Storage Manager to migrate a virtual tape named cart1. The virtual
tape resides in the VAULT01 vault and the PoolA pool:
VTSPolicy TSM 'archive /VAULT01/PoolA/cart1 s=VTS1 o=/tape/opt1 erase=YES'
From Batchcom or in an existing backup script, run the following command:
FUP COPY TEXT1, $0
This sends the contents of the TEXT1 file to the EMS collector.