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.
[root@MehmetSalih1 ~]$ . oraenv
ORACLE_SID = [root] ? +ASM1
[root@MehmetSalih ~]$ crsctl stop crs
To start Clusterware on specific node, execute following command. Set ASM profile before executing crsctl command.
[root@MehmetSalih1 ~]$ . oraenv
ORACLE_SID = [root] ? +ASM1
[root@MehmetSalih ~]$ crsctl start crs
To disable Clusterware on specific node, execute following command. Set ASM profile before executing crsctl command.
[root@MehmetSalih ~]$ crsctl disable crs
To enable Clusterware on specific node, execute following command. Set ASM profile before executing crsctl command.
[root@MehmetSalih ~]$ crsctl enable crs