Wednesday 20 June 2012

Enable Tracing for CRSD Module


Enable Tracing for CRSD Modules:($GRID_HOME/log/<nodename>/crsd/crsd.log)

List all crsd modules: 
${GRID_HOME}/bin/crsctl lsmodules crs

Find out the current trace level for all crsd modules - the output can be used to to revert back to original trace level once the issue is solved:
${GRID_HOME}/bin/crsctl get log crs all

Set trace level to 5 for all modules: 
${GRID_HOME}/bin/crsctl set log crs all:5
Alternatively trace level for each modules can be set individually:
${GRID_HOME}/bin/crsctl set log crs CRSPE:5

Once the issue is solved, set trace level back to original value for all crs modules
$GRID_HOME/bin/crsctl set log crs AGENT:1



Cheers !!!!!!!

No comments:

Post a Comment