Both sides previous revisionPrevious revisionNext revision | Previous revision |
cli:tmss10confirm [2020/01/07 03:58] – [Environment] Scott Cunliffe | cli:tmss10confirm [2025/01/21 22:07] (current) – external edit 127.0.0.1 |
---|
===== Synopsis ===== | ===== Synopsis ===== |
| |
''TMSS10Confirm [-o] [-S logon string] [-V volume filter] [-c config file] [-C current] [-T target]'' | ''TMSS10Confirm [-S logon string] [-V volume filter] [-c config file] [-C current] [-T target] [-o confirm on container]'' |
| |
===== Options ===== | ===== Options ===== |
| |
* ''-S'' The logon string argument sets the [[cli:server_argument|Server logon information]]. | * ''-S'' The Logon string argument sets the [[cli:server_argument|Server Logon Information]]. |
* ''-V'' [[cli:volume_filter|Volume Filter]] which can be used to filter the traversal of [[object:customer|Customer]], [[object:media|Media]], [[object:volume|Volume]], [[object:repository|Repository]] and [[common:volume_flags|Flag]] values. | * ''-V'' [[cli:volume_filter|Volume Filter]] which can be used to filter the traversal of [[object:customer|Customer]], [[object:media|Media]], [[object:volume|Volume]], [[object:repository|Repository]] and [[common:volume_flags|Flag]] values. |
*''-c'' The config file argument specifies the path to the Batch Configuration File. The Batch Configuration File allows you to perform advanced traversal of [[object:customer|Customer]], [[object:media|Media]] and [[object:volume|Volumes]], perform advanced Barcode pre and post processing and route program output to syslogd. Configuration File capabilities vary from program to program but the syntax remains the same. In the event that logic is not supported it will simply be ignored. The following example will set the default [[object:customer|Customer-ID]] and [[object:media|Media-ID]] for all scanned Barcodes:<code> barcodes = | *''-c'' The config file argument specifies the path to the Batch Configuration File. The Batch Configuration File allows you to perform advanced traversal of [[object:customer|Customer]], [[object:media|Media]] and [[object:volume|Volumes]], perform advanced Barcode pre and post processing and route program output to syslogd. Configuration File capabilities vary from program to program but the syntax remains the same. In the event that logic is not supported it will simply be ignored. The following example will set the default [[object:customer|Customer-ID]] and [[object:media|Media-ID]] for all scanned Barcodes:<code> barcodes = |
* ''-C'' A filter value for the Volume's Current Repository. | * ''-C'' A filter value for the Volume's Current Repository. |
| |
| {{page>cli:fi}} |
===== Notes ===== | ===== Notes ===== |
| |
=== Command line syntax === | === Command line syntax === |
| |
To confirm all volumes for customer US01, media LTO and volume pattern matching 00000?L6 from LIBR to OFFS | To confirm all volumes for customer US01, media LTO and volume pattern matching 00000?L6 moving from LIBR to OFFS |
<sxh plain;> | <code plain;> |
tmss10confirm -S user:-password@server -T "OFFS" -C "LIBR" -V "US01.LTO.00000?L6" | TMSS10Confirm -S user:-password@server -T "OFFS" -C "LIBR" -V "US01.LTO.00000?L6" |
</sxh> | </code> |
| |
=== Output === | === Output === |
| |
<sxh plain;> | <code plain;> |
ZBT001N-12:53:25 TMSS10Confirm (c) GazillaByte 1998-2017 | ZBT001N-12:53:25 TMSS10Confirm (c) GazillaByte 1998-2017 |
ZBT002N-12:53:25 Compiled Feb 24 2017 at 15:54:00 | ZBT002N-12:53:25 Compiled Feb 24 2017 at 15:54:00 |
ZBT993N-12:53:30 Number of bytes written: 3,887 | ZBT993N-12:53:30 Number of bytes written: 3,887 |
ZBT999N-12:53:30 Program ended | ZBT999N-12:53:30 Program ended |
</sxh> | </code> |
| |
| |
=== Command line syntax === | === Command line syntax === |
To confirm all volumes moving from LIBR to OFFS with the exception of Customer-ID US01 | To confirm all volumes moving from LIBR to OFFS with the exception of Customer-ID US01 |
<sxh plain;> | <code plain;> |
tmss10confirm -S user:-password@server -T "OFFS" -C "LIBR" -V "!(US01).*.*" | TMSS10Confirm -S user:-password@server -T "OFFS" -C "LIBR" -V "!(US01).*.*" |
</sxh> | </code> |
| |
===== Changelog ===== | --> Changelog |
| |
[filterrss http://www.tapetrack.com/cgi/changelog.cgi?module=TMSS10Confirm] | [filterrss http://www.tapetrack.com/cgi/changelog.cgi?module=TMSS10Confirm] |
| <-- |
| {{tag> update_doco}} |
| |
<- ^ cli:introduction|Command Line Utilities^ -> | <- ^ cli:introduction|Command Line Utilities^ -> |