- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Crash dump analysis
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-02-2001 07:39 AM
тАО04-02-2001 07:39 AM
Crash dump analysis
My system L1000 crashed. It dumped something in /var/adm/crash/crash.1.
How to analyse the crash file using q4?
TIA, Stef
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-02-2001 07:46 AM
тАО04-02-2001 07:46 AM
Re: Crash dump analysis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-02-2001 07:57 AM
тАО04-02-2001 07:57 AM
Re: Crash dump analysis
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x698c0559ff7cd4118fef0090279cd0f9,00.html
Regards,
/rcw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-02-2001 08:13 AM
тАО04-02-2001 08:13 AM
Re: Crash dump analysis
there is a lot of docs out on www.docs.hp.com. I did a seach on q4 and crash and it came up with a lot of links. That would be a good start point for you.
Other than that check for the INDEX file in the directory.
If you see it mentioning HPMC then you have most likely a hardware issue.
Q4 can be very complex and it might make really sense to open a response center call so that they can determine what went wrong before it happened again.
Steffi Jones
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-02-2001 08:38 AM
тАО04-02-2001 08:38 AM
Re: Crash dump analysis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-02-2001 09:11 AM
тАО04-02-2001 09:11 AM
Re: Crash dump analysis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-02-2001 10:08 AM
тАО04-02-2001 10:08 AM
Re: Crash dump analysis
tail /etc/shutdownlog
reveal??
also, what does your INDEX file say?
It will probably be quickest to log a call with your HP Response Centre and get the dump analysed properly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-02-2001 10:36 PM
тАО04-02-2001 10:36 PM
Re: Crash dump analysis
# crashutil -v COREFILE /var/adm/crash/crash.0 /tmp/corefile /tmp/kernelfile
# cd /tmp
# adb -k kernelfile corefile
msgbuf+8/s
. . . .
. . . .
q
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-03-2001 02:10 AM
тАО04-03-2001 02:10 AM
Re: Crash dump analysis
Normally you can send core file to HP solution center Engineer to help but in addition after you can run
q4 -p
run
include Analyze.pl
run analyze UAP > file
after finish exit from q4 and vi file
you can find stack trace and panic info.
if you search for panic or TOC , you can find system call that cause panic, then search in Knowledge base , normally it will end with install some patches.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-03-2001 02:39 AM
тАО04-03-2001 02:39 AM
Re: Crash dump analysis
Again conclusion steps by steps.
HP-UX 11.0 already have q4 package in /usr/contrib/bin
1. cd /var/adm/crash/crash.0
#/usr/contrib/bin/q4prep
q4 library files being created in /var/adm/crash/crash.0/q4lib
2.cd q4lib
#cp sample.q4rc.pl ~/.q4rc.pl
3. cd ..
#q4 -p
@(#) q4 $Revision: 1.79a $ $Date: 97/09/08 12:00:22 $ 0
Reading kernel symbols ...
Reading kernel data types ...
Initialized PA-RISC 2.0 address translator ...
Initializing stack tracer ...
Get the latest Q4 news by typing "news".
q4> include analyze.pl
loading ./q4lib/analyze.pl ...
loading ./q4lib/uname.pl ...
loading ./q4lib/misc.pl ...
loading ./q4lib/uptime.pl ...
loading ./q4lib/adjust.pl ...
loading ./q4lib/messagebuffer.pl ...
loading ./q4lib/addresses.pl ...
loading ./q4lib/tables.pl ...
loading ./q4lib/processors.pl ...
loading ./q4lib/crashes.pl ...
loading ./q4lib/rpb.pl ...
loading ./q4lib/traces.pl ...
loading ./q4lib/globals.pl ...
loading ./q4lib/processes.pl ...
loading ./q4lib/commands.pl ...
loading ./q4lib/credentials.pl ...
loading ./q4lib/threads.pl ...
loading ./q4lib/user.pl ...
loading ./q4lib/vm.pl ...
loading ./q4lib/vm_vfddbd.pl ...
loading ./q4lib/files.pl ...
loading ./q4lib/vfs.pl ...
loading ./q4lib/inode.pl ...
loading ./q4lib/buf.pl ...
q4>run Analyze UAP > ana.out
-----
then waiting till finish , or in another session
cd /var/adm/crash/crash.0
vi ana.out
search for stack
Stack trace from the first crash event:
stack trace for event 0
crash event was a TOC
FUNC PC SP FMP SSP
idle+0xa78 0.0x135a60 0.0x0'0d20c1f0 0.0x0'0d20c1e0 n/a
swidle_exit+0x0 0.0x1380ac 0.0x0'0d20c050 0.0x0'0d20c040 n/a
---------------
in my case there is TOC ,
from crash event you can find something,
Hope this help,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-03-2001 06:09 AM
тАО04-03-2001 06:09 AM
Re: Crash dump analysis
in html format
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-03-2001 10:54 AM
тАО04-03-2001 10:54 AM
Re: Crash dump analysis
The better answer was given by Mark Mitchell.
I have a HPMC error du to a pocessor error. HP tech will change it soon.
Stef