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
01-09-2007 06:03 PM
01-09-2007 06:03 PM
Is there any way/tools to analyze /var/tombstones/ts99 output..
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2007 06:38 PM
01-09-2007 06:38 PM
Solutionts99 tombstone is normally a hardware fault(HPMC).
Check your system with this in mind.
Look at the GSP log for a start.
We would normally try to work out the problem by going through the output line by line, but I believe HP will give you a hand, if you have a support contract.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2007 11:41 PM
01-09-2007 11:41 PM
Re: ts99
Like Peter said, those outputs tends to be complicated, usually somebody with experience will have to show you what are the key things that you want to take a look at, and the people with most experience in those things are the HP guys.
Also if your server is under warranty, I believe the hardware tech will take care of your issue.
Regards,
Jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2007 01:03 AM
01-10-2007 01:03 AM
Re: ts99
You can use this to analyze ts* files:
# /usr/sbin/diag/contrib/mca $tombstone_file > tombstone.mca.txt
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2007 01:10 AM
01-10-2007 01:10 AM
Re: ts99
The mca command evaluates tombstone file information and provides recommended cause/action statements about the origins of the machine check. Two files are created during command execution: probfile.txt and tracefile.txt
The problem resolution file, probfile.txt, lists likely causes and recommended actions. The results are listed in the order of most to least likely. However, any of the causes are possible. Information logged in probfile.txt is also sent to stdout during command execution.
The trace file, tracefile.txt, contains a complete trace of the scanned file contents as well as a description of what the analyzer
did to reach its results (or what happened if the tool failed to arrive at a conclusion).
Cheers,
Raj.