cookbook:networker
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| cookbook:networker [2020/02/19 01:37] – [Synchronization] Scott Cunliffe | cookbook:networker [2025/01/23 03:50] (current) – [Example Synchronization Definition] Gerard Nicol | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| ===== Data Extraction From Networker ===== | ===== Data Extraction From Networker ===== | ||
| - | The first step in Syncronizing | + | The first step in Synchronizing |
| Using the administrative tool mminfo, the Volume data needs to be extracted from the Networker save sets and exported into CSV file format. | Using the administrative tool mminfo, the Volume data needs to be extracted from the Networker save sets and exported into CSV file format. | ||
| Line 16: | Line 16: | ||
| To get a report that is suitable for the TapeTrack Sync command, the following minimum arguments should be used: | To get a report that is suitable for the TapeTrack Sync command, the following minimum arguments should be used: | ||
| - | <sxh plain;> | + | <code plain;> |
| mminfo -xc, -a -r " | mminfo -xc, -a -r " | ||
| - | </sxh> | + | </code> |
| ==== Example mminfo output ==== | ==== Example mminfo output ==== | ||
| - | <sxh plain;> | + | === Output With Suffix === |
| + | |||
| + | <code plain;> | ||
| volume, | volume, | ||
| 000000L6, | 000000L6, | ||
| Line 32: | Line 34: | ||
| 000006L6, | 000006L6, | ||
| 000007L6, | 000007L6, | ||
| - | </sxh> | + | </code> |
| + | === Output Without Suffix === | ||
| + | |||
| + | <code plain;> | ||
| + | volume, | ||
| + | 000000, | ||
| + | 000001, | ||
| + | 000002, | ||
| + | 000003, | ||
| + | 000004, | ||
| + | 000005, | ||
| + | 000006, | ||
| + | 000007, | ||
| + | </ | ||
| ==== Post-processing ==== | ==== Post-processing ==== | ||
| Line 41: | Line 56: | ||
| It possible for NetWorker barcodes to be missing the LTO L-Suffix. | It possible for NetWorker barcodes to be missing the LTO L-Suffix. | ||
| - | It is always recommended that where possible volumes | + | It is always recommended that where possible volumes |
| - The Media-ID value if it includes the suffix. | - The Media-ID value if it includes the suffix. | ||
| - Adding an appropriate suffix to the Media-ID based upon the value of the Media Type field. | - Adding an appropriate suffix to the Media-ID based upon the value of the Media Type field. | ||
| Line 49: | Line 64: | ||
| ===== Synchronization ===== | ===== Synchronization ===== | ||
| - | Synchronization with TapeTrack is performed by calling the [[cli: | + | Synchronization with TapeTrack is performed by calling the [[cli: |
| - The CSV file produced by pre-processing the mminfo output. | - The CSV file produced by pre-processing the mminfo output. | ||
| - | - Command line arguments that instruct the program how to process volumes. | + | - Command-line arguments that instruct the program how to process volumes. |
| - A synchronization definition file that instructs the program how to interpret the mminfo output. | - A synchronization definition file that instructs the program how to interpret the mminfo output. | ||
| Line 59: | Line 74: | ||
| ==== Example Command Line Arguments ==== | ==== Example Command Line Arguments ==== | ||
| - | <sxh> | + | <code> |
| TMSS10Sync -d Volume.ttidef -a -S user: | TMSS10Sync -d Volume.ttidef -a -S user: | ||
| - | </sxh> | + | </code> |
| Where: | Where: | ||
| Line 72: | Line 87: | ||
| ==== Example Synchronization Definition ==== | ==== Example Synchronization Definition ==== | ||
| - | <sxh plain;> | + | <code plain;> |
| # | # | ||
| # Set the Customer and Media as literal values as they never change | # Set the Customer and Media as literal values as they never change | ||
| Line 81: | Line 96: | ||
| # Set the delimiter to a CSV | # Set the delimiter to a CSV | ||
| # | # | ||
| - | SetCSVDelimiter("," | + | SetCSVDelimiter("," |
| # | # | ||
| # Skip any line that begins with string volume (header) | # Skip any line that begins with string volume (header) | ||
| Line 102: | Line 117: | ||
| AddTranslation(REPOSITORY, | AddTranslation(REPOSITORY, | ||
| - | </sxh> | + | </code> |
cookbook/networker.1582076265.txt.gz · Last modified: 2025/01/21 22:07 (external edit)
