- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Dump area configuration
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-16-2002 12:31 AM
07-16-2002 12:31 AM
my dump area is too small to contain a full memory dump.
I can find space only into an external disk.
Can i configure a lvol on this external disk as dump area? Is it supported?
Have i to delete vg00/lvol2 as dump area?
Thanks a lot
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 12:38 AM
07-16-2002 12:38 AM
Re: Dump area configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 12:40 AM
07-16-2002 12:40 AM
Re: Dump area configuration
i don't want to delete lvol2, i want to know if i must set only external lvol as dump area and thus set vg00/lvol2 not as dump area.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 12:42 AM
07-16-2002 12:42 AM
Re: Dump area configuration
You can change the crash area in :-
/etc/rc.congig.d/savecrash
i.e.
SAVECRASH_DIR=/crash/crash
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 12:43 AM
07-16-2002 12:43 AM
Re: Dump area configuration
that should be
/etc/rc.config.d/savecrash
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 12:56 AM
07-16-2002 12:56 AM
Re: Dump area configuration
are you saying that changing the value of SAVECRASH_DIR=/crash/crash in /etc/rc.congig.d/savecrash is the same as:
- lvlnboot -r -d /dev/vg00/lvol2
- lvlnboot -d /dev/vg01/lvol1
I recall you that vg01/lvol1 is setted on an externale disk and i don't know if this volume group is activated at boot time before saving crahs dumps.
Thanks
Roberto
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 05:56 AM
07-16-2002 05:56 AM
Re: Dump area configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 06:29 AM
07-16-2002 06:29 AM
SolutionHere is something for the docs :
How Much Dump Space Do I Need?
For selective dumps, use crashconf(1M) to find out how much space would be needed for a selective dump of your machine. (Use the -v flag, and run it while your system is under its normal or higher than normal workload.) The space needed will vary depending on the workload of the machine, so add another 25% or so to be safe. The total dump space should meet or exceed this amount.
For machines that are relatively stable and don't expect to dump often, this is enough. If a full dump is needed from such a machine, additional space can be configured for it on the fly, anyway. This space can also be used for swap unless reboot times are critical.
For machines on which full dumps are required, the full size of physical memory, plus a little bit for dump headers and tables, should be configured as dump space. At least the amount needed for a selective dump should be configured on a device that is not used for swap activity.
For example, the size of a selective dump for a 1GB RAM system typically ranges from 100MB to 200MB (10% to 20%). Extrapolating this to a 64GB system, a dump could be as large as 12GB.
Whenever you have dump devices that are not also used for swap activity, make sure that they are configured last. This will cause them to be used first (dump goes from the end backward), which will minimize the chance of writing into an area shared by swap. Writing into swap space is undesirable because it will slow down your reboot processing; see Post-Reboot Dump Processing, for details.
You amy like to look at this page too :
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/sysdmp-62001/sysdmp-62001_top.html&con=/hpux/onlinedocs/sysdmp-62001/00/00/6-con.html&toc=/hpux/onlinedocs/sysdmp-62001/00/00/6-toc.html&searchterms=partition%7cdump&queryid=20020716-073748
Manoj Srivastava