We have 2 NBU masters 7.1.0.3 on linux at 2 different sites, Production and DR. We are currently using OST and SLPs to replicate backups done on one site to the storage unit of the other side. For example, the 2 sites both have 2 storage units
PRODUCTION DR SITE
production_local_stu = production_remote_stu
DR_remote_stu = DR_local_stu
The production site contains the a local storage unit, and a remote storage unit which points to the diskpools on the DR site. The DR site contains a similar setup. From this setup, backups done on each site are replicated to the remote storage unit.
We have a similar setup comparing to http://www.symantec.com/connect/forums/how-can-i-get-remote-nbu-env-ostdatadomain-see-duplicated-images-another-nbu-env#comment-6664681, although we do not have DataDomain. Both the sites are seperate NBU sites.
However, when trying the above solution, we are stuck at trying to use nbcatsync to sync the dr file. It tells us .
#> nbcatsync -sync_dr_file ./production_catalog_backup_1375627523_FULL
All media resources were located
Primary Disk Media Id Current Disk Media Id
==========================================
nbcatsync: No copies of> Catalog Image (production-massvr01-bkp_1375627523) found
So what are we doing wrong? The backup and duplication jobs seems to have no errors, and we are also able to verify that the backups in their respective remote storage units.
Thanks in advance!!