Dedicated backup LAN configurations.
Hi All,
We need to configure a dedicated LAN for our Netbackup. Currently our Netbackup using the Production LAN then we will transferred it Backup LAN.
What are the configurations need to edit or re-configure?
hosts file?
bp.conf?
Yes, you first of all need to config backup network at OS level.
Each backup interface will need a new hostname associated with the IP address. e.g.
# Public network
192.168.10.1 master
192.168.10.2 media1
192.168.10.3 client1
192.168.10.4 client2# Backup network
10.10.10.1 master-bk
10.10.10.2 media-bk
10.10.10.3 client1-bk
10.10.10.4 client2-bkUpdate hosts entries on all servers and clients.
Add bp.conf to add SERVER entries for -bk servers on all server and clients.
If master server was installed with Public network address, you need to keep that name as 1st entry.Change CLIENT_NAME in bp.conf on all clients to -bk name.
If you have already done backups for clients with Public Network hostnames, before you change all policies to -bk client names, create symbolic links in image folder to -bk names. e.g:
# cd /usr/openv/netbackup/db/images
# ln -s client1 client1-db
This will ensure that images are stored in same folder and that restores will work using both names.See these sections in NBU Troubleshooting Guide for detailed info:
Example of host name and service entries on UNIX clients in multiple networksExample of host name and service entries on UNIX server that connects to multiple networksPlease ignore all references to 'service entries' as this is no longer used in NBU 7.x and should have been removed from the manual...More reading matter:DOCUMENTATION: How network interfaces are selected in NetBackup 6.x/7.x when there are multiple NICs on a NetBackup host.
http://www.symantec.com/docs/TECH54733How to verify name resolution for Veritas NetBackup (tm) systems, using the "bpclntcmd" command
http://www.symantec.com/docs/TECH27430DOCUMENTATION: When and how to clear the NetBackup host cache
http://www.symantec.com/docs/TECH136792Hope this helps!