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:40] Scott Cunliffecli:tmss10irm_send [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 3: Line 3:
 ===== Synopsis ===== ===== 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]+''[-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 ===== ===== Description =====
Line 11: Line 11:
 ===== Options ===== ===== Options =====
  
-  * ''A''  Do not fix offsite audit failures (default=false). +  * ''-A''  Do not fix offsite audit failures (default=false). 
-  * ''C'' Output report in CSV format. +  * ''-C'' Output report in CSV format. 
-  * ''D'' Do not produce distribution list (default = false). +  * ''-D'' Do not produce distribution list (default = false). 
-  * ''E'' Volume edit pattern (default = *). +  * ''-E'' Volume edit pattern (default = *). 
-  * ''M'' Include overdue on Monday (default = false). +  * ''-M'' Include overdue on Monday (default = false). 
-  *  +  * ''-O'' Force onsite repository filter (default = false). 
-  * ''-S'' The logon string argument sets the [[cli:server_argument|Server logon information]]+  * ''-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.   * ''-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.   * ''-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 ===== ===== Technical Support =====
Line 28: Line 34:
  
   - **zero** Program has ended successfully.   - **zero** Program has ended successfully.
 +  - **non zero** Program has not ended successfully.
   - **100** Empty output file.   - **100** Empty output file.
-  - **1** Program has not ended successfully. 
  
 +
 +==== 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.1537486801.txt.gz · Last modified: 2025/01/21 22:07 (external edit)