Oracle BRM: How to set CMAP debug level for CM
CM is the connection manager and belongs to the second tier in Oracle BRM's architecture.
CM's log level can be increased by the following setting in CM's pin.conf file under the path $PIN_HOME/sys/cm.
- cm loglevel 3
The log levels available are:
(1 - Error
2 - Warning
3 - Debug)
Another level of logging is CMAP and it can be increased by doing the following.
- setenv CMAP_DEBUG 0xffffffff
- setenv CM_DEBUG 0xffffffff
- setenv DM_DEBUG 0xffffffff
Other important BRM processes that one need to know.
stop_cm
- stop_dm_eai
- stop_dm_ifw_sync
- stop_eai_js
- stop_dm_oracle
- start_dm_oracle
- start_cm
- start_dm_eai
- start_dm_ifw_sync
- start_eai_js
Comments
Post a Comment