Operating System - HP-UX
1752732 Members
6186 Online
108789 Solutions
New Discussion юеВ

Re: Event Crash Server RX6600

 
SOLVED
Go to solution
Eli Daniel
Super Advisor

Event Crash Server RX6600

Hi,
I have a question about the crash on HP-UX operating system
any of you seen this error before?

Annex the file.
5 REPLIES 5
Torsten.
Acclaimed Contributor

Re: Event Crash Server RX6600

You should ask HP support to analyze the dump and find the reason.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Matti_Kurkela
Honored Contributor
Solution

Re: Event Crash Server RX6600

The attached file is the INDEX file of the crash dump. It does not contain very much usable information if the rest of the files are not available for analysis.

Look into directory /opt/sfm/tools: there may be two files, "crashinfo.README" and "crashinfo-a-i.exe". If those files exist, read the README, then extract and install the crashinfo tool:

more crashinfo.README
./crashinfo-a-i.exe
mv crashinfo /usr/local/bin

Now you can change to the crash dump directory and run the crashinfo tool:

cd /var/adm/crash/crash.0
/usr/local/bin/crashinfo >/tmp/crashinfo.0

After the tool has completed analysis, read the output file:

more /tmp/crashinfo.0

This output file should contain much more useful information about the crash than the INDEX file alone, yet it's much smaller than the entire crash dump itself.

This information was picked from this thread:
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1154143

MK
MK
Steven E. Protter
Exalted Contributor

Re: Event Crash Server RX6600

Shalom,

Peform q4 analysis on the crash dump.

http://www.hpux.ws/?p=83

Send that to HP support.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Dennis Handly
Acclaimed Contributor

Re: Event Crash Server RX6600

Unfortunately "panic Bad News!" is pretty generic. You might be able to search 11.31 patches for that string and make sure you have them.
Eli Daniel
Super Advisor

Re: Event Crash Server RX6600

Thanks