Prepare for a specific component trace to trace buffers

The system programmer performs the tasks.

1. Select How the Operator Is to Request the Trace: For most component traces, the request is made by:

If you do not use a parmlib member, tell the operator the options.

2. Create a parmlib member, if used: If you use a parmlib member, create the member and place it on SYS1.PARMLIB. Use a parmlib member if the options are complicated and you have access to the SYS1.PARMLIB data set, or if a parmlib member is required by the component, or if you had already set up a parmlib member with the needed options. Use a REPLY for simple options. See Create CTncccxx parmlib members for some components. For XCF, for example, you can create CTWXCF03 to specify the options.
TRACEOPTS
   ON
   OPTIONS('SERIAL','STATUS')
3. Determine the dump to be used to obtain the trace records: Table 1 shows how to request SVC dumps for the component traces. Possible ways of requesting SVC dumps are:
For the following failures, use another type of dump:
Table 1. How to request SVC dumps for component traces
Trace Request of SVC Dump
SYSAPPC By the component when the operator stops SYSAPPC tracing with a TRACE CT,OFF command
SYSAXR By DUMP or SLIP command
SYSBCPII Start of changeBy DUMP or SLIP command, or by the component, if Ctrace is ON for SYSBCPII and a TRACE CT,OFF command is issued.End of change
Start of changeSYSBHIEnd of change By DUMP or SLIP command if the Basic HyperSwap® Management address space or one of the BHIHSRV address spaces are to be included in the dump.
SYSCEA By DUMP or SLIP command
SYSDLF By DUMP or SLIP command
SYSDSOM By DUMP or SLIP command
SYSGRS By DUMP or SLIP command
SYSIEFAL By DUMP or SLIP command
SYSIOS By DUMP or SLIP command, or by the component
  • In the REPLY for the DUMP command, specify the IOS address space to be dumped
SYSJES By the component
SYSjes2 By DUMP or SLIP command or component
SYSLLA By the component
SYSLOGR By DUMP or SLIP command
SYSOMVS By DUMP or SLIP command
SYSOPS By DUMP or SLIP command
SYSRRS By DUMP or SLIP command
SYSRSM
  • By DUMP or SLIP command
  • Through the DMPREC option on the CTnRSMxx parmlib member or on the REPLY for the TRACE CT command when RSM enters recovery processing (default)
  • Through the DMPOFF option of CTnRSMxx or the TRACE CT reply when SYSRSM tracing is turned off
SYSTTRC Automatically dumped by the Tailored SVC Dump Exits function
SYSSPI By the component
SYSVLF By DUMP or SLIP command or when SYSVLF full tracing is turned off
SYSWLM By DUMP or SLIP command
SYSXCF By DUMP or SLIP command
SYSXES By DUMP or SLIP command

4. Make Sure the component trace Buffers Will Be Dumped: The location of the address-space and data-space buffers depends on the component being traced. See the table in Specify buffers for the location of the buffers. When the component being traced requests an SVC dump, the dump will contain the address-space and/or data-space trace buffers.