How to turn on debug tracing

To turn on debug tracing in Windows:

  1. Open Manage Tivoli Monitoring Services.
  2. Right-click in the ITM console to select the agent.
  3. Select Advanced > Edit Trace Parms.
  4. Set the RAS1 Filter to ERROR (UNIT:kt1 ALL) (UNIT:kt2 ALL) (UNIT:kt3 ALL) (UNIT:kra ALL).
  5. Copy the t3-logging.properties file to t3-logging.properties.bak and replace all DEBUG_MIN occurrences with DEBUG_MAX in the t3-logging.properties file.
  6. Restart the TEMA.

To turn on debug tracing in UNIX:

  1. Edit /opt/IBM/ITM/config/T3.ini file.
  2. Replace the KBB_RAS1='ERROR' line with the KBB_RAS1=ERROR (UNIT:kt2 ALL) (UNIT:kt3 ALL) (UNIT:kra ALL) line.
  3. Copy the t3-logging.properties file to t3-logging.properties.bak and replace all DEBUG_MIN occurrences with DEBUG_MAX in the t3-logging.properties file.
  4. Restart the TEMA.
Note: After gathering the logs, turn off the debug tracing. Debug tracing, when turned on, is a significant performance hit.