- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Generate system core dumps for rp5430
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
06-08-2004 03:32 PM
06-08-2004 03:32 PM
Generate system core dumps for rp5430
Is this procedure also applicable to rp5430 running on HP-UX 11.0? If not, what is the proper procedure of generating system core dumps after system panic?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2004 04:11 PM
06-08-2004 04:11 PM
Re: Generate system core dumps for rp5430
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2004 11:28 PM
06-08-2004 11:28 PM
Re: Generate system core dumps for rp5430
There was a lock on getting to CM so that users didn't accidentally reboot boxes if they were working at the console.
In those series you had a service switch.
On the K, it was a physical key.
On the D, it was a switch on the back.
Best regards,
Kent M. Ostby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2004 11:31 PM
06-08-2004 11:31 PM
Re: Generate system core dumps for rp5430
you can also generate a crashdump by sending a TOC via the GSP using the TC command.
Johan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 11:13 PM
06-09-2004 11:13 PM
Re: Generate system core dumps for rp5430
on D systems with 10.20 OS, you have to modify the /etc/rc.config.d/savecore, that contains :
# SAVECORE: Set to 0 to disable saving system core files.
SAVECORE=0
# SAVECORE_DIR: Directory name for system core files. Note: the filesystem
# in which this directory is located should have as much free
# space as your system has RAM.
SAVECORE_DIR=/var/adm/crash
[...]
This is not anymore necessary on 11.00.
But if you want to automaticly generate a reset/TOC when a system hang (for example) is detected :
- just log on your GSP (CTRL-B),
- modify write access (CTRL-E, c, f),
- configure Automatique Reset (AR),
- Enable Automatic System Restart (E),
- add your triggering alert levels (13),
- quit your GSP (CO).
Olivier.