Netbackup 5.1 Unix Catalog import to Windows Netbackup platform
Apologies if this has been asked before, but is it possible to import a Netbackup 5.1 catalog which is sitting on a AIX 5.2/5.3 platform onto a Windows Netbackup xx platform?
Many thanks
This might help you.... my notes from a few years back.
- UNIX to WINDOWS NetBackup Master Convert - (PS pre NBU 6.0)0. The new Windows master should/could have same hostname, just different IP during conversion.
1. Catalog backup.
2. Deactivate policies, ensure no starting jobs.
3. Logically move all tape media in the robot to "standalone" location.
4. Delete your Robot, Tapedrive and StorageUnit definitions, these are to reconfigured later.
5. Decompressed the catalog: bpimage -decompress -allclients
6. Cleaned up the catalog: /usr/openv/netb*/bin/bpimage -cleanup -allclients
7. Catalog backup. (VERY nice to have)
8. Stop all Netbackup deamons.
9. Convert the catalog from Binary to Ascii:
# /usr/openv/netbackup/bin/cat_convert -o -s -b2a /usr/openv/netbackup/db/images10. Use ex. FlashFXP to copy the catalog/database files the new server.
(Must have the capabilities of converting UNIX2DOS)The following paths/files was transferred as ASCII files:
/usr/openv/volmgr/vm.conf
/usr/openv/volmgr/database/poolDB
/usr/openv/volmgr/database/ruleDB (not found)/usr/openv/netbackup/bp.conf
/usr/openv/netbackup/db/INDEXLEVEL (not found)
/usr/openv/netbackup/db/IDIRSTRUCT
/usr/openv/netbackup/db/class/
/usr/openv/netbackup/db/client/ (not found)
/usr/openv/netbackup/db/config/behavior
/usr/openv/netbackup/db/images/The following files was transferred as BINARY files:
/usr/openv/volmgr/database/volDB
/usr/openv/netbackup/db/media/mediaDB
11. Downed and turned off the UNIX server.12. Ensure new Windows NetBackup Master have SAME master hostname.
13. Install NetBackup Master, patch to same level, (Catalogbackup)
14. Stop all Netbackup services.
15. Moved all files from the temporary directory to the new NetBackup installation.
16. If not able to replace/delete VolDB, set NBU services to manual, reboot.
17. cd C:\Program Files\VERITAS\NetBackup\db
cat_convert -o -s -a2b images18. Deleted the client folder for the master server ...\netbackup\db\images.
19. Restarted the NetBackup services.
20. Controlled the catalog-backup, media-listings, volume manager, restore browsing etc.
21. opened bp.conf in notepad and manually pasted the configuration options thru the Master Server Host Properties dialog
22. Configured the robot and tape devices, and performed a Robot Inventory to update the media database.
23. Tested restore of "old" data on several servers, wich was found OK.