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.

NetBackup not looking at the right server

Updated: 21 Sep 2010 | 2 comments
smwoodcrafts's picture
0 0 Votes
Login to vote
This issue has been solved. See solution.

Has anyone ever seen this? We have a number of clusters of 2 servers each, active and passive. When we get a request to back one up, we load the client on both servers and create the policy to backup the with the cluster name, that way it will always back up the active node. This works fine most of the time, but sometimes when there is a failover or just a switch of the active node, netbackup still sees the original node as active. Example:

cluster servers: node1 and node2 (node1 active)
cluster name: cluster1

With everything loaded and policy created to back up cluster1. You go to host properties and connect to cluster1 and check client name. It shows the name of the active node, node1. For whatever reason, The active node changes to node2. Now, when you go to host properties and connect to cluster1, the client name should be node2, but it's not, it's still node1 which means the clustered drives will not be backed up.

I have seen this a couple of times and have one now that is still seeing the passive node as active.

Any ideas?

smwoodcrafts

PS everthing is 6.5.2

Comments

quebek's picture
17
Mar
2010
0 Votes 0
Login to vote

renew arp table?

If your NBU server is running on wintel try to run ipconfing /flushdns so this will make correct entiers for failovered node.
on UNIX you should remove the arp entry for old active node and then ping this virtual name again so the new one will be in arp cache.
I hope this is the issue you do have!

smwoodcrafts's picture
17
Mar
2010
0 Votes 0
Login to vote

I found the answer. This

I found the answer. This cluster is in the DMZ. They have an IP for each server then an IP for the cluster and an IP for the virtuall name. I found that both the cluster and virtual name were entries in the hosts file. The virtual IP was failed over but not the cluster IP. I removed the cluster IP from the hosts file and it now sees the active node.

Thanks