AIX中The largest dump device is too small的处理

作者:佚名 上传时间:2019-04-04 版权申诉

检查系统,在errpt中出现如下报错信息:E87EF1BE   0322150010 P O dumpcheck      The largest dump device is too small.

errpt -aj E87EF1BE
---------------------------------------------------------------------------
LABEL:          DMPCHK_TOOSMALL
IDENTIFIER:       E87EF1BE


Date/Time:       Mon Mar 22 15:00:01 BEIST 2010
Sequence Number: 8677
Machine Id:      00CBD43F4C00
Node Id:         ptcapp
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
Largest dump device
lg_dumplv
Largest dump device size in kb
1572864
Current estimated dump size in kb
1600716 初步判断为存放 dump 文件的 lg_dumplv 容量不够 . 需要扩容 . 扩容步骤如下 :

1. 查看 lg_dumplv 大小的估计值

#sysdumpdev -e
0453-041 Estimated dump size in bytes: 1287651328

1.2G

2. 现在 lg_dumplv 大小

#lslv lg_dumplv

其中 PP SIZE:        256 megabyte(s)

PPs:            4

经计算 , 现在容量为 1G . 需要扩容 0.2G

3. 查看 lg_dumplv 所在的 vg 的容量是否够用

#lsvg rootvg

其中 PP SIZE:        256 megabyte(s)

TOTAL PPs:      1092 (279552 megabytes)

FREE PPs:       826 (211456 megabytes)

经计算 ,vg 剩余容量为 206.5G , 因为根盘做了镜像 . , 可用剩余容量为 103G 左右 . pp size 256m , 故扩容 2pps, 0.5G ( 其实扩 1 pp 也可以 .2 个放心点 .)

4. 扩容操作

extendlv lg_dumplv 2

5. 检查当前 lg_dumplv 的大小 .

#lslv lg_dumplv

其中 PP SIZE:        256 megabyte(s)

PPs:            6

, 现在容量为 1.5G .

6. 使用 dumpcheck 命令查看 , 是否还出现 errpt 信息 errclear 0 清空errpt

#/usr/lib/ras/dumpcheck

#errpt

不出现 , 则为成功 .


注: 在AIX 系统中的lg_dumplv 逻辑卷是用于存放系统dump 的区域。 在安装系统时是否创建该逻辑卷与服务器的内存配置有关。 若服务器的内存小于4GB时, 那么在安装 AIX 5.2 或 5.3时,系统就不会自动创建它。而缺省将系统dump 存放在hd6上。
当服务器的内存大于4GB时,在安装AIX时,就会为系统 dump 创建一专用区域,该逻辑卷名就是 lg_dumplv. 其缺省大小是按以下规则分配的:
. 4GB < = 服务器的内存 〈 12GB lg_dump 的大小为 1GB
. 12GB < = 服务器的内存 〈 24GB lg_dump 的大小为 2GB
. 24GB < = 服务器的内存 〈 48GB lg_dump 的大小为 3GB
. 48GB < = 服务器的内存 lg_dump 的大小为 4GB



本文转自 Mr_sheng 51CTO博客,原文链接:http://blog.51cto.com/sf1314/1983418

免责申明:文章和图片全部来源于公开网络,如有侵权,请通知删除 server@dude6.com

用户评论
相关推荐
AIXThe largest dump device is too small处理
检查系统,在errpt中出现如下报错信息:E87EF1BE   0322150010 P O dumpcheck      The largest dump device is too sm
处理aix The parameter list is too long
NULL 博文链接:https://jlins.iteye.com/blog/839575
RAR
56KB
2020-12-31 17:47
Small device c compiler
AsmalldevicecCompiler
RAR
0B
2019-07-26 06:45
AIX关于Weblogic报错_Too_many_open_files_处理
AIX关于Weblogic的报错_Too_many_open_files_的处理
DOC
0B
2019-08-17 18:18
Small Device C Compiler开源
SDCC是可重新定向的,优化的标准C(ANSI C89 / ISO C90,ISO C99,ISO C11 / C17)编译器,其目标受众是越来越多的处理器,包括Intel 8051,Maxim 80
BZ2
13.21MB
2021-05-22 10:12
Dump device error
2011年5月16日巡检主机时发现报错: E87EF1BE  0515150011 P O dumpcheck   The largest dump device is too
Dump device error
2011年5月16日巡检主机时发现报错: E87EF1BE  0515150011 P O dumpcheck   The largest dump device is too
Small_Device_C_Compiler.pdf
Small_Device_C_Compiler.pdf
PDF
115KB
2020-12-17 15:33
AIX系统遇到Error 0518-322-571: Cannot open the dump device问题
在AIX系统中,Error 0518-322-571: Cannot open the dump device错误通常表示系统无法访问转储设备。这个问题可能是由于多种原因引起的,包括设备故障、权限问题
AIX 7.2
AIX
2023-12-12 14:47
Designing and Writing Java Action Games for Small Device
Designing and Writing Java Action Games for Small Device
PDF
0B
2018-12-20 10:56