- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- extending swap to accomodate for dump
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
Discussions
Discussions
Discussions
Forums
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
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
тАО10-09-2002 03:15 AM
тАО10-09-2002 03:15 AM
extending swap to accomodate for dump
WARNING: Insufficient space on dump device to save full crashdump.
Only 268435456 of 268436480 bytes will be saved.
Can anyone tell me how to either extend my swap/ dump or how to make a secondary dump device.
THX!
Extra info:
HP-UX
# dmesg
Logical volume 64, 0x3 configured as ROOT
Logical volume 64, 0x2 configured as SWAP
Logical volume 64, 0x2 configured as DUMP
Swap device table: (start & size given in 512-byte blocks)
entry 0 - major is 64, minor is 0x2; start = 0, size = 524288
WARNING: Insufficient space on dump device to save full crashdump.
Only 268435456 of 268436480 bytes will be saved.
Dump device table: (start & size given in 1-Kbyte blocks)
entry 0 - major is 31, minor is 0x5000; start = 52064, size = 262144
Starting the STREAMS daemons.
9245XB HP-UX (B.10.20) #1: Sun Jun 9 06:31:19 PDT 1996
Memory Information:
physical page size = 4096 bytes, logical page size = 4096 bytes
Physical: 262144 Kbytes, lockable: 191508 Kbytes, available: 222560 Kbytes
# ioscan -Cdisk
H/W Path Class Description
=======================================
4.5.0 disk SEAGATE ST32171W
4.8.0 disk SEAGATE ST34573WC
4.9.0 disk SEAGATE ST34371W
16/5.2.0 disk TOSHIBA CD-ROM XM-5401TA
# swapinfo
Kb Kb Kb PCT START/ Kb# lvlnboot -v
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c0t5d0 (4.5.0) -- Boot Disk
Boot: lvol1 on: /dev/dsk/c0t5d0
Root: lvol3 on: /dev/dsk/c0t5d0
Swap: lvol2 on: /dev/dsk/c0t5d0
Dump: lvol2 on: /dev/dsk/c0t5d0, 0
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 262144 3736 258408 1% 0 - 1 /dev/vg00/lvol2
dev 262144 3260 258884 1% 0 - 1 /dev/vg01/lvol1
reserve - 106340 -106340
memory 192836 140104 52732 73%
# lvlnboot -v
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c0t5d0 (4.5.0) -- Boot Disk
Boot: lvol1 on: /dev/dsk/c0t5d0
Root: lvol3 on: /dev/dsk/c0t5d0
Swap: lvol2 on: /dev/dsk/c0t5d0
Dump: lvol2 on: /dev/dsk/c0t5d0, 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-09-2002 03:19 AM
тАО10-09-2002 03:19 AM
Re: extending swap to accomodate for dump
Frankly, I wouldn't worry about it - you're only 24 bytes short, which means you'll end up with 99.999% (or thereabouts) of your crash dump. Close enough!
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-09-2002 03:20 AM
тАО10-09-2002 03:20 AM
Re: extending swap to accomodate for dump
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-09-2002 03:24 AM
тАО10-09-2002 03:24 AM
Re: extending swap to accomodate for dump
To increase dump space you will need to do a make_tape_recovery and recover your system interactively inwhich you will need to increase the size of swap/dump.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-09-2002 03:39 AM
тАО10-09-2002 03:39 AM
Re: extending swap to accomodate for dump
The swap and dump volume need not to be the same. If you have plenty of disk space you can create a separate dump volume (se man pages for lvlnboot). When this volume is configured you only need to reboot the system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-09-2002 04:14 AM
тАО10-09-2002 04:14 AM
Re: extending swap to accomodate for dump
This changes at 11.0, especially for 64bit versions. Now the crash dump becomes much more significant (RAM might be 8Gb or even 32Gb) so the crashconf tool will create (by default) a 25% RAM-sized area for dumps. Even that may be too high but ant 11.xx, dumps are saved in compressed format too.
Bill Hassell, sysadmin