- 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
Forums
Discussions
Discussions
Discussions
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
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
06-15-2002 07:02 PM
06-15-2002 07:02 PM
Crash Dump Analysis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2002 07:27 PM
06-15-2002 07:27 PM
Re: Crash Dump Analysis
You have two options...
1. Tar it to a tape and send it to HP.
2. Using a Good ISP connection upload the dump to HP site.
For uploading consult the Hp-engineer...
Hope this helps..
AR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2002 07:44 PM
06-15-2002 07:44 PM
Re: Crash Dump Analysis
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2002 09:58 PM
06-16-2002 09:58 PM
Re: Crash Dump Analysis
(Thoough I have used it. I will post detailed on later on)
Copy you crash dump files to another location.
run q4_prep
it creates the q4lib directory
go to that directory
say q4 now
it operns session in VI
find stack
Now it gives some messages saying stach contents, errors etc.
Please note that this might not be the exact one.
I will post detailed one afterwards.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2002 10:16 PM
06-16-2002 10:16 PM
Re: Crash Dump Analysis
If this is a ServiceGuard node first take a look at the end of OLDsyslog.log to see if cmcld performed a TOC.
Apart from the crash files some other files may be if interest:
/etc/shutdownlog - to see if this is the first crash.
Output of show_patches - to see what patches are installed.
rc.log - to see if there are any problems starting the system.
OLDsysylog.log - See above, or any other problems.
/var/tombstones/ts* - Check highest number if timestamp IN the file matches.
Regards,
Tron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2002 11:10 PM
06-16-2002 11:10 PM
Re: Crash Dump Analysis
crash commands
cd /var/adm/crash/core.*
q4 .
trace event 0
Stack trace from the first crash event:
stack trace for event 0
crash event was an HPMC <- typically hardware
or
crash event was a TOC <- hang or Serviceguard TOC
or
crash event was a Panic <- typically software
q4> examine panicstr using a
( fault here)
q4> load ???r crash_event_t from & crash_event_table until crash_event_ptr max 100
(loading 3 crash_event_t???s as an array (stopped bu ???until??? clause)
q4>runningprocs
(02 2 0x2)
q4> trace event 1
HTH
Paula