| Startup sequence 10g RAC database with ASM? [message #573413] |
Fri, 28 December 2012 04:42  |
 |
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
|
|
|
|
|
|