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:37] – [Data Extraction From TSM] 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 TSM ==== | + | ==== Data Extraction From BackupExec |
- | 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. | ||
- | To get a report | + | The CSV report |
- | === From the DRM table: === | + | Further details on the conversion process can be viewed at [[cookbook:backupexec|Backup Exec Cookbook]] |
- | From the DRM table, select the fields: | + | ==== Data Extraction |
- | * volume_name: | + | |
- | * state: Used to determine the location the [[object: | + | |
- | * stgpool_name: | + | |
- | < | + | The Storage Information Report is created via the Commvault GUI and output to CSV format, accessible |
- | dsmadmc -dataonly=yes -id=userid -pa=password -tcpserveraddress=tsm01.gazillabyte.local \ | + | |
- | -displaymode=table -outfile=TSM-DRM.csv -commadelimited " | + | |
- | </ | + | |
- | === From the Volume table: === | + | Further details on the conversion process can be viewed at [[cookbook:commvault|Commvault cookbook]] |
- | From the [[object:volume|Volume]] table, select | + | ==== Data Extraction |
- | * volume_name: | + | |
- | * location: Used to determine | + | The onmirpt command is available on systems with the Data Protector User Interface component installed |
- | * stgpool_name: | + | |
- | < | + | Use the omnirpt command to extract data to a text file using: |
- | dsmadmc -dataonly=yes -id=userid -pa=password -tcpserveraddress=tsm01.gazillabyte.local \ | + | |
- | -displaymode=table -outfile=TSM-VOL.csv -commadelimited " | + | Output from omnirpt, while tab delimitered, |
- | </ | + | |
+ | Further details on the conversion process can be viewed at [[cookbook:dataprotector|Data Protector Cookbook]] | ||
+ | |||
+ | ==== Data Extraction From Netbackup Vault ==== | ||
+ | |||
+ | Using the administrative tool vmquery, | ||
+ | |||
+ | The text file is then converted | ||
+ | |||
+ | Full definition and implementation example for extraction of data and synchronization with Netbackup is at [[cookbook:netbackup|NetBackup Sync Cookbook]] | ||
+ | ==== 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. | ||
+ | |||
+ | Full definition and implementation example for extraction of data and synchronization with Networker is at [[cookbook:networker|NetWorker Sync Cookbook]] | ||
+ | ==== Data Extraction From TSM ==== | ||
+ | |||
+ | Using the Tivoli Storage Manager administrative tool dsmadmc, the Volume data needs to be extracted | ||
+ | |||
+ | Full definition and implementation example for extraction of data and synchronization with TSM is at [[cookbook: | ||
==== Data Extraction For VEEAM ==== | ==== Data Extraction For VEEAM ==== | ||
Line 40: | Line 52: | ||
VEEAM differs from other backup software in that a direct ODBC connection is made using the definition file rather than extracting the data to file and then using a definition file to read it. | VEEAM differs from other backup software in that a direct ODBC connection is made using the definition file rather than extracting the data to file and then using a definition file to read it. | ||
- | Sample code placed at the beginning | + | Full definition and implementation example for extraction |
- | + | ||
- | < | + | |
- | # Connect to Veeam database | + | |
- | SetODBC(" | + | |
- | # Extract | + | |
- | SetSQL(" | + | |
- | </ | + | |
- | <- sync:fields| Sync Fields | + | <- sync:sources|Sync Sources |
sync/data_extraction.1622605041.txt.gz · Last modified: 2025/01/21 22:07 (external edit)