TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


cli:tmss10irm_send

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cli:tmss10irm_send [2018/09/20 23:23] Scott Cunliffecli:tmss10irm_send [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== TMSS10IRM_Send ====== ====== TMSS10IRM_Send ======
 +
 +===== Synopsis =====
 +
 +''[-A do not fix offsite audit failures] [-C CSV formatted output] [-D do not produce distribution list] [-E volume edit pattern] [-M include overdue on Monday] [-O force onsite repository filter] [-P do not produce picking list] [-S logon string] [-U exclude if not scanned out] [-V volume filter] [-c configuration file] [-d exclude volumes that are overdue] [-m customer mapping file] [-o destination repository filter] [-r include volumes already requested]''
 +
 +===== Description =====
  
 TMSS10IRM_Send produces a picking and distribution file in Iron Mountain format. TMSS10IRM_Send produces a picking and distribution file in Iron Mountain format.
 +
 +===== Options =====
 +
 +  * ''-A''  Do not fix offsite audit failures (default=false).
 +  * ''-C'' Output report in CSV format.
 +  * ''-D'' Do not produce distribution list (default = false).
 +  * ''-E'' Volume edit pattern (default = *).
 +  * ''-M'' Include overdue on Monday (default = false).
 +  * ''-O'' Force onsite repository filter (default = false).
 +  * ''-P'' Do not produce picking list (default = false).
 +  * ''-S'' The Logon string argument sets the [[cli:server_argument|Server Logon Information]].
 +  * ''-U'' Exclude if not scanned out (default = false).
 +  * ''-V''  [[cli:volume_filter|Volume Filter]] which can be used to filter the traversal of Customer, Media, Volume, repository and 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 Customer, Media and Volumes, perform advanced barcode pre and post processing and route program output to syslogd.
 +  * ''-d'' Exclude volumes that are overdue (default = false).
 +  * ''-m'' Customer mapping file (default = null).
 +  * ''-o'' Destination repository filter (default = *).
 +  * ''-r'' Include volumes already requested (default = false).
 +
 +===== Technical Support =====
 +
 +The TapeTrack Software is commercially supported by a full time help desk staff. If you are experiencing problems or want some advice on how to configure or use the product please see the [[common:support_details|Accessing Technical Support]] page.
 +
 +===== Exit Statuses =====
 +
 +  - **zero** Program has ended successfully.
 +  - **non zero** Program has not ended successfully.
 +  - **100** Empty output file.
 +
 +
 +==== Files ====
 +
 +**stdout:** Output Reports. \\
 +**stderr:** Diagnostic messages. \\
 +
 +===== Example =====
 +
 +Create an Iron Mountain formatted picking and distribution report for customer US04, removing the L? suffix including volumes that have previously been requested.
 +
 +=== Command line syntax ===
 +
 +<code plain;>
 +TMSS10IRM_Send -S user:-password@server -V "US04.*.*" -E "~~~~~~^^" -r
 +</code>
 +
 +
 +=== Output ===
 +<code>
 +StartHeaderText~P~US04~LTO~EndHeaderText
 +000007           00000 
 +000008           00000 
 +StartfooterText~P~US04~LTO~EndFooterText
 +StartHeaderText~D~US04~LTO~EndHeaderText
 +000005           00000 
 +000006           00000 
 +100056           00000 
 +StartfooterText~D~US04~LTO~EndFooterText
 +</code>
 +
 +--> Changelog 
 +
 +[filterrss http://www.tapetrack.com/cgi/changelog.cgi?module=TMSS10IRM_Send]
 +<--
cli/tmss10irm_send.1537485805.txt.gz · Last modified: 2025/01/21 22:07 (external edit)