Home » Server Options » RAC & Failsafe » Startup sequence 10g RAC database with ASM? (Oracle 10.2.0.3.0 on AIX)
Startup sequence 10g RAC database with ASM? [message #573413] Fri, 28 December 2012 04:42 Go to next message
sysdba007
Messages: 21
Registered: November 2012
Junior Member
Hello

I want to restart a 10g database on ASM

Could you please let me know the startp and shutdown sequence?
I would like to shutdown everything including database, ASM and cluster and startup again

I read at various places but not sure of the sequence

For database DB with database instance DB01 and DB02 having ASM instances ASM01 and ASM02 on node1 and node2, I understand following would be the sequence

1)
Login as root on node1
cd $CRS_HOME/bin
./crsctl start crs        

2)
Login as root on node2
cd $CRS_HOME/bin
./crsctl start crs        

3)
login as oracle on node1
$ORACLE_HOME/bin/srvctl start nodeapps -n node1

4)
login as oracle on node2
$ORACLE_HOME/bin/srvctl start nodeapps -n node2

5)
login as oracle on node1
start ASM instance on node1
$ORACLE_HOME/bin/srvctl start asm01 -n node1

6)
login as oracle on node2
start ASM instance on node2
$ORACLE_HOME/bin/srvctl start asm02 -n node2

7)
Start oracle database (from any node)
$ORACLE_HOME/bin/srvctl start database -d DB

 
A. Could you please confirm if the above sequence is correct?
B. This sequence if corrrect, is same for 10g and 11g?
C. Is shutdown sequence exact reverse of the above?


Thank you

Regards
sysdba007
Re: Startup sequence 10g RAC database with ASM? [message #575367 is a reply to message #573413] Tue, 22 January 2013 09:49 Go to previous message
mkounalis
Messages: 145
Registered: October 2009
Location: Dallas, TX
Senior Member
Crs should start at system boot. Crs would then bring things up in the correct order for you. Why are you needing to do this manually?

[Updated on: Tue, 22 January 2013 09:50]

Report message to a moderator

Previous Topic: Download Clusterware 11g
Next Topic: about asm AU issue
Goto Forum:
  


Current Time: Sun May 19 02:22:42 CDT 2013

Total time taken to generate the page: 0.06905 seconds