Home » Server Options » RAC & Failsafe » How to add RAC second instance in OCR?
How to add RAC second instance in OCR? [message #658358] Fri, 09 December 2016 17:08 Go to next message
shrinika
Messages: 306
Registered: April 2008
Senior Member
It is Oracle12c two node RAC standby instance.

I manually(shutdown immediate) bounced the second instance for different reason.

[oracle@XXXXX ~]$ srvctl status database -d FRONTEND
Instance FRONTEND1 is running on node xxx-tror01
Instance FRONTEND2 is not running on node xxx-tror02
[oracle@XXXX ~]$

Now second instance is not part of RAC.

How can i fix this?

I can fix by bouncing two instance... I am looking other option to fix this issue
without bouncing both instance.

The below steps fix the problem. But don't want to bounce the both instance.

shutdown both instance
srvctl start database -d FRONTEND -o mount



Re: How to add RAC second instance in OCR? [message #658360 is a reply to message #658358] Sat, 10 December 2016 01:07 Go to previous messageGo to next message
Michel Cadot
Messages: 68624
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator

Real Application Clusters Administration and Deployment Guide
Annex A Server Control Utility Reference
srvctl start instance

Re: How to add RAC second instance in OCR? [message #658396 is a reply to message #658358] Mon, 12 December 2016 09:11 Go to previous messageGo to next message
bpeasland
Messages: 51
Registered: February 2015
Location: United States
Member

To start the second instance, use the srvctl utility. Because this is a standby, you will only want the instance in MOUNT mode.

srvctl start instance -d FRONTEND -i FRONTEND2 -o mount

HTH,
Brian
Re: How to add RAC second instance in OCR? [message #658556 is a reply to message #658358] Mon, 19 December 2016 12:57 Go to previous message
shrinika
Messages: 306
Registered: April 2008
Senior Member
Thanks!!

It worked. Appreciate the response!
Previous Topic: EM stop working during impdp on RAC
Next Topic: ORA-12545: Connect failed because target host or object does not exist
Goto Forum:
  


Current Time: Thu Mar 28 09:38:08 CDT 2024