Description
This command creates an export location that can be associated with a Vault Tracker policy.
If an error occurs, an error code and description appear: "location: Error errorcode: errordescription"
Usage
qcreate location [-cs <commserve_host_name>] -loc <locationname> [-type <stationary | transit>] [-desc <description>][-tf <tokenfile>] [-tk <token>] [-h]
Options
-cs |
CommServe host name |
-loc |
Name of the export location that you want to create |
-type |
The export location type (stationary or transit) |
-desc |
A description of the export location |
-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 location with the name location1 and the type stationary.
qcreate location -loc location1 -type stationary