The largest dump device is too small


 
Thread Tools Search this Thread
Operating Systems AIX The largest dump device is too small
# 1  
Old 08-15-2007
Question The largest dump device is too small

1.what is dump device in AIX?...
2. i m getting this error message
The largest dump device is too small.

when i check the paging space , it is used only 41%

any help welcome
# 2  
Old 08-15-2007
Normally, the dump device is where the OS write a core dump. This can be a very big file and you must have sufficient disk space for this file to dump to disk.
# 3  
Old 08-16-2007
Error

Quote:
Originally Posted by Neo
Normally, the dump device is where the OS write a core dump. This can be a very big file and you must have sufficient disk space for this file to dump to disk.
is the dump device same as paging space?....i read from the red book that at some devices, dump device and the paging space r the same and they share (mirror) logical volume....
1.so how can i no that my AIX 5L, the dump device and paging space r the same?...
2.( i found out that primary dump device , lg_dumplv size is 128M, pps is 8 so it is 1G and the paging space is hd6 16G and used 44 %).. the question is how can i increase my dump device... if i increase the dump storage, is the pagaing space also increase or not?...
thanks for the reply
# 4  
Old 10-26-2007
following :

sysdumpdev -l # to list dump device
sysdumpdev -L # to list last time system dumped
sysdumpdev -e # to estimate the size of a dump under current loading

Largest dump device size in kb ***
This is the size of the dump device.

Current estimated dump size in kb ***

And this is the estimated size of the dump in kb if you system were to crash under your current load.

You just need to :

extendlv lg_dumplv NUM_PPS (example lg_dumplv is your dump lv )

make your dumplv large enough to fit your needs ....

good luck ...
# 5  
Old 10-26-2007
sysdumpdev -l Shows you dump setup

-P -p /dump_dev *Sets the primary dumpdev (make a volume not Mirror)
-p -s /Dumpdev * Set the Secondary dump Normaly hd6 (paging space )


Dump Messages The messages you are getting is related to the space where the dump file is copied

eg /var/adm/ras

So when /var is running low on space you will have this messages on your system every day at about 3pm

What to do
  1. Add more space to /var ( chfs -a size=xxxxxx /var (where xxx new size )
  2. have a look in /var/preserve and rmove old junk ( this folder is related to vi -r files )
  3. clean out the /var/adm/wtmp file and make it smaller ( nulladm command is used for this )
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

AIX dump device not showing accurate size

I am trying to configure dump devices on my AIX server. Running 7100-03-04-1441. My dump device needs to be about 2GB in size. My PP Size is 1024MB, so I create the device with 2 PPs. When I run lslv on the dump device, it shows the 2 PPs, and a PP Size of 1024 megabytes. However, a dumpcheck... (4 Replies)
Discussion started by: paqman
4 Replies

2. HP-UX

Failed to open tape device /dev/rmt/0mn:Device busy (errno = 16)

Hi, Unable to make tape backup, please help. /opt/ignite/bin/make_tape_recovery -a /dev/rmt/?mn -I -v -m tar -x inc_entire=vg00 * Creating local directories for configuration files and archive. ======= 04/25/16 16:28:08 IST Started /opt/ignite/bin/make_tape_recovery. (Mon... (4 Replies)
Discussion started by: anuragr
4 Replies

3. Solaris

Solaris 11.2 dump device "kernel without ZFS metadata"

I've never seen this, is it normal for 11.2? Anyway to change it back to dumping metadata or is this simply an overly verbose message I may ignore? kernel without ZFS metadata (4 Replies)
Discussion started by: LittleLebowski
4 Replies

4. Red Hat

Unable To Activate Ethernet Network Device in RHEL 5.5 - e100 device eth0 does not seem to be presen

Hi All, Could anyone please help to resolve the below problem. I installed RHEL5.5 in my desktop.But when i try to activate the ethernet connection then it gives me the error. I spent 2 days for the above and go through with several suggestion found by googling. But no luck. ... (0 Replies)
Discussion started by: Tanmoy
0 Replies

5. Solaris

dedicated crash dump device

Hello Guys, I need a little help here. I have been studying crash dump and per what I am reading, you can dedicate a slice to use as a dump device. Now when you dedicate this slice, do you have to : 1) create a mount point? 2) add entry in /etc/vfstab? 3) is this slice wu or wm? 4) should... (3 Replies)
Discussion started by: cjashu
3 Replies

6. AIX

Dump device

Hi all I have a query about dump device in aix, i asked this question on interview. what is dump device, how to add dump device & its work. kindly give this answer, thanks in advance. :confused: (1 Reply)
Discussion started by: reply.ravi
1 Replies

7. AIX

change the primary dump device of a vio server

Hi how to change the primary dump device in a vio server ? $ ioslevel 2.2.0.11-FP-24 SP-01 $ oem_setup_env # sysdumpdev -l primary /dev/sysdumpnull secondary /dev/hd6 copy directory /var/adm/ras forced copy flag TRUE always allow dump TRUE dump... (1 Reply)
Discussion started by: newtoaixos
1 Replies

8. Shell Programming and Scripting

awk second largest, third largest value

I have two text files like this: file1.txt: 133 10 133 22 133 13 133 56 133 78 133 98 file2.txt: 158 38 158 67 158 94 158 17 158 23 I'm basically trying to have awk check the second largest value of the second column of each text file, and cat it to its own text file. There... (13 Replies)
Discussion started by: theawknewbie
13 Replies

9. AIX

The largest dump device is too small.

E87EF1BE 0605150011 P O dumpcheck The largest dump device is too small. bash-3.00$ errpt -aj E87EF1BE | more --------------------------------------------------------------------------- LABEL: DMPCHK_TOOSMALL IDENTIFIER: E87EF1BE Date/Time: Sun Jun 5 15:00:01... (4 Replies)
Discussion started by: thecobra151
4 Replies

10. UNIX for Dummies Questions & Answers

help, what is the difference between core dump and panic dump?

help, what is the difference between core dump and panic dump? (1 Reply)
Discussion started by: aileen
1 Replies
Login or Register to Ask a Question