1. CRSCTL: Cluster Control utility performs various administrative operation of oracle clusterware. It is located in $ORA_CRS_HOME/bin and must be executed by the “root” user.
a. To check the current state of all oracle clusterware daemon:
[root@rac1 bin]# ./crsctl check crsb.You can also check the state of individual oracle clusterware daemon:
[root@rac1 bin]# ./crsctl check cssdCSS appears healthy
[root@rac1 bin]# ./crsctl check crsdCRS appears healthy
[root@rac1 bin]# ./crsctl check evmdc. To start oracle clusterware
[root@rac1 bin]# ./crsctl start crsd. To stop oracle clusterware
[root@rac1 bin]# ./crsctl stop crse. To disable oracle clusterware:
[root@rac1 bin]# ./crsctl disable crsf. To enable oracle clusterware:
[root@rac1 bin]# ./crsctl enable crsg. To get current value of CSS parameter
[root@rac1 bin]# ./crsctl get css <parameter>for example: to get value of misscount parameter
[root@rac1 bin]# ./crsctl get css misscounth. To set a new value of CSS parameter
[root@rac1 bin]# ./crsctl set css <parameter>for example: to set value of misscount parameter
[root@rac1 bin]# ./crsctl set css misscount 120i. To unset CSS parameter value
[root@rac1 bin]# ./crsctl unset css <parameter>for example: to unset value of misscount parameter
[root@rac1 bin]# ./crsctl unset css misscountj. To list the module for debugging in CSS
[root@rac2 bin]# ./crsctl lsmodules css3. CRS_STOP: This command used to stop resource or cluster member.
[root@rac1 bin]# ./crs_stop ora.rac1.ons4. CRS_START: This command used to start resource or cluster member.
[root@rac1 bin]# ./crs_start ora.rac1.ons5. OCRDUMP : It dumps the contents of OCR into a text file.
[root@rac1 bin]# ./ocrdump /home/oracle/ocr.dmp6. OCRCHECK : It verifies the integrity of the OCR.
[root@rac2 bin]# ./ocrcheckCluster registry integrity check succeeded
7. OCRCONFIG: It perform various administrative operation on the OCR.
To know more about ocrconfig use click here: OCRCONFIG
I'm 10gR2 RAC Oracle certified professional, working from last 6 year in the field of database.