- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- shutdown core dump
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-08-2005 05:19 PM
08-08-2005 05:19 PM
Thanks,
Shiv
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 05:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 05:42 PM
08-08-2005 05:42 PM
Re: shutdown core dump
Also check the /etc/shutdownlog
Reason for reboot is briefed here.
If there was power failure or similar issue (Power supply problem), the system won't do TOC.
Regds
TT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 05:54 PM
08-08-2005 05:54 PM
Re: shutdown core dump
A core dump will only occur if an abnormal shutdown of the server would occur.
A clean shutdown (manual or scheduled) won't cause a core dump of course.
best regards,
Kurt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 05:57 PM
08-08-2005 05:57 PM
Re: shutdown core dump
Following steps are useful for debugging the crash/core dumps.HPUX Panic Analysis
HP-UX has its own to analyze scripts. This is what you need to do to run a panic analysis:
1.) cd /var/adm/crash/core.[n]
2.) zcat /usr/contrib/lib/Q4Lib.tar.Z | tar -xvf -
3.) gunzip vmunix
4.) /usr/contrib/bin/q4pxdb vmunix
5.) cp q4lib/sample.q4rc.pl ~/.q4rc.pl
6.) /usr/contrib/bin/q4 -p .
7.) include analyze.pl
8.) run Analyze AU > crash[n]_rpt.txt
9.) Refer the "crash[n]_rpt.txt" file for crash details.
Regards,
Rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 06:06 PM
08-08-2005 06:06 PM
Re: shutdown core dump
As an addition to other replies;
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=946077
Good Luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 07:45 PM
08-08-2005 07:45 PM
Re: shutdown core dump
HPUX will create crashdump in the following events
1. either during software panic /hardware panic(HPMC)
2. manual TOC initiated by user
3. Service Guard TOC
But all the above you will see a entry in the /etc/shutdownlog regarding the panic
which caused system reboot.
If you don't have any entry in the /etc/shutdownlog, but system is rebooted, then
only possible reasons are
1. Somebody run a shutdown/reboot using some wrapper scripts, cuasing shutdownlog not
to be updated
2. No shutdownlog in /etc directory
3. Due to some hardware problems(power) system got rebooted. That can be verified
from the hardware GSP logs
Hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 09:05 PM
08-08-2005 09:05 PM
Re: shutdown core dump
Core dump will be created when system shutdown happens on account of abnormalities like Software, harware PANICs or Power failure. A graceful shutdown will not create core dump.
/etc/shutdownlog will provide info on type of shutdown
Regards
Mahesh