- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Server crash - problem determination process
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
11-07-2005 06:11 AM
11-07-2005 06:11 AM
Server crash - problem determination process
I remember reading a note from the Technical Knowledgebase about the process for determining the cause for a server crash (whether it's hardware, kernel, software, etc., how to run Q4...) but now I can't find it. Has anyone seen that document?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2005 06:29 AM
11-07-2005 06:29 AM
Re: Server crash - problem determination process
http://www2.itrc.hp.com/service/iv/docDisplay.do?docId=prodITRC/DE_SW_UX_swrec_EN_01_E/Dump.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2005 06:31 AM
11-07-2005 06:31 AM
Re: Server crash - problem determination process
Here is something you need to know:
1. If there is a crashdump , then only you can run Q4 to analyse the dump.
2. Check for crash file in /var/adm/crash/crash.n/
( where n is the number of crash of your system , could be 0 , 1 , 2 etc).
3. Check if crashdump is enabled on the system or not:
# cat /etc/rc.config.d/crashconf
CRASHCONF_ENABLED should be =1
4. There is a utility called collection.sh , hp sends(when call logs) to analyse the crashdump , and also a binary file crashinfo.
copy the crashinfo file on /var/adm/crash and run the script. And send the file , hp tells the reason for crash.
5. also check
# last reboot
# cat /etc/shutdownlog
# tail -n 50 /var/adm/syslog/OLDsyslog.log ( for any error)
# dmesg
Hope this will help ,
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2005 06:34 AM
11-07-2005 06:34 AM
Re: Server crash - problem determination process
Here is the Q4 crashdump analysis doc (in MS word format.) , you are looking for:
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2005 06:41 AM
11-07-2005 06:41 AM
Re: Server crash - problem determination process
A final thought , check /var/tombstones/ts99 file , if any valid Time stamp .
Also Check if all the CPUs are visible and shows ok.
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2005 06:49 AM
11-07-2005 06:49 AM
Re: Server crash - problem determination process
1. If /var/tombstones/ts99 exists then
a. If you see an HPMC line, then an HPMC was
generated, most likely this is a
hardware issue
b. If there is no HPMC line, then ....
2. Also check /etc/shutdownlog, if you see
"reboot" then the server was rebooted from
a software command. If you see "panic"
then it was a kernel panic.
3. If /var/adm/crash exists, then you can run
Q4 to determine the problem...
etc.