RFS error after failover [message #246890] |
Fri, 22 June 2007 06:49 |
mlgoins
Messages: 116 Registered: March 2007 Location: Denver, CO
|
Senior Member |
|
|
I get the following RFS errors from the database after a FAILOVER. We're on DG 9.2, and the current database was a Physical Standby database prior to the failover. Here's the error set from the ALERT LOG (repeats every 6 minutes):
Fri Jun 22 06:31:28 2007
RFS: Possible network disconnect with primary database
RFS: Destination database mount ID mismatch [0x81245c3d:0x8124e956]
RFS: Not using real application clusters
Fri Jun 22 06:37:29 2007
RFS: Possible network disconnect with primary database
RFS: Destination database mount ID mismatch [0x81245c3d:0x8124e956]
RFS: Not using real application clusters
I'm wondering if it is because FAL_CLIENT and FAL_SERVER have values in them? Normally I wouldn't expect this from a database in PRIMARY role (select database_role from v$database).
Is there a way to shut it off?
Mike
|
|
|
|
Re: RFS error after failover [message #246947 is a reply to message #246895] |
Fri, 22 June 2007 10:30 |
DreamzZ
Messages: 1666 Registered: May 2007 Location: Dreamzland
|
Senior Member |
|
|
Quote: | The old Primary Database still had log_archive_dest_state_2 set to "ENABLE", and was trying to send LGWR data to the "new" Primary Database.
|
If i'm getting you right.sceneraio
your old PRIMARY is STANDBY and
your STANDBY is PRIMARY now.
when you use role transition
your Acutal PRIMARY BECOMES STANDBY and STANDBY goes to PRIMARY.
and when this happened then your old PRIMARY wouldnt generate archive log. Because your PRIMARY is NOW STANDBY.
So the Situation you defined is bit confusing.
Waiting for Response.
|
|
|
Re: RFS error after failover [message #246982 is a reply to message #246890] |
Fri, 22 June 2007 13:34 |
mlgoins
Messages: 116 Registered: March 2007 Location: Denver, CO
|
Senior Member |
|
|
I'm in a testing situation. When I do a failover, the original Primary database is "gone". So the Standby becomes Primary. Once everyone's satisfied that they can get to the database, I turn the server back on and bring up the original Primary as well, so that they can check and see that all of their transactions made it to the new server. That's all,
Mike
|
|
|