OracleRAC


Cluster restart

Individual instance
$ export ORACLE_SID=orcl1
$ emctl stop dbconsole
$ srvctl stop instance -d orcl -i orcl1
$ srvctl stop asm -n node1
$ srvctl stop nodeapps -n node1

$ export ORACLE_SID=orcl1
$ srvctl start nodeapps -n node1
$ srvctl start asm -n node1
$ srvctl start instance -d orcl -i orcl1
$ emctl start dbconsole


all nodes
$ srvctl start database -d orcl
$ srvctl stop database -d orcl



Check cluster status

10g
crs_stat -t


11g
crsctl stat res -t

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki