cli:tmss10batchloader
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| cli:tmss10batchloader [2019/11/05 01:25] – [Example] Scott Cunliffe | cli:tmss10batchloader [2025/07/04 04:42] (current) – [Example] Scott Cunliffe | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== TMSS10BatchLoader ====== | ====== TMSS10BatchLoader ====== | ||
| + | |||
| + | TMSS10BatchLoader creates [[object: | ||
| ===== Synopsis ===== | ===== Synopsis ===== | ||
| '' | '' | ||
| - | |||
| - | ===== Description ===== | ||
| - | |||
| - | '' | ||
| ===== Options ===== | ===== Options ===== | ||
| Line 14: | Line 12: | ||
| * '' | * '' | ||
| + | |||
| + | {{page> | ||
| ===== Editable Fields ===== | ===== Editable Fields ===== | ||
| Line 32: | Line 32: | ||
| * {{: | * {{: | ||
| * {{: | * {{: | ||
| - | * [[master:repository_options# | + | * [[options:repository: |
| * [[master: | * [[master: | ||
| Line 38: | Line 38: | ||
| ==== Technical Support ==== | ==== 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: | + | 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: | ||
| ==== Exit Statuses ==== | ==== Exit Statuses ==== | ||
| Line 55: | Line 57: | ||
| === Configuration File === | === Configuration File === | ||
| - | Configuration file to create two Customers with Attributes: | + | Configuration file to create two [[object: |
| Customer 0001 | Customer 0001 | ||
| * [[object: | * [[object: | ||
| * [[object: | * [[object: | ||
| - | * [[object: | + | * [[object: |
| - | * [[object: | + | * [[object: |
| * [[object: | * [[object: | ||
| * [[object: | * [[object: | ||
| Line 75: | Line 77: | ||
| - | <sxh> | + | <code> |
| - | setup= | + | setup= |
| - | { | + | { |
| - | | + | |
| - | | + | |
| - | { | + | { |
| - | id=" | + | id=" |
| - | + | ||
| - | media= | + | media= |
| - | ( | + | ( |
| - | | + | |
| - | | + | |
| - | + | ||
| - | | + | |
| ( | ( | ||
| - | { id=" | + | { id=" |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | + | ||
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | ) | + | ) |
| - | }, | + | }, |
| - | { | + | { |
| - | id=" | + | id=" |
| - | + | ||
| - | media= | + | media= |
| - | ( | + | ( |
| - | | + | |
| - | | + | |
| - | + | ||
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | + | ||
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | ) | + | ) |
| - | } | + | } |
| - | | + | |
| - | }; | + | }; |
| - | </sxh> | + | </code> |
| === Command line syntax === | === Command line syntax === | ||
| - | <sxh>TMSS10BatchLoader -S user: | + | |
| === Output Results === | === Output Results === | ||
| - | {{cli: | + | {{tmss10batchloder_output.png}} |
| ---- | ---- | ||
| - | When creating multiple Customers with identical Media Types and/or Repositories it is possible to create a configuration file with these attributes | + | === Configuration Files - Minimising Duplicate Code === |
| + | |||
| + | When creating multiple | ||
| To create two customers, US01 and US02, with: | To create two customers, US01 and US02, with: | ||
| - | * Media-ID: LTO, Media Description: | + | * [[object: |
| - | * Media-ID: 3490, Media Description: | + | * [[object: |
| - | * Repository-ID: | + | * [[object: |
| - | * Repository-ID: | + | * [[object: |
| <note tip>A configuration file may “include” the contents of another file using an include directive. | <note tip>A configuration file may “include” the contents of another file using an include directive. | ||
| - | This directive has the effect of inlining | + | This directive has the effect of in-lining |
| An include directive must appear on its own line in the input. It has the form: | An include directive must appear on its own line in the input. It has the form: | ||
| Line 170: | Line 174: | ||
| == master.cfg == | == master.cfg == | ||
| - | <sxh> | + | |
| - | setup= | + | setup= |
| - | { | + | { |
| - | | + | |
| - | | + | |
| - | { | + | { |
| - | id=" | + | id=" |
| - | @include " | + | @include " |
| - | }, | + | }, |
| - | { | + | { |
| - | id=" | + | id=" |
| - | @include " | + | @include " |
| - | } | + | } |
| - | | + | |
| - | }; | + | }; |
| - | </ | + | |
| == include.cfg == | == include.cfg == | ||
| - | <sxh> | ||
| - | media= | ||
| - | ( | ||
| - | | ||
| - | | ||
| - | repositories= | + | media= |
| - | | + | ( |
| - | | + | { |
| - | | + | |
| - | | + | |
| - | | + | repositories= |
| - | | + | |
| - | | + | |
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | |||
| + | | ||
| + | ( | ||
| + | { id=" | ||
| + | { id=" | ||
| + | ) | ||
| + | | ||
| + | ) | ||
| - | | ||
| - | ( | ||
| - | { id=" | ||
| - | { id=" | ||
| - | ) | ||
| - | | ||
| - | ) | ||
| - | </ | ||
| Line 217: | Line 221: | ||
| === Command line syntax === | === Command line syntax === | ||
| - | <sxh>TMSS10BatchLoader -S user: | + | |
| === Output Results === | === Output Results === | ||
| {{cli: | {{cli: | ||
| + | |||
| + | ===== See Also===== | ||
| + | |||
| + | [[technote/ | ||
| + | |||
| + | --> Changelog | ||
| + | [filterrss http:// | ||
| + | <-- | ||
cli/tmss10batchloader.1572917144.txt.gz · Last modified: 2025/01/21 22:07 (external edit)
