Description
This command disables a drive in a specified library.
Upon successful completion, qdrive disable displays the message "Request successful" on the command prompt. In case of an error, an error code and description are displayed as: "disable: Error errorcode: errordescription"
Usage
qdrive disable -dr <drive> -l <library> [-tf <tokenfile>] [-tk <token>] [-h]
Options
-dr |
Drive name |
-l |
Library name |
-tf |
Reads token from a file |
-tk |
Token stringg |
-h |
Displays help |
Diagnostics
Possible 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
Disable a drive Drive1 in library Library1.
E:\commandline>qdrive disable -dr Drive1 -l Library1