The largest dump device is too small.


 
Thread Tools Search this Thread
Operating Systems AIX The largest dump device is too small.
# 1  
Old 06-05-2011
The largest dump device is too small.

Code:
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 GMT+03:00 2011
Sequence Number: 103148
Machine Id:      00C759904C00
Node Id:         oraconb
Class:           O
Type:            PEND
WPAR:            Global
Resource Name:   dumpcheck       
Description
The largest dump device is too small.
Probable Causes
Neither dump device is large enough to accommodate a system dump at this time.
        Recommended Actions
        Increase the size of one or both dump devices.
Detail Data
Largest dump device
lg_dumplv                                                                                                                       
Largest dump device size in kb
     2097152
Current estimated dump size in kb
     3525836

---------------------------------------------------------------------------
the the increasing of /var will be the selution .

Last edited by pludi; 06-05-2011 at 05:05 PM..
# 2  
Old 06-05-2011
Not exactly, increasing the dumpl LV lg_dumplv will be the solution, can be done with a simple extendlv... Check the second dump device (if any) as well...
# 3  
Old 06-12-2011
The largest dump device is too small.

Dear all

i have this error in my AIX and i can't increase the space for the lg_dumplv

is there any way to delete some files to have more space in lg_dumplv

Moderator's Comments:
Mod Comment I have merged this post with your other thread...

Last edited by Scott; 06-12-2011 at 10:23 AM.. Reason: Merged post
# 4  
Old 06-12-2011
This message can be annoying, since the dumps are compressed (assuming you set that - what is the output of sysdumpdev -l?), and the error shows an estimate, it's usually never close to what's actually needed.

If you have no space in the volume group to extend the LV, then either:
  • Add another disk to the volume group
  • Reduce other LV's in the VG, and add the space to the dump device LV
  • Move the dump device to another location where space is available (then, assuming it's in the same VG, you can remove the lg_dumplv, and use it to extend the new location)
# 5  
Old 06-17-2011
Yeah that is what you need to do. Add a new disk from san and create the dump lv there. You can have pri and secondary as well if you add mirrored disks.
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

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 (4 Replies)
Discussion started by: click007
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