Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dumpcheck 3

Status
Not open for further replies.

AIXFinder

IS-IT--Management
Joined
Jan 4, 2007
Messages
97
Location
US
How do you fix this dump device issue?

LABEL: DMPCHK_TOOSMALL
IDENTIFIER: 837E0DE7

Class: O
Type: PEND
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
Dump compression has already been turned on.
lg_dumplv

No further action is necessary at this time.
1572864
Dump compression was turned on because
4231168

thx much
 
Increase the size of one or both dump devices.

By making lg_dumplv bigger

use extendlv command

HTH,

p5wizard
 
for example, to increase it by 1G:

chfs -a size=+1G /dev/lg_dumplv
 
Check out:

Try running
#sysdumpdev -e
while the system is busy for an estimate of how big the dump device should be.

If you ever want to be able to analyse a dump to determine the cause of the problem you should turn on "always allow dump" and "force copy"

Further reading:
 
Moreover,

The /usr/lib/ras/dumpcheck utility will tell you all you need about your dump devices!

It will:

- Estimate the dump size using sysdumpdev -e
- Find the dump logical volumes and copy directory using sysdumpdev -l
- Estimate the primary and secondary dump devices sizes.
- Estimate the copy directory free space
- Report any errors in the error log file

Regards,
Khalid
 
Status
Not open for further replies.

Similar threads

Replies
2
Views
226

Part and Inventory Search

Sponsor

Back
Top