Select Menu

Ads

Random Posts

Powered By Blogger
Powered By Blogger

Blog Archive

Search This Blog

Blog Archive

Thirupal Boreddy. Powered by Blogger.

My Blog List

Followers

Lorem 1

Technology

Circle Gallery

Shooting

Racing

News

Lorem 4

» » Useful CRS Commands

This section provides useful commands for stopping and starting CRS

Stopping & Starting CRS (CRSCTL/CRS_START/CRS_STOP & SRVCTL)

Command Description
1. Srvctl stop database –d Stops a database across all nodes2. Srvctl start database –d Starts a database across all nodes3. Srvctl stop instance –d -I Stops a particular instance on a node4. Srvctl start instance –d -I Starts a particluar instance on a node5. Srvctl start service –d Starts all services assoicated with a database across all nodes6. Srvctl stop service –d Stops all services associated with a database across all nodes7. Srvctl start service –d -s Starts a particular service on a database8. Srvctl stop service –d -s Stops a particular service on a database9. Srvctl stop asm –n Stops an asm instance on a particular node10.Srvctl start asm –n Starts an asm instance on a particular node11.Srvctl stop nodeapps –n Stops vip, listener, ons and GSD daemons on a particular node12.Srvctl start nodeapps –n Starts vip, listener, ons, GSD daemons on a particular node 13.Srvctl stats Various parameters to decide the status of a service, instance, database14.Srvctl modify Various commands used to modify the status of OCR – used with Oracle Support15.Crsctl stop crs Stops all crs, resources etc on a particular node16.Crsctl start crs Starts crs and all resources on a node17.Crs_stop –all Stops all CRS related resources and daemons18.Crs_stop Stops the particular resource – used in conjunction with crs_stat – a resource will be called ora..cs for example 19.Crs_start –all Starts all things rac and crs on a node20.Crs_start Starts a particluar resource on a node

About Oracle DBA World

WePress Theme is officially developed by Templatezy Team. We published High quality Blogger Templates with Awesome Design for blogspot lovers.The very first Blogger Templates Company where you will find Responsive Design Templates.
«
Next
Newer Post
»
Previous
Older Post

No comments

Leave a Reply

QUERY FOR CPU USAGE

select  a.target_name as HOST, to_char(a.rollup_timestamp,' dd-Mon-yy::hh24:mi') as "DAY-TIME", sum(c.cpu_count) as ...