- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Crash dump failure
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
02-26-2006 11:56 AM
02-26-2006 11:56 AM
I'm running hpux 11.00 on an rp7400 and I'm trying to do a crash dump, but when it gets to 73% done I'm seeing:
ERROR: can't get low memory buffer space for high memory page. Dump aborted
ERROR: write error on device 64:0xb. Dump aborted.
Can anyone help?
Cheers
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2006 12:41 PM
02-26-2006 12:41 PM
Re: Crash dump failure
dd if=/dev/vg00/rlvolXX of=/dev/null bs=128k
If there are multiple dump lvols, run the command on those too. And look in syslog.log to see if there are errors being reported already.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2006 12:56 PM
02-26-2006 12:56 PM
Re: Crash dump failure
The dd reported no errors on the dump lvols and syslog is also not reporting any disk errors.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2006 01:38 PM
02-26-2006 01:38 PM
Re: Crash dump failure
Try to trace the issue with this command below :
# savecrash -rv
From here, you can see whether the problem due to the harddisk or the low memory swap or memory issue.
You can check also with /var/adm/tombstones file, /var/opt/resmon/log/event.log file, CSTM.
Hope this information can help you.
Cheers,
AW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2006 01:50 PM
02-26-2006 01:50 PM
SolutionHave you recently increased memory and not increased the lvol for dump?
If there is no error, this is a possible cause.
The dump lvol must be half of system memory to work right.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2006 03:30 PM
02-26-2006 03:30 PM