Hello Experts,
I have an issue with oracle database backups which is in active active cluster. The details below
Nodename : Node1 Nodename : Node2
Oracle cluster name : Orclus1 Oracle cluster name : Oraclus2
databases : oradb1 & oradb2 databases : oradb3 & oradb4
Node1 & Node2 are in active active cluster and oracle cluster names are Oraclus1 & Oraclus2
At present Node1 have Oraclus1 and Node2 have Oraclus2. Incase of one node failure both oracle clusters would be in single node.
I have created two policy for each oracle cluster and keep the client name as oracle cluster name. When i start the backup first it failed because backup was triggeting with nodename. so i changed client_name in the bp.conf file as the oracle cluster name. After this my backup completed successfully. I have done this on bothe the nodes. So in Node1 bp.conf file CLient_Name : Oraclus1 and in Node2 bp.conf file Client_Name : Oraclus2
But when Node2 down and Oraclus2 moved to Node1, Node1 have both Oraclus1 & Oraclus2. In this situation when backup triggered for Oraclus2 policy it would fail because in the Node1 bp.conf file have Client_Name is Oraclus1.
How to overcome this ?