- 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
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
05-15-2001 01:51 PM
05-15-2001 01:51 PM
System Crash.
no info in /var/tombstone/ts99
(it is current date) -
and the last message in
/var/adm/syslog/OLDsyslog.log
is over a day old?
No dump was even placed into /var/adm/crash either, does anybody know a way to try to figure out what caused this?
Thanks
Fred.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2001 02:06 PM
05-15-2001 02:06 PM
Re: System Crash.
Secondly, check /etc/rc.config.d/crashconf
and make sure that CRASHCONF_ENABLED=1; that CRASHCONF_EXCLUDED_PAGES is NOT set to "all";
and that CRASHCONF_READ_FSTAB=1.
Sorry that I couldn't help more, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2001 11:15 PM
05-15-2001 11:15 PM
Re: System Crash.
It could be someone has issued a reboot -q (unlikely) or it could be power issue.
Did you have any power problems at around the time of the failure?
Otherwise I would be inclined tyo suspect the hardware, particularly the power or system board in a Kclass.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2001 11:28 PM
05-15-2001 11:28 PM
Re: System Crash.
HP-UX 11.0
savecrash -r /var/adm/crash
=> if it comes back to prompt without any message, means thereis no coredump... quite likely no system panic recently.
HP-UX 10.20
savecore -r /var/adm/crash
=> This try to save dump and tells you when was it panic before.
If you manage to save the dump, you may try to contac HP Support to analyze the dump (although it may not be a good dump anymore if your system start using the swap area).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2001 04:05 AM
05-16-2001 04:05 AM
Re: System Crash.
I go with Melvyn's suggestion. Just last week I had a K box that kept rebooting on me...no reason it seemed and no entries in any logs. When I would run and hit the computer room it was already coming back up and seemed ok....
Turned out to be a problem with the power supply in the box and the power monitor. Replaced them both...and poof no more reboots.
Just a thought,
/rcw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2001 04:58 AM
05-16-2001 04:58 AM
Re: System Crash.
Mark