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:51] – [Data Extraction From Networker] 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 syncronization 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 " | + | |
| - | </ | + | |
| - | ===== Data Extraction For VEEAM ===== | + | Using the administrative tool mminfo, the Volume data needs to be extracted from the Networker save sets and exported into CSV file format. |
| - | VEEAM differs from other backup software in that a direct ODBC connection is made using the definition | + | Full definition |
| + | ==== Data Extraction From TSM ==== | ||
| - | Sample code placed at the beginning | + | Using the Tivoli Storage Manager administrative tool dsmadmc, the Volume data needs to be extracted from both the DRM and Volume tables and exported into csv file format. |
| + | |||
| + | Full definition and implementation example for extraction | ||
| + | |||
| + | ==== 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.1622605912.txt.gz · Last modified: 2025/01/21 22:07 (external edit)
