- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Crash 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
08-25-2000 07:41 PM
08-25-2000 07:41 PM
Crash analysis!
Can anyone brief me how to do the initial Crash analysis using either adb or q4? I have a K450 which crashes frequently? No info form Syslogs.
Thanks in advacne,
Karunanidhi.S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2000 09:09 PM
08-25-2000 09:09 PM
Re: Crash analysis!
#ls -al /usr/contrib/bin/q4
if not exist: swinstall from OS-Core cdrom (OS-Core.Q4)
Supposelly you've got a crach in /var/adm/crash/crash.n, n=the number of the last crash, cd to that directory:
#cd /var/adm/crash/crash.0 (or 1 or... whatever numer is your crash)
If there the files are ziped,
#gunzip vmunix.gz
After that:
#q4prep -p
#q4 -p . (q4_space_minus_p_space_dot_enter)
q4>trace
at prompt type: "include analyze.pl" and next, type "run Analyze au >> ana.out
at the next prompt: exit
grep -v HPMC ana.out
if HPMC exists, is a hardware failure.
Check as well /var/tombstone, /etc/shatdownlog
A q4 procedure you can get from Response Centre as well.
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2000 04:05 PM
08-26-2000 04:05 PM
Re: Crash analysis!
Some basics: look at the stack trace to see what modules in the kernel are involved (ie, filesystem, lan code, virtual memory, etc). Then use the modules near the crash event to search through the patch database.
Or, apply the Support Plus patch bundles. There are dozens of crash fixes in the Critical and General release bundles. If your system is unpatched, this is likely the problem. If managing patches is difficult, come to HP World 2000 in Philadelphia next month and attend several papers and seminars on patch management.
Or, call the HP Response Center and they can decode the crash dump quite quickly.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2000 07:38 PM
08-29-2000 07:38 PM
Re: Crash analysis!
Thanks for the response.
From the /etc/shutdownlog, I understand 2 things,
1. The machine has been crashing since febrauray.
2. There is a HPMC behind all os these crahses.
I have reseated all the add-on cards once.
I have attached the /etc/shutdownlog.
Any inputs ??
Karunanidhi.S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2000 10:40 PM
08-29-2000 10:40 PM
Re: Crash analysis!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2000 10:40 PM
08-29-2000 10:40 PM
Re: Crash analysis!
Wow, your server has been crashing a lot! The problem is hardware related, the only real thing to do is call HP support for help as an engineer will be required to fix it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 05:40 AM
08-30-2000 05:40 AM
Re: Crash analysis!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 06:16 AM
08-30-2000 06:16 AM
Re: Crash analysis!
For instance:
OZBEKBRC00000611 How do I pre-process my crash dump so HP can troubleshoot it?
Search keywords: Q4 and crash