Enabling or disabling the overall tracing option permanently


This product was shipped with the recommended tracing options preset.

Each UIM server requires a trace configuration member, called the TRACE member, that defines the tracing for each server. To change the overall tracing option temporarily, see Enabling or disabling the overall tracing option temporarily in the Troubleshooting section.

The sample library contains a trace configuration member named TRACE. During installation, the TRACE member is copied to the hlq.CONFIG file.

TRACE member

<bmchttp>
    <rrlog value="OFF" />
    <trace value="ON">
        <bmc_parm id="TRACE_ACTION" value="TRACEACTION_WARNING" />
        <!-- BMC_PARM    ID='TRACE_ACTION'
                    VALUE='TRACEACTION_INFO' /-->
        <!-- BMC_PARM    ID='TRACE_ACTION'
                    VALUE='TRACEACTION_ENTRYEXIT' /-->
        <!-- BMC_PARM    ID='TRACE_ACTION'
                    VALUE='TRACEACTION_Control' /-->
        <!-- BMC_PARM    ID='TRACE_ACTION'
                    VALUE='TRACEACTION_MEMORY' /-->
        <!-- BMC_PARM    ID='TRACE_ACTION'
                    VALUE='TRACEACTION_SOCKET' /-->
        <!-- BMC_PARM    ID='TRACE_ACTION'
                    VALUE='TRACEACTION_THREAD' /-->
        <!-- BMC_PARM   ID='TRACE_ACTION'
                    VALUE='TRACEACTION_WAIT' /-->
        <bmc_parm id="TRACE_COMPONENT" value="TRACECOMPONENT_SERVER" />
        <!--BMC_PARM    ID='TRACE_COMPONENT'
                    VALUE='TRACECOMPONENT_SERVER_WL' /-->
        <bmc_parm id="TRACE_COMPONENT" value="TRACECOMPONENT_CLIENT" />
        <bmc_parm id="TRACE_COMPONENT" value="TRACECOMPONENT_REQUEST" />
        <bmc_parm id="TRACE_COMPONENT" value="TRACECOMPONENT_EXTENSION" />
        <bmc_parm id="TRACE_COMPONENT" value="TRACECOMPONENT_TASKMGR" />
        <bmc_parm id="TRACE_COMPONENT" value="TRACECOMPONENT_TASKWKR" />
        <!-- BMC_PARM   ID='TRACE_COMPONENT'
                    VALUE='TRACECOMPONENT_LOGTASK' /-->
        <bmc_parm id="TRACE_COMPONENT" value="TRACECOMPONENT_EXTERNAL" />
    </trace>
</bmchttp>
Warning

Note

BMC recommends that you change the trace configuration member only with direction from BMC Customer Support.

To change the overall tracing option permanently

  1. Edit your trace configuration member.
  2. From your trace configuration member, find the TRACE VALUE variable.
  3. To enable or disable the overall tracing option, perform one of the following tasks:
    • To enable the overall tracing option, type ON inside the quotation marks.

      Information   <trace value="ON">

    • To disable the overall tracing option, type OFF inside the quotation marks.

      Information   <trace value="OFF">

  4. Verify that the TRACE VALUE has been enabled or disabled.


 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC AMI System Administration for IMS 2.10