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

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

5.9.2 Types of crashes<br />

Common problems requiring crash dump analysis include those discussed in the<br />

following sections.<br />

Kernel panic or trap<br />

A kernel panic or trap is usually the cause of a system crash with the LED<br />

sequence 888-102-700-0cx.<br />

In <strong>AIX</strong>, kernel panics manifest themselves as traps. The panic() routine in the<br />

kernel puts its message into a buffer, writes it to the debug TTY using the kernel<br />

debug program, and calls brkpoint(). If the kernel debugger is loaded, and an<br />

ASCII terminal is connected on a serial port, this will start the debugger;<br />

otherwise, it will cause a dump. If a panic or assert occurs, you must examine the<br />

source code to understand the condition that caused the panic or assert.<br />

Addressing exception of data storage interrupt<br />

An addressing exception of data storage interrupt is accompanied by the LED<br />

sequence 888-102-300-0cx.<br />

The 300 in the LED sequence indicates an addressing exception (a data storage<br />

interrupt or DSI). This is usually caused by a bad address being accessed, or<br />

page fault occurring when interrupts are disabled. When you get this type of<br />

crash, check the VMM return code.<br />

System hang<br />

A dump can be forced when the system locks up (to determine the cause of the<br />

hang).<br />

A system hang is a total system lockup. A dump forced by turning the key to the<br />

Service position and pressing the Reset button can be examined to see what<br />

locks are being held by whom. Refer to 5.2, “Starting a system dump” on<br />

page 68, for more information.<br />

5.9.3 The snap command<br />

The snap command gathers system configuration information and compresses<br />

the information into a TAR file. The file can then be downloaded to disk or tape,<br />

or transmitted to a remote system. The information gathered with the snap<br />

command may be required to identify and resolve system problems.<br />

Chapter 5. System dumps 95

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

Saved successfully!

Ooh no, something went wrong!