Description
This command creates a Vault Tracker policy.
If an error occurs, an error code and description appear: "vtp: Error errorcode: errordescription"
Usage
qcreate vtp [-cs commserve_host_name] -vtp vt_policy_name [-desc description] [-autoack autoack] [-dueback dueback] -srctype sourcetype -srcname sourcename [-transit transitlocation] -desttype 100 | 200 | 300 -destname destinationname [-silocontainer silocontainer] [-delaytime delaytime] [-quittime quittime] [-limitcount nummediatomove] [-usevms usevms] [-sp sp | ALL] [-spc spc | ALL] [-container sourcename] [-cap capacity] [-pattern pattern][-tf tokenfile] [-tk token] [-h]Options
|
-cs |
CommServe host name |
|
-vtp |
Name of the Vault Tracker policy that you want to create |
|
-desc |
A description of the Vault Tracker policy |
|
-autoack |
Auto Acknowledge. When this argument is present, Auto Acknowledge is enabled. |
|
-dueback |
Due Back policy. When this argument is present, Due Back policy is enabled. |
|
-srctype |
Source location type. 100:Library 200:Location 300:Shelf |
|
-srcname |
Source location name |
|
-transit |
Transit location |
|
-desttype |
Destination type. 100:Library 200:Location 300:Shelf |
|
-destname |
Destination name |
|
-silocontainer |
Separate container for Silo. When this argument is present, separate container for Silo is enabled. |
|
-delaytime |
Export delay minutes |
|
-quittime |
Minutes until export goes into a Pending state |
|
-limitcount |
Number of media to move |
|
-usevms |
Use virtual mail slots. When this argument is present, use virtual mail slots is enabled. |
|
-sp |
Storage Policy. Enter ALL to select all. |
|
-spc |
Storage Policy Copy. Enter ALL to select all. |
|
-container |
Container name |
|
-cap |
Container capacity |
|
-pattern |
Container pattern |
|
-tf |
Reads token from a file |
|
-tk |
Token string |
|
-h |
Displays help |
Diagnostics
Possible exit status values are:
0 - Successful completion.
1 - CLI usage failures because of the use of an unsupported option or missing argument.
2 - Any other failure.
Example
Create a Vault Tracker policy with the name vtp1, a source type of library, a source name Main, a destination type of location, and destination name Storage.
qcreate vtp -vtp vtp1 -srctype 100 -srcname Main -desttype 200 -destname Storage