How to force a crash dump on Solaris 10 x86Because SPARCs have OpenBoot, forcing Solaris SPARC to panic and do a crash dump is generally a pretty simple process. Because x86 hardware has no PROM environment (despite Sun trying to pretend otherwise), forcing a crash dump on Solaris 10 x86 is a little bit more intricate. Crash dumps are done through the kernel debugger, which has to be loaded ahead of time from and on the system console. (Technically I think that you can load it on a serial connection, should you have one that is not the system console.) You load the kernel debugger by running the command ' (In a stroke of what I can only describe as Sun's typical brilliance, neither key sequence can be set as a hotkey in the SunFire X2100 and X2200 ILOM KVM-over-IP environment. F1-A does work if your local machine will pass it to the ILOM console application.) Once you are in the kernel debugger, the command to crash the system is:
If all goes well, the crash dump will appear in When you are done with the kernel debugger (for example, the system
works fine during testing instead of crashing), you can and should
unload it again by running ' Mdb, including the kernel debugging stuff, is mostly
documented in the Solaris Modular Debugger Guide and in the If the machine is still running normally, you have two additional options:
(This is one of those entries I write to have this information in an easily accessible place that I can remember.) |
These are my WanderingThoughts GettingAround This is part of CSpace, and is written by ChrisSiebenmann. * * * Atom feeds are available; see the bottom of most pages. Categories: links, linux, programming, python, snark, solaris, spam, sysadmin, tech, unix, web |