| « HP-UX: How to extend root - live! | HP-UX LVM - Resizing Filesystem with Online JFS » |
Apr
20
How To Analyse HP-UX crash dumps
HP-UXYou can to use the /usr/contrib/Q4/bin/q4 utility.
cd /var/adm/crash/crash.0
# /usr/contrib/Q4/bin/q4 -p .
(note the "dot" at the end of the command)
At the q4> prompt,
type:q4> run Analyze AU > ana.out q4> run WhatHappened -HANG > what.out
NOTE: ctrl-c can interrupt these two commands,
which may take several minutes to process.
To exit q4:q4> exit
Recent comments