- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- savecore.LCK
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-12-2002 11:11 PM
11-12-2002 11:11 PM
Here's a strange occurence with a K-class node. Everytime we boot this machine a coredump is made. Her is the info from /etc/rc.log :
Save system crash dump if needed
Output from "/sbin/rc1.d/S440savecrash start":
----------------------------
savecrash: Found old-format dump, invoking /usr/old/sbin/savecore
savecore: Invalid /etc/savecore.LCK file from previous run.
Dump may be corrupted.
savecore: dump previously saved
EXIT CODE: 2 - savecrash found no core dump to save
"/sbin/rc1.d/S440savecrash start" SKIPPED
This weird occurence started after I installed HP 11.00 on the box again. I suspect there's a flag hanging somewhere on the bootdisc.
Can someone help me out ?
TIA,
Willy Schriemer
Sysadmin HP3000/9000
Philips Semiconductors
The Netherlands
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2002 11:29 PM
11-12-2002 11:29 PM
Re: savecore.LCK
It looks like the system thinks there needs to be a dump made.
Try booting in single user mode and run this command:
# savecore -c
from man savecore:
-c Mark the dump in the dump device as saved, without performing any other action. The -c option is useful for manually inhibiting dump actions called
by /sbin/init.d/savecore.
Now reboot the system again !
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2002 12:29 AM
11-13-2002 12:29 AM
Re: savecore.LCK
Once this has been done, you can try to run
/sbin/rc1.d/S440savecore start
and see if this still reports a dump is there. If not, no need to reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2002 04:21 AM
11-13-2002 04:21 AM
Re: savecore.LCK
Any other suggestions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2002 04:31 AM
11-13-2002 04:31 AM
Re: savecore.LCK
Maybe since the upgrade or install to 11.00 you need to use savecrash -c instead of savecore -c.
This has been changed between versions.
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2002 04:37 AM
11-13-2002 04:37 AM
SolutionAnother more definite solution would be to do a TOC dump to have the old dump format overwritten.
a TOC will overwrite the information on the DUMP device which should be in 11.00 format.
Keep all user file systems unmounted before doing a TOC. Also, have a backup from the system.
If the file /etc/savecore.LCK is on the system.
Do stings /etc/savecore.LCK
Also remove this file.
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2002 05:25 AM
11-13-2002 05:25 AM
Re: savecore.LCK
Thanks, forcing a TOC did the job. After this the system doesn't report any old dumps anymore.
Best regards,
Addie.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2002 05:28 AM
11-13-2002 05:28 AM
Re: savecore.LCK
Good to hear the solution works.
C.