- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- TC doesn't create a 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
12-18-2000 10:09 AM
12-18-2000 10:09 AM
TC command is used to create system cores when the system is hung, isn't it ?
Thanx in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2000 10:37 AM
12-18-2000 10:37 AM
Re: TC doesn't create a system crash
I do not believe that you can generate a crash by using TC - TC is used to reboot the server but does not generate crash files (since technically, the server has not crashed - you opted to restart it)
Just out of curiousity, why do you want to create crash files? BTW do you have your /etc/rc.config.d/savecrash properly configured to save crash files?
good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2000 10:38 AM
12-18-2000 10:38 AM
Re: TC doesn't create a system crash
But you will find the dumped registers at /var/adm/tombstones/ ts99 is always the last dump.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2000 12:16 AM
12-19-2000 12:16 AM
Re: TC doesn't create a system crash
~~~~~
Save system core image if needed
Output from "/sbin/rc1.d/S440savecore start":
----------------------------
savecore: dump previously saved
EXIT CODE: 2 - savecore found no core dump to save
"/sbin/rc1.d/S440savecore start" SKIPPED
~~~~~
The above will tell you the reason why it didn't save the core image. You can also use savecore for 10.20 and savecrash for 11.x to resave system core image if any.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2000 12:18 AM
12-19-2000 12:18 AM
Re: TC doesn't create a system crash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2000 12:37 AM
12-19-2000 12:37 AM
Re: TC doesn't create a system crash
You can always run savecore from the command-line.
- cd /var/adm/crash
- savecore -r .
When a crash occurred and there wasn't enough space available, you can rub the command above to save it in a different location
Check the man page, for the options.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2000 01:34 AM
12-19-2000 01:34 AM
Solution1. The message in rc.log is:
------------------
Save system crash dump if needed
Output from "/sbin/rc1.d/S440savecrash start":
----------------------------
EXIT CODE: 2 - savecrash found no core dump to save
"/sbin/rc1.d/S440savecrash start" SKIPPED
------------
2. The /etc/rc.config.d/crashconf file is properly configured.
3. The TC command always was the way to create a system core when the system is hung in order to be analyzed. It's equivalent to press the TOC button in some models.
4. If a TOC button is found in the rear side of L-class servers, I'll test.
5. The purpose of my trial is to check my system is ready to handle the system image core of a panic.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2000 01:42 AM
12-19-2000 01:42 AM
Re: TC doesn't create a system crash
Unfortunately is the TOC button of the L-Class hidden under the sheet metal. It's located directly on the GSP card.