CRS RESOURCE STATUS
EXAMPLES:
--Status of the database, all instances and all services.
srvctl status database -d ORACLE -v
--Status of named instances with their current services.
srvctl status instance -d ORACLE -i RAC01, RAC02 -v
--Status of a named services.
srvctl status service -d ORACLE -s ERP -v
--Status of all nodes supporting database applications.
srvctl status node
-------------------------------------------------------------------------------
START CRS RESOURCES
EXAMPLES:
--Start the database with all enabled instances.
srvctl start database -d ORACLE
--Start named instances.
srvctl start instance -d ORACLE -i RAC03, RAC04
--Start named services. Dependent instances are started as needed.
srvctl start service -d ORACLE -s CRM
--Start a service at the named instance.
srvctl start service -d ORACLE -s CRM -i RAC04
--Start node applications.
srvctl start nodeapps -n myclust-4
-------------------------------------------------------------------------------
STOP CRS RESOURCES
EXAMPLES:
--Stop the database, all instances and all services.
srvctl stop database -d ORACLE
--Stop named instances, first relocating all existing services.
srvctl stop instance -d ORACLE -i RAC03,RAC04
--Stop the service.
srvctl stop service -d ORACLE -s CRM
--Stop the service at the named instances.
srvctl stop service -d ORACLE -s CRM -i RAC04
--Stop node applications. Note that instances and services also stop.
srvctl stop nodeapps -n myclust-4
******************************************
keywords crs sart stop
******************************************
No comments:
Post a Comment