Oracle Dataguard Broker and CFC

January 15, 2009
During a recent implementation of Dataguard on  a Active/Passive Cluster. I started receiving weird errors using the installation/configuration phase. The Grid control add standby wizard which is something i like to use for smaller databases started out the the process  but would never complete it leaving the primary and the standby in a weird state.
Errors like

DMON: cannot open configuration file “/usr/local/oracle/product/10.2/dbs/dr2test.dat”
  ORA-27037: unable to obtain file status

 error = ORA-16572
DG 2009-01-15-08:26:48        0 2 0 NSV0: Failed to connect to remote database p
rkmdb1. Error is ORA-12541
DG 2009-01-15-08:26:48        0 2 0 NSV0: Failed to send message to site prkmdb1
. Error code is ORA-12541.
 DMON: test unable to contact primary for DRC version check
  DMON: status ORA-12541:
~

The problem is that the dataguard broker cannot traverse through a  virtual  node name which is used in a Active/Passive or CFC  configuration,
According to Metalink Note # 413696.1 which is very appropriately named “Data Guard Broker does not support Cold Failover Clusters” 
“The Data Guard Broker does not support Cold Failover Clusters (also called Active/Passive clusters) in any version up to and including Oracle Database 10g Release 2. You cannot use the Broker nor Enterprise Manager, you have to create and manage your standby configuration using SQLPlus”

The support for  CFC’s come in a limited fashion in Oracle 11gR1 only if Oracle clusterware is used.

This means that a dataguard standby has to be manually created and configured and all instances have to be monitored individually.

,

Related posts:

  1. Physical Dataguard Password change Oracle Performs redo shipping and authentication services between the primary...
  2. User Defined Metrics in Oracle EM Grid Control Everyone has various ways to manage scripts. I have found...
  3. Applying Datafile resize in logical standby Well,with the record_unsupported_operations-true . I was able to capture the...
  4. Dataguard notes Part 1 Over the recent weeks pretty much most of my time...

Related posts brought to you by Yet Another Related Posts Plugin.

  • test
  • fuadar
    This was not the case here since the primary database was on a HACMP cluster. broker was having difficulties between virtual nodes and physical nodes . oracle states that they do not support this type of config in 10 and in 11 only if clusterware is installed.
  • guest
    I got this same error once and in my case it was simply a case of the SYS password not being the same on the Standby as compared to the Primary. Once I got the passwordfile xfrd to the standby all went well :-)
blog comments powered by Disqus