sync:data_extraction
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
sync:data_extraction [2021/06/02 03:54] – [Data Extraction From Netbackup Vault] Scott Cunliffe | sync:data_extraction [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 7: | Line 7: | ||
The source file information extract will vary depending on your backup software. | The source file information extract will vary depending on your backup software. | ||
- | ===== Data Extraction From Netbackup Vault ===== | + | ==== Data Extraction From BackupExec |
- | Using the administrative tool vmquery, the Volume data can be extracted into a text file. | ||
- | To get a report | + | The CSV report |
- | < | + | |
- | vmquery -W -a > Report.txt | + | |
- | </ | + | |
- | The text file is then converted to a CSV file to properly format | + | Further details on the conversion process can be viewed at [[cookbook: |
- | < | + | ==== Data Extraction From Commvault ==== |
- | TMSS10SingleSpace -d "," | + | |
- | </ | + | |
- | Full definition | + | The Storage Information Report is created via the Commvault GUI and output to CSV format, accessible from the reports tab. |
- | ===== Data Extraction From Networker ===== | + | |
- | Using the administrative tool mminfo, the Volume data needs to be extracted from the Networker save sets and exported into CSV file format. | + | Further details on the conversion process can be viewed at [[cookbook: |
- | To get a report that is suitable for the TapeTrack Sync command, the following minimum arguments should be used: | + | ==== Data Extraction From Data Protector ==== |
- | < | + | |
- | mminfo -xc, -a -r " | + | |
- | </ | + | |
- | Full definition and implementation example for extraction of data and synchronization with Networker | + | The onmirpt command |
- | ===== Data Extraction From TSM ===== | + | |
- | Using the Tivoli Storage Manager administrative tool dsmadmc, the Volume | + | Use the omnirpt command to extract |
- | To get a report that is suitable for the TapeTrack Sync command, | + | Output from omnirpt, while tab delimitered, |
- | === From the DRM table: === | + | Further details on the conversion process can be viewed at [[cookbook:dataprotector|Data Protector Cookbook]] |
- | From the DRM table, select the fields: | + | ==== Data Extraction |
- | * volume_name: | + | |
- | * state: Used to determine the location the [[object: | + | |
- | * stgpool_name: | + | |
- | < | + | Using the administrative tool vmquery, the Volume data can be extracted into a text file. |
- | dsmadmc -dataonly=yes -id=userid -pa=password -tcpserveraddress=tsm01.gazillabyte.local \ | + | |
- | -displaymode=table -outfile=TSM-DRM.csv -commadelimited " | + | |
- | </ | + | |
- | === From the Volume table: === | + | The text file is then converted to a CSV file to properly format |
- | From the [[object: | + | Full definition and implementation example for extraction of data and synchronization with Netbackup |
- | * volume_name: | + | ==== Data Extraction From Networker ==== |
- | * location: Used to determine the location the [[object: | + | |
- | * stgpool_name: | + | |
- | <sxh> | + | |
- | dsmadmc -dataonly=yes -id=userid -pa=password -tcpserveraddress=tsm01.gazillabyte.local \ | + | |
- | -displaymode=table -outfile=TSM-VOL.csv -commadelimited " | + | |
- | </ | + | |
- | Full definition and implementation example for extraction of data and synchronization with TSM is at [[cookbook: | + | Using the administrative tool mminfo, the Volume |
- | ===== Data Extraction | + | Full definition and implementation example for extraction of data and synchronization with Networker is at [[cookbook: |
+ | ==== Data Extraction | ||
- | VEEAM differs from other backup software in that a direct ODBC connection is made using the definition file rather than extracting | + | Using the Tivoli Storage Manager administrative tool dsmadmc, |
- | Sample code placed | + | Full definition and implementation example for extraction of data and synchronization with TSM is at [[cookbook: |
+ | |||
+ | ==== Data Extraction For VEEAM ==== | ||
+ | |||
+ | VEEAM differs from other backup software in that a direct ODBC connection is made using the definition | ||
- | < | + | Full definition and implementation example for extraction of data and synchronization with VEEAM is at [[cookbook: |
- | # Connect to Veeam database | + | |
- | SetODBC(" | + | |
- | # Extract | + | |
- | SetSQL(" | + | |
- | </ | + | |
- | <- sync:fields| Sync Fields | + | <- sync:sources|Sync Sources |
sync/data_extraction.1622606052.txt.gz · Last modified: 2025/01/21 22:07 (external edit)