1833138 Members
3313 Online
110051 Solutions
New Discussion

syslog

 
SOLVED
Go to solution
Francois Bariselle_3
Regular Advisor

syslog

I have a 10.20 HP-UX
When looking in /var/adm/syslog/syslog.log, the following message appears:

Jan 11 10:44:15 sirius vmunix: WARNING: Insufficient space on dump device to save full crashdump.
Jan 11 10:44:15 sirius vmunix: Only 536870912 of 536871936 bytes will be saved.
Jan 11 10:44:15 sirius vmunix: Dump device table: (start & size given in 1-Kbyte blocks)
Jan 11 10:44:15 sirius vmunix: entry 0 - major is 31, minor is 0x18000; start = 52064, size = 524288

What is it

Thanks in advance,
frank
Fais la ...
6 REPLIES 6
Helen French
Honored Contributor

Re: syslog

Hi,

This will give you the explanation:

http://us-support3.external.hp.com/cki/bin/doc.pl/sid=1930626f016a90f278/screen=ckiDisplayDocument?docId=200000015982397

HTH,
Shiju

Life is a promise, fulfill it!
Jeff Machols
Esteemed Contributor

Re: syslog

if you run crashconf, this will show what device a crash will dump the log to, and what is setup to be dumped. That message is saying if you have a system crash, the space allocated will not be enough to hold the core file created. run crashconf to see what you have setup and either add more space, or change what you will dump in case of a crash
Helen French
Honored Contributor

Re: syslog

Uday_S_Ankolekar
Honored Contributor

Re: syslog

Hi,

If the dump area does not have the necessary amount of space, then the
core dump will not contain all of information and, therefore, be less
useful for analyzing. If the dump device is too small, you will see a
message similar on bootup
Your dump area should be large enough to store the entire contents of
RAM and the kernel.


-USA..

Good Luck..
Rodney Hills
Honored Contributor

Re: syslog

HPUX will store memory content to the swap file in the event of a system crash. Now that newer systems have gobs of memory, the swap file usually is not made large enough to hold a full crash dump.

I think most administrators ignore this message, since a crash dump is usually not helpful in most crash situations.

-- Rod Hills
There be dragons...