Oracle 11g: Oracle Restart

From Ittichai Chammavanijakul's Wiki
Jump to navigation Jump to search
  • Enable Oracle Restart
# cd $ORA_GRID_HOME/bin
# crsctl enable has
Oracle Restart” is now configured on your standalone server.
  • Add the existing database to “Oracle Restart”
$ srvctl add database –d -o <$ORACLE_HOME> -p -s -t

$ srvctl add database -d testdb -o /u01/app/oracle/product/11.2.0/dbhome_1
  • Add listener
$ srvctl add listener –l LISTENER -o /u01/app/oracle/product/11.2.0/dbhome_1
  • Enable/Disable ORACLE RESTART
# crsctl config has
CRS-4622: Oracle High Availability Services autostart is enabled.

# crsctl disable has
CRS-4621: Oracle High Availability Services autostart is disabled.
  • Verify

Reboot node

ps -ef |grep lsnr

ps -ef |grep smon