Wednesday, October 16, 2013

How to Enable Tracing for srvctl and asmcmd utilities

The following environmental variables needs to be set to have tracing enabled.

For using srvctl utility

export SRVM_TRACE=TRUE

Setting the above variable to true enbles tracing . Setting it to false disables (This is default).

For asmcmd utilty

export DBI_TRACE=1

setting this to 1 will enable tracing and a value of 0 will disable (This is default).

No comments: