Description
This command loads media into a drive under the specified MediaAgent.
In case of an error, an error code and description are displayed as: "load: Error errorcode: errordescription"
Usage
qmedia load -b <barcode> -s <mediaside> -dr <drivename> -m MediaAgent [-tf <tokenfile>] [-tk <token>] [-h]
Options
-b |
Barcode |
-s |
Media side name |
-dr |
Drive name |
-m |
MediaAgent name |
-tf |
Reads token from a file |
-tk |
Token string |
-hh |
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
Loads the media in barcode 100101WW onto the drive Drive_1 under MediaAgent MAgent1.
E:\commandline>qmedia load -b 100101WW -s A -dr Drive_1 -m MAgent1