This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
aix:dump [2023/01/10 16:58] manu |
aix:dump [2023/01/10 17:15] (current) manu |
||
---|---|---|---|
Line 147: | Line 147: | ||
70000000 | 70000000 | ||
</cli> | </cli> | ||
+ | |||
+ | This output contains key details. It tells you when your system crashed, along with your AIX version and when the system was installed. It also gives you an LED code (70000000 in this example) that mirrors the LED on the outside of your p Systems box. 70000000 is a program interrupt. | ||
+ | |||
+ | Now for the most telling command in this initial dump run-through. From your kdb prompt, enter "status": | ||
+ | <cli prompt='>'> | ||
+ | (0)> status | ||
+ | CPU INTR TID TSLOT PID | ||
+ | PSLOT PROC_NAME | ||
+ | 0 15000D9 336 6A006A 106 | ||
+ | sysdumpstart | ||
+ | 1 1B0037 27 F001E 15 | ||
+ | wait | ||
+ | 2-3 Disabled | ||
+ | </cli> | ||
+ | |||
+ | https://techchannel.com/SMB/02/2017/analyzing-aix-system-dumps |