Description
This command enables a drive in a specified library
In case of an error, an error code and description are displayed as: "enable: Error errorcode: errordescription"
Usage
qdrive enable -dr <drive> -l <library> [-tf <tokenfile>] [-tk <token>] [-h]
Options
-dr |
Drive name |
-l |
Library name |
-tf |
Reads token from a file |
-tk |
Token string |
-h |
Displays help |
Diagnostics
ExamplePossible exit status values are:
0 - Successful completion.
1 - CLI usage failures, due to the use of an unsupported option or missing argument.
2 - Any other failure.
Example
Enable a drive Drive1 in the library Library1.
E:\commandline>qdrive enable -dr Drive1 -l Library1