Madhusudana
12 years agoLevel 3
Need to configure backup to use private network
Master Server - Soalris 10 - Name: master.com IP: 10.1.10.27
Client Server - Linux
I have to configure client server backup to use private network but in policy i have to use the server name (not the backup interface name).
For ex :
Client server details:
server name : abc.com and ip : 170.2.4.13
Private server name: abcb.com and ip: 10.19.3.15
I have created a policy and added a client name : abc.com
Also, i have mentioned the backup interface name in REQUIRED_INTERFACE tab (ie abcb.com) in Master server - client host properties.
Backup is running fine but my doubt here is, how to find whether client backup running using Public IP or Private IP of client servers.
Please let me know is there anyway to find the backup happening via which client interface
When i run bptestbpcd in Master server for actual name
"# bptestbpcd -client abc.com -verbose
1 1 1
10.1.10.27:56540 -> 170.2.4.13:1556
10.1.10.27:56542 -> 170.2.4.13:1556
PEER_NAME = cpsvp3810.wellsfargo.com
HOST_NAME = abcb.com
CLIENT_NAME = abc.com
VERSION = 0x07100000
PLATFORM = linuxR_x86_2.6
PATCH_VERSION = 7.1.0.3
SERVER_PATCH_VERSION = -1.-1.-1.-1
MASTER_SERVER = master.com
EMM_SERVER = master.com
NB_MACHINE_TYPE = CLIENT
10.1.10.27:56552 -> 170.2.4.13:1556
When i run bptestbpcd in Master server for Private NIC name
"# bptestbpcd -client abc.com -verbose
1 1 1
10.1.10.27:58827 -> 10.19.3.15:1556
10.1.10.27:58828 -> 10.19.3.15:1556
PEER_NAME = master.com
HOST_NAME = abcb.com
CLIENT_NAME = abc.com
VERSION = 0x07100000
PLATFORM = linuxR_x86_2.6
PATCH_VERSION = 7.1.0.3
SERVER_PATCH_VERSION = -1.-1.-1.-1
MASTER_SERVER = master.com
EMM_SERVER = master.com
NB_MACHINE_TYPE = CLIENT
10.1.10.27:58842 -> 10.19.3.15:1556
use abcb.com in the policy clients tab...
that will do everyting...