Virtual TapeServer 8.3 Configuration Guide

112 | Virtual TapeServer Configuration Guide
/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 a valid combination of keywords and their values. Supported keywords
include the following:
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 optfile or o Specifies a UNIX absolute path to the TSM optfile file, which is required for
archive operations. This keyword is required.
l empty Enables VTS to migrate empty cartridges. Set this keyword to YES or NO. This
keyword is not required and defaults to NO.
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.
l delete Enables VTS to delete the virtual tape after migration is completed successfully. Set
this keyword to YES or NO. This keyword is not required and defaults to NO.
l locked Enables VTS to lock all specified virtual tapes. Set this keyword to YES or LOCK.
This keyword is not required and defaults to LOCK.
l notify Enables VTS to log migrated virtual tapes to $logdir/notifications.log. Set this
keyword to YES or NO. This keyword is not required and defaults to NO.
l unlock Unlocks all specified virtual tapes before completing the migration. Set this
keyword to YES or NO. This keyword is not required and defaults to YES.
For example, to migrate the pool named PoolA on the VTS1 server to the /tape/opt1 file and erase
the selected files from VTS, issue the following command:
VTSPolicy TSM 'archive /VAULT01/PoolA s=VTS1 o=/tape/opt1 erase=YES'
Here are example commands for the other backup type:
VTSPolicy TSM 'selective /VAULT01/PoolA/ s=VTS1 o=/tape/opt1 erase=YES'
To configure the VTSPolicy command for EMC Legato Networker
Here is the syntax of the VTSPolicy command for use with EMC Legato Networker. Note that all
parameters specified for the command are case-sensitive.
VTSPolicy LEG '/VAULTxx/pool/cartridge... [keyword=value ...]'
where
/VAULTxx/pool/cartridge... Specifies the pool and virtual tapes you wish migrated to Legato. You
can list up to 10 cartridges per command.