Saturday, March 24, 2007

CRS Issues

How to enable Tracing for CRS
=======================
Tracing for CRS can be enabled using the below steps :

set or export ORA_CRSDEBUG=1 in init.crsd
set mesg_logging_level=5 in ocrlog.ini

File and its location : /etc/init.crsd file ,
$ORACLE_CRS_HOME/srvm/admin/ocrlog.ini


Checking CRS health
=================
1) "ps -ef | grep d.bin"
must show all the CRS processes up and running.
2) "crs_stat -t"
must shows the CRS resources (nodeapps) online in each node.
3) "crsctl check css"
must return css is healthy.
4) "crsctl check crs"
must return crs is healthy.
5) "crsctl check boot"


Tracking what CRS is doing
=======================

$cd CRS_HOME/bin
$evmwatch -A -t "@timestamp @@"

No comments: