Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Conversion of Single instance ASM Database to RAC ?

RE: Conversion of Single instance ASM Database to RAC ?

From: Peter McLarty <p.mclarty_at_cqu.edu.au>
Date: Fri, 24 Aug 2007 09:10:44 +1000
Message-ID: <27AA2E9CA7A0C44283BC1E9B00086AA907BCD80D@UNIMAIL.staff.ad.cqu.edu.au>


Oracle has a lot of information on this, but you have it about right, you are right your init.ora file will need updating and I am assuming you are really meaning spfile as you need to use a SP file. for a cluster db  

A tip you need to create the spfile with your database open and you will need to point the init.ora in your dbs directory to that spfile which i would recommend will reside in ASM.  

There is a number of parameters that need to be setup for the second instance, The may automatically create but then they may not or might use some defaults which would not be helpful.  

You need to add a service if you want failover and shared load Cheers

Peter  


From: VIVEK_SHARMA [mailto:VIVEK_SHARMA_at_infosys.com] Sent: Friday, 24 August 2007 04:42 AM
To: oracle-l_at_freelists.org
Subject: Conversion of Single instance ASM Database to RAC ?

Folks  

How is Conversion of Existing Single instance Database(ASM) to 2-instance RAC done?  

STEPS Envisaged:-

NOTE - This is Done & the Single Instance ASM Database is brought up.

$ srvctl add database -d ASMDBR -o /ora/asm10gr2/product

$ srvctl add instance -d ASMDBR -i ASMDBR1 -n spesuns4p-2

$ srvctl add instance -d ASMDBR -i ASMDBR2 -n spesuns4p-4    

NOTE - CRS Setup for 2 Node ASM-RAC is already done & working as seen below.

$ crs_stat -t

Name Type Target State Host


ora....SM1.asm application ONLINE ONLINE spesuns4p-2

ora....p-2.gsd application ONLINE ONLINE spesuns4p-2

ora....p-2.ons application ONLINE ONLINE spesuns4p-2

ora....p-2.vip application ONLINE ONLINE spesuns4p-2

ora....SM2.asm application ONLINE ONLINE spesuns4p-4

ora....p-4.gsd application ONLINE ONLINE spesuns4p-4

ora....p-4.ons application ONLINE ONLINE spesuns4p-4

ora....p-4.vip application ONLINE ONLINE spesuns4p-4  

CONFIG:-

Cheers & Thanks indeed,  

Vivek    

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Aug 23 2007 - 18:10:44 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US