- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Hpux 11.11 need to know ideal size of /var/adm...
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-04-2005 06:06 AM
02-04-2005 06:06 AM
Do I need to have 24 gb of disk space in /var/adm/crash for hp to analyze dump ? How much ? I don't have that much space in root vg.
I understand 11.11 has selective dump.
I have configured 24 gb swap on lvol2 which is also dump device ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2005 06:33 AM
02-04-2005 06:33 AM
Re: Hpux 11.11 need to know ideal size of /var/adm/crash ?
24Gb should be enough.
Some OS versions can also compress the dump...
:-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2005 06:37 AM
02-04-2005 06:37 AM
Re: Hpux 11.11 need to know ideal size of /var/adm/crash ?
The size equal to your swap is good.
Rgds
HGN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2005 06:52 AM
02-04-2005 06:52 AM
Re: Hpux 11.11 need to know ideal size of /var/adm/crash ?
My rules of thunmb are:
Min => 1/4 RAM
Opt => 1/2 RAM
Max => RAM
HTH,
Jeff
P.S. One rarely needs = RAM because you don't ever need *every* byte to properly decode a dump.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2005 06:54 AM
02-04-2005 06:54 AM
Re: Hpux 11.11 need to know ideal size of /var/adm/crash ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2005 06:57 AM
02-04-2005 06:57 AM
Re: Hpux 11.11 need to know ideal size of /var/adm/crash ?
Thanks
# crashconf -v
CLASS PAGES INCLUDED IN DUMP DESCRIPTION
-------- ---------- ---------------- -------------------------------------
UNUSED 5120157 no, by default unused pages
USERPG 14368 no, by default user process pages
BCACHE 628777 no, by default buffer cache pages
KCODE 2690 no, by default kernel code pages
USTACK 782 yes, by default user process stacks
FSDATA 317 yes, by default file system metadata
KDDATA 233865 yes, by default kernel dynamic data
KSDATA 289988 yes, by default kernel static data
Total pages on system: 6290944
Total pages included in dump: 524952
DEVICE OFFSET(kB) SIZE (kB) LOGICAL VOL. NAME
------------ ---------- ---------- ------------ -------------------------
31:0x021000 396128 25165824 64:0x000002 /dev/vg00/lvol2
----------
25165824
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2005 07:11 AM
02-04-2005 07:11 AM
Re: Hpux 11.11 need to know ideal size of /var/adm/crash ?
The next to ideal size is still 0 because you have configured separate swap and dump areas and therefore there is no need to compress and save the dump image in /var/adm/crash before it gets overwritten by swap activity. Swap and dump really should have nothing to do with each other; moreover, swap should always be mirrored; dump should never be.
But since you have ignored Plan A, the dump image normally compresses fairly well and HP isn't going to want the whole thing anyway so typically 3-4 GB or so of free space in /var/adm/crash should suffice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2005 07:19 AM
02-04-2005 07:19 AM
SolutionNow you don't have to map /var/adm/crash into the /var filesystem. Make /var/adm/crash a mountpoint and locate some unused space, perhaps 2-4Gb and make that the crash lvol. Note that there will be a non-useful message as the kernel boots up saying that the dump area is not big enough--you can safely ignore that message.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2005 07:28 AM
02-04-2005 07:28 AM
Re: Hpux 11.11 need to know ideal size of /var/adm/crash ?
Bill H - Your suggestion is much like Clay and I will go with your choice. I was thinking along the lines of creating /var/adm/crash mount point and did not want to make it huge as it may (I hope) will never be used. Thanks a bunch.
Jeff- I was going to go 1/2 mem for crash until Clay made a suggestion.
Hulst and HGN - I don't think wasting 24gb space for crash is worth it although that seems to be popular choice.
Gary - I ran the command but don't know what to think of it.
Thank you so much.