My case: I am planning to migrate old netbackup server (server1) to new server with the same host name (server1). My old server has 2 media servers,server1 and server2 which means it is connected to two media servers with two different tape loaders. When i am trying to backup catalog, i have no choice but to use server2 to backup just because server1 is using SDLT loader whereas server2 and new server are using LTO so that i will be able to recover catalog using LTO tape.
However, the problem is new server,server1 is trying to recover catalog from tape backup used by media server,server2. I did a hot catalog backup using tape. When I tried to restore using netbackup disaster recovery wizard, there is an error something like ‘unable to located /usr/……/../ from <server2>’ . Since server name is different, it is doubtful whether I am able to recover catalog using tape.
In order to restore catalog, here is what i have done.
1. Instead of hot catalog backup, i did offline(cold) catalog backup.
2. Instead of tapes, i used disk backup in offline catalog backup configuration. While doing that, there is an erorr 97, requested media id is in use which actually is catalog tape being assigned to use . So i follow this link http://www.symantec.com/business/support/index?page=content&id=TECH35504 for solution. I expired catalog tape and configure offline backup to disk successfully.
3. I copied catalog files to new server, server1 , then use bprecovery command to recover catalog. Exact command i use is
bprecover -r -dpath g:\offlinecatalog.
Ensure not to have any space in folder name. I used g:\offline catalog which leads to invalid command.In fact, i forgot to stop following services as per symantec doc but it is still working.
NetBackup Service Monitor service
■
NetBackup Device Manager service
■
NetBackup Volume Manager service
To verify before recovery, the command bprecover -l -dpath g:\offlinecatalog can be used.
As for Unix, Linux, refer to symantec troubleshooting guide at
http://www.symantec.com/business/support/index?page=content&id=TECH52829 at page 566, the most important part of whole docs.
This method is very simple to recover catalog. No need to rely on the media to import catalog anymore.
none