Description
This command resets the status of a given drive in a specific library.
Upon successful completion, qdrive reset displays the message "Request successful" on the command prompt. In case of an error, an error code and description are displayed as: "reset: Error errorcode: errordescription"
Usage
qdrive reset -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
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
Reset a drive Drive1 for library Library1.
E:\commandline>qdrive reset -dr Drive1 -l Library1