- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- insufficient space on dump devices to save full sc...
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
07-28-2004 11:04 PM
07-28-2004 11:04 PM
insufficient space on dump devices to save full scratch dump
Here is the message I do have when booting a C360 HP 10.20 :
"insufficient space on dump devices to save full scratch dump"
This must be a classical problem. I do understand that sotmething need to be
done on /stand
I need help :
- what need to be done now ?
- where can I find tutorial, similar posts, HP docs, ... to solve this
booting problem !
Thanks a lot
Marc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 11:24 PM
07-28-2004 11:24 PM
Re: insufficient space on dump devices to save full scratch dump
http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/5187-2216/5187-2216_top.html&con=/hpux/onlinedocs/5187-2216/00/00/51-con.html&toc=/hpux/onlinedocs/5187-2216/00/00/51-toc.html&searchterms=savecrash&queryid=20040729-052408
man crashconf
man savecrash
grep -i crash /etc/rc.log
Should be enough
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 11:26 PM
07-28-2004 11:26 PM
Re: insufficient space on dump devices to save full scratch dump
This is, most likely, not a cause for concern. It is rare that a full crash dump is required for analysis and you can probably just ignore this message.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 11:30 PM
07-28-2004 11:30 PM
Re: insufficient space on dump devices to save full scratch dump
crashconf -v will also give you how much space is required to save the dump. You can configure new dump device with lvlnboot. The dump device has to be a contigeous.
lvcreate -L xxxM -C y /dev/vg00
lvlnboot -d /dev/vg00/lvolx
Once configured you can also save the crash dump with savecrash command.
man savecrash for details.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2004 12:20 AM
07-29-2004 12:20 AM
Re: insufficient space on dump devices to save full scratch dump
But, I not yet at this level in the boot process !
hpux is not loaded and the error message stops all actions
after main menu enter command : BOOT
interact Y
then ISL>
what can be done with ISL commands to go further ?
thanks
Marc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2004 08:11 AM
07-29-2004 08:11 AM
Re: insufficient space on dump devices to save full scratch dump
hpux -is
Once you boot into single user mode, follow the commands that I gave you. If you do not have enough space for dump area, create it and reboot. Post if you have any problems.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2004 10:39 PM
07-29-2004 10:39 PM
Re: insufficient space on dump devices to save full scratch dump
From the ISL prompt, I've tried "single user" or "maintenance" mode :
hpux -is
hpux -lm boot
The result is still the same "insufficient space on dump devices to save full scratch dump" ...
so I do not have any prompt so I can't act and can't go further !
Marc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2004 12:18 AM
07-30-2004 12:18 AM
Re: insufficient space on dump devices to save full scratch dump
To all
I do have the followings :
*************************************************************************
networking memory for fragment reassembly is restricted to 93224960 bytes
logical volume 64, 0X3 configured as root
logical volume 64, 0X2 configured as swap
logical volume 64, 0X2 configured as dump
swap device cable : (start & size given in ...
entry 0 - major is 64,minor is 0X2; start=0 size=1048576
warning : insufficient space on dump device to save full cratch dump
only 536870912 OS 1073742848 bytes would be save
starting the STREAMS daemons
memory information physical page size = 4096 bytes, logical page size = 4096
bytes
physical 1048473 Kytes, lockable : 783060 Kbytes, available : 900064 Bbytes
*************************************************************************
... then nothing, the station stops, no prompt !!!
When I do swtich off, I do have :
*************************************************************************
shutdown completed
It was not possible for the kernel to find a process that caused this cratch
warning : AUI loop back failed
system panic : HPUX B2352B HPUX (B10.20) #1: date
It was not possible for the kernel to find a process that caused this cratch
*************************************************************************
Regards
Marc