Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

VCS + VVR + IPMP - Source IP address is wrong

Updated: 21 May 2010 | 3 comments
ADDODD's picture
0 0 Votes
Login to vote

hey gang,

I'm having some trouble getting VVR to work between sites as part of my Netbackup DR plan.  I am able to configure RVGs, RLinks, etc, but when I try to start replication, I get a notice that "replication is paused due to network disconnection."

The background:

I have a Netbackup environment in our primary site and a smaller version of the same in our DR site.  The NBU Master servers are VCS 5.0,MP3 clustered Solaris 10 servers.  In the DR site, the Master server is a single node cluster (a second node will be added if needed down the road).  VVR will replicate the NBU catalog from Pri site to Sec site for 'recovery without import'.

Both Primary Site and DR Site Master server clusters have an IPMP VIP (on each node in the primary site) plus a VCS VIP (on the active node).   The VCS VIP is the one I'm using for VVR so that VVR can fail over from the active node in the Primary site to the standby node (in the Primary site) if needed.

There is a restrictive firewall between sites with rules like this:

pri-master-vcs-vip -> sec-master-vcs-vip on <vvr ports>
sec-master-vcs-vip -> pri-master-vcs-vip on <vvr ports>

*<vvr ports = 8989 (vxrsyncd), 4145 (heartbeat), 4545 (vradmind), 65500 (data)*

As far as network communications go, it seems that the Primary cluster is working OK.  The source IP address is the VCS VIP (as seen using snoop).

In the Secondary site, things are a little weird.  The source IP address used by the DR (single node) master cluster is the IPMP VIP, not the VCS VIP.

So, the firewall is blocking traffic from the Secondary site to the Primary site because the source IP address is wrong.

A few questions:

1.) is there a way to specify which VIP to use (the IPMP VIP or the VCS VIP)?
2.) why would this work from Pri -> Sec, but the same configuration does not work as expected from Sec -> Pri?
3.) what else am I missing?

Thanks,

ADDODD

Comments

Sandeep Agarwal's picture
06
Aug
2009
0 Votes 0
Login to vote

Can you paste your

Can you paste your IPMP config from the sec site? Are you using the deprecated flag on the IPMP test addresses?

ADDODD's picture
06
Aug
2009
0 Votes 0
Login to vote

IMP config

Hi there,

here's the IPMP config (e1000g1 and e1000g2):

root@sol-nbu-master3# cat /etc/hostname.e1000g1
sol-nbu-master3-pri netmask + broadcast + group nbu_prod -failover deprecated up \
addif sol-nbu-master3 netmask + broadcast + failover up

root@sol-nbu-master3# cat /etc/hostname.e1000g2
sol-nbu-master3-sec netmask + broadcast + group nbu_prod -failover deprecated up

I don't know if you can deprecate an IPMP VIP - can you?  i.e. inbound connections to IPMP VIP would still work, but outbound connections would use the VCS VIP?

thx,

ADDODD

Sandeep Agarwal's picture
07
Aug
2009
0 Votes 0
Login to vote

Yes, you can. If that's

Yes, you can. If that's acceptable that should solve your problem.