1833877 Members
2154 Online
110063 Solutions
New Discussion

Re: system crash dumps

 
SOLVED
Go to solution
Paul_481
Respected Contributor

system crash dumps

hello,

our system just crashed but its now up and running. I just want to know how to determine the cause of the crash?

I've check the /var/adm/crash but i have no idea how to interpret the files.

thanks,

Paul
3 REPLIES 3
Patrick Wallek
Honored Contributor
Solution

Re: system crash dumps

A couple of other places to check first:

# tail /etc/shutdownlog

This should give a clue as to what happened. Check the last line of the file. If the time stamp matches the time of your crash, make a note of what it says.

# view /var/adm/syslog/OLDsyslog.log

Check the end of the log file. See if it provides you any clues.

To analyze your crash dump, follow the instructions in document OZBEKBRC00000611
here:

http://www2.itrc.hp.com/service/cki/search.do?category=c0&mode=id&searchString=OZBEKBRC00000611&search.x=0&search.y=0&searchCrit=allwords&docType=Security&docType=Patch&docType=EngineerNotes&docType=BugReports&docType=Hardware&docType=ReferenceMaterials&docType=ThirdParty

Once you go through all the steps, open a call with HP and have them do the actual analysis. They will be able to tell quickly what caused the crash.
Sยภเl Kย๓คг
Respected Contributor

Re: system crash dumps

Paul
Look at this
http://www.unixguide.net/hp/hpuxcrashdump.shtml
regards
SK
Your imagination is the preview of your life's coming attractions
Paul_481
Respected Contributor

Re: system crash dumps

Thanks guys,

got it.

paul