Hi,
Hi, I will share Oracle RAC Administration Scripts in this post.
Read previous article before this.
Oracle DBA can administer Oracle Clusterware using the Oracle Clusterware Control (CRSCTL) utility.
I will explain fundamental crsctl command.
To stop Clusterware on specific node, execute following command. Set ASM profile before executing crsctl command.
[[email protected] ~]$ . oraenv ORACLE_SID = [root] ? +ASM1 [[email protected] ~]$ crsctl stop crs
To start Clusterware on specific node, execute following command. Set ASM profile before executing crsctl command.
[[email protected] ~]$ . oraenv ORACLE_SID = [root] ? +ASM1 [[email protected] ~]$ crsctl start crs
To disable Clusterware on specific node, execute following command. Set ASM profile before executing crsctl command.
[[email protected] ~]$ crsctl disable crs
To enable Clusterware on specific node, execute following command. Set ASM profile before executing crsctl command.
[[email protected] ~]$ crsctl enable crs
1,667 views last month, 1 views today