Partial Catalog Recovery Process
Hello All,
We have two NBU servers one in production and the other in DR.
Both the master servers have different names but all the NBU configuration is the same.
IF MY PRODUCTION MASTER GOES DOWN and we want to RESTORE BACKUP IMAGES TAKEN on TAPES at the prod to the DR what other options do I have to restore them ASAP.
We use the NBU AIR for some backups but there are other DB's which are huge in size about 15-20 TB. Hence excluding AIR.
I learned about the Netbackup Partial Catalog Recovery Process and the Recovery without Import option but I'm not sure if the same can be applicable in my environment since the master server names in both the environments are different.
I'm just trying to find an alternate solution to restore the backup images taken on tape at the production environment to the DR environment without wanting to import these tapes.
NBU PROD : -
NBU Version : - 7.5.0.6
O.S : - Solaris 10
Media Servers : - 5 Netbackup Appliances 5520 + 1 SL500 LTO4 library
NBU DR : -
NBU Version : - 7.5.0.6
O.S : - Solaris 10
Media Servers : - 2 Netbackup Appliances 5520 + 1 SL500 LTO4 library
Hi,
You can do this.
Take catalog backup on target master (just to protect it before you start working)
Configure temp staging location on source master (nbdb_admin –vxdbms_nb_staging /staging)
Perform backup of catalog to staging area (nbdb_backup –online <directory>-truncate_tlog)
Backup the images folder on source server
Restore images folder to the target server (don't overwrite)
scp /staging area to target master
Set temp staging location on target master (nbdb_admin –vxdbms_nb_staging /staging)
Perform cat export from temp staging location (cat_export -all -staging –source_master OLDMASTER)
Perform cat import from staging location (cat_import -all –staging) <<<You can also selectively import based on client name.
Verify images (bpimagelist and bplist)
Perform restores