IBM Tivoli Monitoring > Version 6.3 > User's Guides > Agentless OS Monitor User's Guides > Agentless Monitoring for Solaris User's Guide > Troubleshooting > Trace logging IBM Tivoli Monitoring, Version 6.3


Set trace parameters for the Tivoli Enterprise Console server

In addition to the trace information captured by IBM Tivoli Monitoring, you can also collect additional trace information for the Tivoli Enterprise Console components that gather event server metrics.


To collect this information, modify the .tec_diag_config file on the Tivoli Enterprise Console event server. Use the steps in the following procedure to modify the event server trace parameters.


Procedure

  1. Open the $BINDIR/TME/TEC/.tec_diag_config file in an ASCII editor.

  2. Locate the entries that configure trace logging for the agent components on the event server. Two entries are included, one for tec_reception and one for tec_rule:

      # to debug Agent Utils 
      tec_reception Agent_Utils  error   /tmp/tec_reception 
      SP
      # to debug Agent Utils 
      tec_rule Agent_Utils   error   /tmp/tec_rule 

  3. To gather additional trace information, modify these entries to specify a trace level of trace2:

      # to debug Agent Utils 
      tec_reception Agent_Utils   trace2  /tmp/tec_reception 
      SP
      # to debug Agent Utils 
      tec_rule Agent_Utils       trace2  /tmp/tec_rule 

  4. In addition, modify the Highest_level entries for tec_rule and tec_reception:

      tec_reception Highest_level  trace2 
      SP
      tec_rule Highest_level trace2 


Parent topic:

Trace logging

+

Search Tips   |   Advanced Search