|
|
If you are unable to determine the cause of a system panic, you may want to contact your provider for assistance. In addition to the configuration information you are asked to record in the Getting Started Guide installation checklists, it is useful to have a memory dump available. To provide this:
# crash -d /dumpfile -w /tmp/crash.out > panic > trace > user > quitRemember that the ``>'' prompt is generated by the crash command, so do not type them in. This will create the /tmp/crash.out file that contains the output from the panic, trace, and user functions from the crash command.