NetBackup configuration with multiple isolated backup vlans
Hello dear community
We've inherited a NetBackup infrastructure that was designed and installed by previous company with lack of documentation.
I'm trying to figure out why MS SQL intelligent policy backups don't work and what should be the correct configuration of server and client names because it seems that the cause is there.
Master server has multiple network interfaces with multiple ip addresses and multiple names:
master.admin.domain - 10.1.1.10
master.prod.backup.domain - 10.20.1.10
master.preprod.backup.domain - 10.21.1.10
Client has 2 interfaces
client.admin.domain - 10.2.2.22
client.prod.backup.domain - 10.20.1.22
On the server in bp.conf
SERVER = master.admin.domain
SERVER = media.admin.domain
On the client the following servers are indicated in the Registry:
master.admin.domain
master.prod.backup.domain
media.prod.backup.domain
As noticed, client uses his admin interface to communicate with master server admin interface during the initial stage of the backup but it fails then with not a huge amout of details in logs.
17 nov. 2022 00:00:25 - Error bpbrm (pid=232595) from client client.backup.domain: ERR - exit status: <2>
17 nov. 2022 00:00:25 - Error bpbrm (pid=232595) from client client.backup.domain: ERR - bphdb exit status = 2: none of the requested files were backed up
If we add a following line to the hosts file on the client the backup works:
10.20.1.10 master.admin.domain
but it does ot seem as the right solution. Moreover, on the second site, with (what it seems to me) the same configuration of master/client, backup works without errors.
Backup with script (mssql batch file also works on this client)
Could you please advice what should be the algorithm to debug the error and is the network configuration (vlans, hostnames) correspond to BP?
thanks in advance