Hello everybody, fisrt of all I want to thank you for helping me to solve my issues.
This time i need to setup a netbackup server global cluster distributed in 2 sites. Each site has its ip addres segment so when the service group is running in the first site clients must resolve the ip address assined in that site.
When the service group change to the second site clients must resolve the ip address for the second site.
the cluster is running and we can do the switchover from primary site to secondary and viceversa. At the dns level we have to dns records pointning to both primary and secondary sites ip addresses
The issue we are facing is we can ping to master on the site that runs the service group but not from the other, if we switch over is the same.
this is the result of nslookup and the ping does not response
the service group run in the 172.20.50.161
bash-3.00# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
e1000g0: flags=1000842<BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 172.21.31.90 netmask ffffff00 broadcast 172.21.31.255
ether 0:c:29:5b:c5:90
e1000g1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
inet 172.21.31.91 netmask ffffff00 broadcast 172.21.31.255
ether 0:c:29:5b:c5:9a
bash-3.00# nslookup master
Server: 172.21.31.10
Address: 172.21.31.10#53
Name: master.dominio.local
Address: 172.21.31.90
Name: master.dominio.local
Address: 172.20.50.161
bash-3.00# ping master (No responce)
^C