Description
This command marks the specified media as appendable, which allows data to be written to the media.
In case of an error, an error code and description are displayed as: "markappend: Error errorcode: errordescription"
Usage
qmedia markappend -b <barcode(s)> [-af <argsfile>] [-tf <tokenfile>] [-tk <token>] [-h]
Options
-b |
List of barcodes separated by a comma (,) |
-af |
Input file containing arguments |
-tf |
Reads token from a file |
-tk |
Token string |
-h |
Displays help |
Argument File
barcodes |
[string] List of barcodes separated by a comma. For example, M00001L3,M00002L3, and so on. |
server |
CommServe host name |
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
Mark specified media as appendable.
E:\commandline>qmedia markappend -b 100101WW
Sample Argument file:
[barcodes]
M00001L3
M00002L3
[server]
server1