- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- System Crash
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
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
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
тАО09-09-2000 04:26 AM
тАО09-09-2000 04:26 AM
System Crash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2000 04:49 AM
тАО09-09-2000 04:49 AM
Re: System Crash
As a first approach, check the content (and make a backup copy of it because it is overwritten after each
reboot) of:
/usr/adm/syslog/OLDsyslog.log
With the command "uptime" you can know how long
your system has been running so it should be easy
to see if some errors were logged shortly before
the crash.
Regards,
Rui.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2000 09:36 AM
тАО09-09-2000 09:36 AM
Re: System Crash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2000 10:48 AM
тАО09-09-2000 10:48 AM
Re: System Crash
You may also want to check for any recent files being written to /var/tombstones/ts99.
It's the last one one that counts...check the date. This will show you if you had any hardware issues with HPMC...
Remember, cover all possibilities....
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2000 12:14 PM
тАО09-09-2000 12:14 PM
Re: System Crash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-10-2000 04:13 AM
тАО09-10-2000 04:13 AM
Re: System Crash
another thing what was running / you doing on the system before it crashed ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-11-2000 12:42 AM
тАО09-11-2000 12:42 AM
Re: System Crash
Once the dump has been completed, the processor ROMs will reboot the machine and during the reboot process (part of /sbin/init.d tasks), savecore is run to determine whether a crash dump exists anjd if there is a /var/adm/crash directory. If not, the dump is ignored. Look at /etc/rc.log and serach for savecore entries to see if a crash dump was detected.
If the crash was saved into /var/adm/crash, there willl be 2 files: vmunix.0 and vmunix.1 (multiple files means multiple crashes). Also, savcore writes into /var/adm/shutdownlog the 1-liner to indicate the reason for the crash.
This is the tricky part: panic errors might be data segmentation violation or freeing free frag...correct errors but no indication of the cause except that patches are needed. There mught be an indication that an HPMC occurred (High Priority Machine Check) which inidicates a hardware failure. If PDC code on the processor board is up to date, then the /var/tombstones/ts99 file will provide diagnostic informationn for HP service to fix the problem.
If a software error was detected then you can use q4 to analyze the dump and contact the HP Response Center to read the results. Information on crash dumps can be found at:
ftp://contrib:9unsupp8@hprc.external.hp.com/crash
Bill Hassell, sysadmin