- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- savecrash: Insufficient space to save full core du...
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-18-2007 02:05 AM
11-18-2007 02:05 AM
only the vmunix is generated without an image file.
Is there some information that I can still retrieve from that vmunix file ( I can't open it on kwdb nor at adb)
Thanks,
Anat
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2007 03:29 AM
11-18-2007 03:29 AM
SolutionNope you cannot do anything with just a vmunix file. You must have a complete crash dump including the INDEX file for further analysis...
I would suggest to increase the dump space and run #savecrash -r command to do a dump again...
Best Regards,
Prashanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2007 07:15 PM
11-18-2007 07:15 PM
Re: savecrash: Insufficient space to save full core dump
this indicated your dump space is insufficient, please increase your dump size
WK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2007 02:06 AM
11-19-2007 02:06 AM
Re: savecrash: Insufficient space to save full core dump
sp,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2007 09:12 PM
11-19-2007 09:12 PM
Re: savecrash: Insufficient space to save full core dump
When a system crashes there must be sufficient space on the dump lvol to capture the contents of the memory (as dictated by the output of crashconf -v).
During the subsequent system startup, the contents of the dump lvol need to be saved off to a filesystem (default location is /var/adm/crash) using savecrash (happens automatically as part of startup script).
I believe your issue is insufficient filesystem space. You could attempt to resave the crashdump into another filesystem with lots of free space (if the swap and dump lvol are the same, then there is a distinct possibility that the crashdump may have already been written into, thus corrupting the crashdump...)
try:
cd /filesystem/with/lots/of/space
savecrash -r . <---- note the 'dot' at the end - saving into current directory.
With luck this should have resaved your crashdump
Bottom line:
1. ensure you have sufficient space in your dump lvol (going down)
2. ensure you have sufficient filesystem space to save off the crashdump (coming up)
Regards,
Nick 'dubya'
PS: please remember to assign points for the responses so far.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2007 11:23 PM
11-19-2007 11:23 PM
Re: savecrash: Insufficient space to save full core dump
another suggestion :
If you're low in disk space just change the path for your crashdump in /etc/rc.config.d/savecrash
Regards
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2007 08:08 PM
11-20-2007 08:08 PM
Re: savecrash: Insufficient space to save full core dump
Anat