Trace command

Use the trace command to set the trace flags for a component that is running under the specified system or compound system on the specified Launcher.

{launcher.bat | launcher.sh} 
  [-settrace launchername systemname systemfilename componentname 
    –trace {default | on | off} [-action {create | append}] [-tracefile tracefile_name] ]
-settrace launchername
The name of the Launcher that is defined in the mgmtconsole.bin file. The launchername variable identifies the host name, port, user name, and password of a particular Launcher definition.
systemname
The name of the system or group of systems running under one Launcher process. The systemname is defined with the Launcher Administration tool.
systemfilename
The name of an individual system file (.msl) that is running under the specified system and Launcher.
componentname
The name of an individual map component in the system file that is running on the specified system and Launcher.
–trace
Specifies one the following trace options:
default
Use the settings that are configured on the adapter command line in the map. This is the default option.
on
Turn on adapter tracing for all adapters, including child RUN maps.
off
Turn off adapter tracing. This option overrides the option that is defined in the map.
-action
Specifies the action to take on the trace file:
create
Write all trace information to a new trace file.
append
Append all trace information to an existing file, or create a new trace file if none exists.
-tracefile tracefile_name
Specifies the name and path to a trace file.