- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Right size of Dump device and "/var/adm/crash"
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
06-13-2007 03:42 AM
06-13-2007 03:42 AM
Right size of Dump device and "/var/adm/crash"
Given these data from crashconf:
Total pages on system: 753660
Total pages included in dump: 151649
To properly configure the dump device so that I don´t have a truncated crash dump in case of a system crash, Is this correct to know how much space I need to save crash dumps?
Total pages included in dump: 151649 * physical page size = 4096 bytes
Once the data is written in the dump device, it will be saved compressed in "/var/adm/crash", but what is the compression ratio? I mean, how can I know the right size of my "/var/adm/crash"??
Thanks in advance,
R.O.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2007 03:56 AM
06-13-2007 03:56 AM
Re: Right size of Dump device and "/var/adm/crash"
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2007 04:17 AM
06-13-2007 04:17 AM
Re: Right size of Dump device and "/var/adm/crash"
The dump device is supposed to be at minimum half of RAM on the system. Default configuration uses swap space to hold the dump before savecrash moves it to a filesystem.
Some like to have a different device for dump.
The size of the file depends on what happens. I know of no documentation on the compression ratio.
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
06-13-2007 04:17 AM
06-13-2007 04:17 AM
Re: Right size of Dump device and "/var/adm/crash"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2007 08:33 PM
06-13-2007 08:33 PM
Re: Right size of Dump device and "/var/adm/crash"
Yes I know, but it is not in my hand to separate the dump device from the swap device. I have several systems with different amounts of memory and swap and what I want to know is whether I have properly sized the dump device and the "/var/adm/crash" for each one. Knowing the size of the memory I need to know if the dump device and the "/var/adm/crash" are big enough to hold the crash.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2007 09:52 PM
06-13-2007 09:52 PM
Re: Right size of Dump device and "/var/adm/crash"
Then compare this with the section at the bottom which tells you how much space you have configured. If configured > total pages to dump , then you're ok , else add more raw space ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2007 12:19 AM
06-14-2007 12:19 AM
Re: Right size of Dump device and "/var/adm/crash"
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2007 12:45 AM
06-14-2007 12:45 AM
Re: Right size of Dump device and "/var/adm/crash"
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2007 09:24 PM
06-19-2007 09:24 PM
Re: Right size of Dump device and "/var/adm/crash"
On more question,,the compression of the dump data, ¿is done while dumping to "/var/adm/crash" or it is first copied to "/var/adm/crash" and afterwards, compressed?
Regards,
R.O.