Finding the trace file
The trace facility creates a separate trace file for each Infoprint Server
process traced:
- Infoprint Server
daemon trace files are named:
userid.daemon_name.process_id.uniqueidentifier.tracefile#
For
example:
MACBETH.aopd.pid66297.BA71F05F29707301.1
- Infoprint Server
command trace files (for example, the trace file for the pidu command)
are named:
userid.process_id.uniqueidentifier.tracefile#
For
example:
MACBETH.pid50397251.BA71F08C5514A644.1
The variables in the trace file names are:
- userid
- The TSO user ID of the person who initiated the trace.
- daemon_name
- The name of the daemon being traced, if applicable.
- process_id
- The ID of the process created in z/OS UNIX to create the trace.
- unique identifier
- The time the trace was created. This value is the result of
the Store Clock (STCK) processing instruction. The value is displayed
as a character string in hexadecimal format.
- tracefile#
- The number of the trace file.
|