Operating System - HP-UX
1834498 Members
2773 Online
110067 Solutions
New Discussion

Re: System Dumps and Dump Scripts

 
jacks0n
Occasional Contributor

System Dumps and Dump Scripts

Hi Ppls,

I was wondering if anyone could point me in the direction of where I could find information about system dumps and dump scripts on HP-UX... or even better, help out with some information. What I'm specifically after is information as to where standard dump scripts are located on HP-UX and information about allocating sufficient space for a full system dump.
If anyone by chance has this information about Sun or AIX that would also help.

Best Regards,
Attila.
2 REPLIES 2
Michael Tully
Honored Contributor

Re: System Dumps and Dump Scripts

Hi,

The attached link is to the System Administrators guide which has all the information on how to set up dump space.

http://www.docs.hp.com/hpux/onlinedocs/B2355-90742/B2355-90742.html

HTH
-Michael
Anyone for a Mutiny ?
Marcin Wicinski
Trusted Contributor

Re: System Dumps and Dump Scripts

Hi Attila,

* the estimated amount of dump should be equal to your machine phisical memory plus some space for the system kernel - from expirience it's nice to estimete dump=1.5 x phisical_memory.

* scripts: /sbin/savecrash (on 11.0)

* conf: /etc/rc.config.d/savecrash (on 11.0)

good luck,
Marcin Wicinski