Stopping service trace

Use the mqsichangetrace command to stop an active service trace.

Procedure

Use the mqsichangetrace command with a trace level of none to stop an active trace.
This action stops the trace activity for the component that you specify on the command. It does not affect active traces on other components. For example, if you stop tracing on the integration server test, an active trace on another integration server continues.

Results

If you redeploy a component from the IBM® Integration Toolkit, trace for that component is returned to its default setting of none.

Example: stopping service trace on an integration server, using the mqsichangetrace command

About this task

To stop debug level service tracing for an integration server IS1 on integration node A on distributed systems, enter the command

mqsichangetrace BrokerA -t -e IS1 -l none

where:
-t specifies service trace
-l specifies the level of trace (in this case, none)
z/OS platformOn z/OS®, enter the command
F MQPIBRK,ct t=yes, b=yes, l=none

Example: stopping service trace on the integration node

About this task

To stop the trace started by the command shown in Starting service trace, on distributed systems, enter the following command:
mqsichangetrace BrokerA -t -b -l none 
where:
-t specifies service trace
-b specifies that trace for the agent subcomponent of the specified component
is to be stopped
-l specifies the level of trace (in this case, none)
z/OS platformOn z/OS, enter the following command:
F MQP1BRK,ct t=yes, b=yes, l=none