On x86 servers, the IOHDUMP diagnostic data is written to the BS2000 SLED file, where it is stored in the IOHIOSDP section. This data is used to diagnose HSI errors. It can be processed as follows:
/START-DAMP //OPEN-DIAGNOSIS-OBJECT OBJECT <sledfile> //SHOW-EDITED-INFORMATION INFORMATION=*DUMPED-SYSTEM-FILE ————————————— (1) //END /SHOW-FILE-ATTR *IOHIOSDP*,CREATION-DATE=*TODAY ——————————————————————— (2)
(1) | The IOHIOSDP section is displayed. The only function that may be used on it is “GEN”. Marking this function and pressing the key causes DAMP to extract this data and write it to a PAM file in BS2000. The name of this file is shown in the first two lines of the DAMP screen. |
You can then transfer this file from BS2000 to X2000 as follows:
/START-FTP open <system> ————————————————————————————————————————————————————————— (1) <userid> —————————————————————————————————————————————————————————————— (2) <password>————————————————————————————————————————————————————————————— (3) bin———————————————————————————————————————————————————————————————————— (4) put <filename> <tar_archive_name>—————————————————————————————————————— (5) quit
(1) | Create a connection to the X2000 system, specifying the systems IP address or symbolic name. |
You need to complete the following steps in order to process the file under X2000:
tar tf <tar_archive_name> ————————————————————————————————————————————— (1) tar xf <tar_archive_name> <file_name> ————————————————————————————————— (2) uncompress <file_name> ———————————————————————————————————————————————— (3)
(1) | List the contents of the tar archive with the name |
You can then process the diagnostic data in the usual way:
You can use MDEBUG to work with IOHDUMP (you open IOHDUMP as a dump file with
sd
):SYSDB Trace and PRKDUMP can be opened with
exs
and withexp
, respectively; you can use special MDEBUG statements to access the IOH data.