21.02.2013 Views

AIX 5L Problem Determination - IBM Redbooks

AIX 5L Problem Determination - IBM Redbooks

AIX 5L Problem Determination - IBM Redbooks

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

For example:<br />

> od vmker 15<br />

000bde48: 00002001 00006003 00000000 00008004<br />

000bde58: 00200000 00000012 0000000d 00000200<br />

000bde68: 00080000 00000017 00078c93 00066320<br />

000bde78: 00000ab2 00020000 00002870<br />

> od 0xbde48 15 a<br />

000bde48: 00002001 00006003 00000000 00008004 |.. ...`.........|<br />

000bde58: 00200000 00000012 0000000d 00000200 |. ..............|<br />

000bde68: 00080000 00000017 00078c93 00066320 |..............c |<br />

000bde78: 00000ab2 00020000 00002870 |..........(p|<br />

The errpt subcommand<br />

To examine the last few error log entries from the dump, use the errpt<br />

subcommand. For example:<br />

> errpt<br />

ERRORS NOT READ BY ERRDEMON (MOST RECENT LAST):<br />

Sun Apr 6 01:01:11 1997 : DSI_PROC data storage interrupt : processor<br />

Resource Name: SYSVMM<br />

42000000 007fffff 80000000 fffffffa<br />

><br />

The symptom subcommand<br />

The symptom[-e] subcommand displays the symptom string for a dump. It is not<br />

valid on a running system. The -e option will create an error log entry containing<br />

the symptom string and is normally only used by the system and not manually.<br />

The symptom string can be used to identify duplicate problems.<br />

VMM error log<br />

When the Dump Status code indicates a DSI or an ISI, look at the VMM error log.<br />

This is done using the od subcommand and looking at the vmmerrlog structure.<br />

See Table 5-4 for valid offset codes. For example:<br />

> od vmmerrlog 9 a<br />

000c95b0: 9d035e4d 53595356 4d4d2000 00000000 |..^MSYSVMM .....|<br />

000c95c0: 00000000 0a000000 00000000 0000000b |................|<br />

000c95d0: 00000086 |....|<br />

Table 5-4 The vmmerrlog structure<br />

Offset Meaning<br />

0x14 The Data Storage Interrupt Status Register (DSISR)<br />

0x1C Faulting address<br />

0x20 VMM return code<br />

Chapter 5. System dumps 93

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!