| Running a GTF Trace for
Bus-Tech Devices in an IBM MVS System To trace I/O activity for a device in an MVS/ESA system, use the GTF PROC, which is a standard IBM PROC in SYS1.PROCLIB used for starting the Generalized Trace Facility. Here is a typical GTF PROC:
Notice the member GTFPARM in SYS1.PARMLIB. You should code default GTF parameters in that member, so that the desired trace information is captured. Here are the parameters that should be specified in the GTFPARM member to capture the required information:
To trace a problem to assist Bus-Tech Customer Support, submit a job to run the GTF PROC. When the job executes, it will require responses at the operator's console. Here are the GTF startup messages and the appropriate responses:
GTF will now be tracing the events on the address(es) you specified. You should now reproduce your problem. After the problem has occurred, stop GTF with the P command at the operators console. After the GTF PROC has been run to capture the desired trace information, you will need to format the GTF trace data so that it can be sent to Bus-Tech in a readable form. Please remember to format the GTF output, as we are unable to process "raw" unformatted GTF trace output. The following sample PROC shows an example of how to print the GTF trace:
GTF traces are typically quite large. We would appreciate it if you could direct the GTF print output to a dataset instead of printing it to paper. The dataset can then be downloaded to a PC, it can be compressed using a utility such as PKZIP, and uploaded to our FTP site on the Internet. We would prefer receiving the trace this way, instead of by FAX or regular mail, if at all possible. |