RAC replication [message #443182] |
Sat, 13 February 2010 07:05 |
caprikar
Messages: 226 Registered: March 2007
|
Senior Member |
|
|
Hi,
I have a 10gR2 two node RAC database on HP-Ux. We have replication to a different location using SRDF. On the otherside where we have SRDF, I want to bring up the database as a single node and the hostname will be different. Will CRS complain about having differnet hostname? If that is the case what do i need to do to get around this problem?
Thanks
|
|
|
|
Re: RAC replication [message #443223 is a reply to message #443187] |
Sat, 13 February 2010 18:21 |
caprikar
Messages: 226 Registered: March 2007
|
Senior Member |
|
|
Hi,
We dont need CRS, but how do I disable it it? using CRSCTL DIABLE? Since the hostname is different, will there be any issue?
Thanks
|
|
|
|
|
Re: RAC replication [message #443243 is a reply to message #443240] |
Sat, 13 February 2010 22:56 |
entekeralam
Messages: 19 Registered: January 2010
|
Junior Member |
|
|
CRS won't start just because there is oracle binaries at CRS_ORACLE_HOME. It is started from /etc/init.d/inittab
So you can login as oracle at DR site , set ORACLE_HOME to database oracle_home and start with sqlplus.
But... at the time of disaster, when you attempt to start database at DR site, oracle has to do crash recovery. So what will happen to redo from thread 2 ? ( Please post your findings when you do a test)
[Updated on: Sat, 13 February 2010 23:25] Report message to a moderator
|
|
|