- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: savecrash/savecore
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-01-2000 11:24 AM
06-01-2000 11:24 AM
I've read the man page and it just isn't very clear to me.
Thank you for your response.
Kirk
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2000 11:45 AM
06-01-2000 11:45 AM
SolutionWhen a panic occurs the operating system preserves an image or running memory in dump space. When the box reboot, savecore runs (assuming that it is configured to run automatically at boot). If savecore finds a dump, it will begin writing system core files to the dump directory (/var/adm/crash is the default). System cores are identified by a numeerical index (core.0, core.1, etc.). If primary paging is used as a dump device also, then savecore disables paging to that device (if it has not already been enabled) while the core is being written.
If possible, particularly on large systems, use separate dedicated dump spaces so that primary paging can be enabled and so that savecore can run in the background. This can greatly improve recovery speed by reducing boot time. savecore will print a warning message if a complete dump cannot be saved. It is also possible to dump to tape if insufficient disk space is available.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2000 11:45 AM
06-01-2000 11:45 AM
Re: savecrash/savecore
You have to set the SAVECORE=1 parameter in /etc/rc.config.d/savecore.
Go through the options on in that savecore file.
Make sure you have aenough space to save a complete core dump.
Also you can read core dumps with the strings command.
Cheers!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2000 11:50 AM
06-01-2000 11:50 AM
Re: savecrash/savecore
A second thing that can happen is that the kernel will just hang. There is a procedure that can be used to do a "tranfer of control" manually to a routine that attempts to dump core in the dump area.
Either way, when the box reboots, you need to save that dump in the filesystem as file. You also need a copy of the kernel. savecrash has the job of copying the dump from the dump area to filesystem somewhere and /var/adm/crash is the default.
Typically, most users at this point will need to send the dump to HP for analysis, but very savvy users sometimes can do some analysis themselves.
savrcrash needs to run immediately upon reboot because usually the dump area is only a swap area. It's gotta save that dump before any paging occurs.
savecore was the predecessor to savecrash and is now retired.
If this doesn't answer your questions, please post a more specific question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2000 12:00 PM
06-01-2000 12:00 PM
Re: savecrash/savecore
Savecore has not been retired in 10.20. At least, not to the best of my knowledge.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2000 12:04 PM
06-01-2000 12:04 PM
Re: savecrash/savecore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2000 10:59 PM
06-01-2000 10:59 PM