cookbook:netbackup
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
cookbook:netbackup [2017/06/20 16:10] – dcumming | cookbook:netbackup [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== NetBackup Sync Cookbook ====== | ====== NetBackup Sync Cookbook ====== | ||
- | [[https:// | + | [[https:// |
===== NetBackup Vault ===== | ===== NetBackup Vault ===== | ||
NetBackup Vault is a component of NetBackup that is used to set the Vault Location field in NetBackup. It may or may not be deployed. | NetBackup Vault is a component of NetBackup that is used to set the Vault Location field in NetBackup. It may or may not be deployed. | ||
- | In the event that it is deployed TapeTrack Sync can use the Vault Location field set in NetBackup to determine the expected location of each tape volume. If Vault is not deployed, TapeTrack can determine the expected location based upon other fields such as the tape expiration date. | + | In the event that it is deployed TapeTrack Sync can use the Vault Location field set in NetBackup to determine the expected location of each [[object:volume|Volume]]. If Vault is not deployed, TapeTrack can determine the expected location based upon other fields such as the [[object: |
<note tip> | <note tip> | ||
- | The expiration date value in NetBackup appears to be dynamically generated when reports are run based upon the dates of each image stored on a tape volume. For this reason, reports such as vmquery do not accurately return a valid expiry date value. | + | The expiration date value in NetBackup appears to be dynamically generated when reports are run based upon the dates of each image stored on a [[object:volume|Volume]]. For this reason, reports such as vmquery do not accurately return a valid expiry date value. |
</ | </ | ||
+ | ===== Data Extraction From Netbackup Vault ===== | ||
+ | |||
+ | The first step in Synchronizing your Netbackup Vault Library with TapeTrack is to extract the Volume data from your Netbackup Vault instance. | ||
+ | |||
+ | Using the administrative tool vmquery, the Volume data can be extracted into a text file. | ||
+ | |||
+ | {{vmquery_extract.png}} | ||
===== The vmquery command ===== | ===== The vmquery command ===== | ||
+ | |||
+ | <note important> | ||
+ | \\ | ||
+ | If vmquery is not installed please refer to your NetBackup administrator.</ | ||
The vmquery main page describes the command as: | The vmquery main page describes the command as: | ||
- | > Query the Enterprise Media Manager database, or assign and unassign | + | > Query the Enterprise Media Manager database, or assign and un-assign |
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: | ||
- | < | + | < |
- | vmquery -W -a > Inventory.txt | + | vmquery -W -a > Report.txt |
</ | </ | ||
Where: | Where: | ||
Line 33: | Line 45: | ||
==== Example vmquery output ==== | ==== Example vmquery output ==== | ||
- | < | + | < |
MediaID OpticalPartner MediaType Barcode BarcodePartner RobotHost RobotType RobotNum RobotSlot Side/Face VolumeGroup Pool PoolNum PrevPool NumOfMounts MaxMounts NumOfCleanings CreateDatetime AssignedDatetime FirstMountDatetime LastMountDatetime ExpirationDatetime Status OffsiteLocation OffsiteSentDatetime OffsiteReturnDatetime OffsiteSlotID OffsiteSessionID Version DescriptionLength Description ContainerID | MediaID OpticalPartner MediaType Barcode BarcodePartner RobotHost RobotType RobotNum RobotSlot Side/Face VolumeGroup Pool PoolNum PrevPool NumOfMounts MaxMounts NumOfCleanings CreateDatetime AssignedDatetime FirstMountDatetime LastMountDatetime ExpirationDatetime Status OffsiteLocation OffsiteSentDatetime OffsiteReturnDatetime OffsiteSlotID OffsiteSessionID Version DescriptionLength Description ContainerID | ||
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ||
Line 49: | Line 61: | ||
==== Post-processing ==== | ==== Post-processing ==== | ||
+ | |||
+ | <note important> | ||
As previously noted, the '' | As previously noted, the '' | ||
Line 55: | Line 69: | ||
- | < | + | < |
- | vmquery -W -a > Inventory.txt | + | vmquery -W -a > Report.txt |
- | TMSS10SingleSpace -d "," | + | TMSS10SingleSpace -d "," |
</ | </ | ||
+ | |||
+ | {{vmquery_extract_csv.png}} | ||
=== Example TMSS10SingleSpace output=== | === Example TMSS10SingleSpace output=== | ||
- | < | + | < |
MediaID, | MediaID, | ||
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ||
Line 78: | Line 94: | ||
==== Barcodes ==== | ==== Barcodes ==== | ||
- | It is common for NetBackup | + | It is common for NetBackup |
If is always recommended that where possible volumes be loaded into TapeTrack with their L-Suffix, and this suffix can be established by: | If is always recommended that where possible volumes be loaded into TapeTrack with their L-Suffix, and this suffix can be established by: | ||
- | - 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. |
- | - Adding an appropriate suffix based upon the range of the Media ID. | + | - Adding an appropriate suffix based upon the range of the Media-ID. |
- Using TapeTrack' | - Using TapeTrack' | ||
Line 93: | Line 109: | ||
- 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 vmquery output. | - A synchronization definition file that instructs the program how to interpret the vmquery output. | ||
+ | |||
+ | {{networker_sync.png}} | ||
==== Example Command Line Arguments ==== | ==== Example Command Line Arguments ==== | ||
- | < | + | < |
- | TMSS10Sync -d NBU.ttidef -a -S batch: | + | TMSS10Sync -d Volume.ttidef -a -S batch: |
</ | </ | ||
Line 103: | Line 121: | ||
* '' | * '' | ||
* '' | * '' | ||
- | * '' | + | * '' |
* '' | * '' | ||
==== Example Synchronization Definition ==== | ==== Example Synchronization Definition ==== | ||
- | < | + | < |
# | # | ||
# 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 152: | Line 170: | ||
AddTranslation(REPOSITORY, | AddTranslation(REPOSITORY, | ||
</ | </ | ||
+ | |||
+ | <- : | ||
+ | |||
+ | {{tag> cookbook}} |
cookbook/netbackup.1497975011.txt.gz · Last modified: 2025/01/21 22:07 (external edit)