ERROR LOGGING BUFFER OVERFLOW 는 error가 많이 발생하여 error log자체의 buffer를 넘어서서 과거의 error가 지워졌다는 기록이다.
아래와 같이 error log buffer를 현재 값에서 2배 정도 늘려주면 된다. (운영에 영향없이 온라인 중에 가능)
ex) buffer: 32767 -> 65536 bytes로 두배 늘려주기
# /usr/lib/errdemon -l
Error Log Attributes
---------------------------------------------
Log File /var/adm/ras/errlog
Log Size 106496 bytes
Memory Buffer Size 32768 bytes <<<<<<<<<<<<<<<<<<<<<<< 현재값 32768
Duplicate Removal true
Duplicate Interval 10000 milliseconds
Duplicate Error Maximum 1000
.
# smit
-> problem determination
-> error log
-> Change / Show Characteristics of the Error Log
Type or select values in entry fields.
Press Enter AFTER making all desired changes.
[Entry Fields]
LOGFILE [/var/adm/ras/errlog]
* Maximum LOGSIZE [106496] #
Memory BUFFER SIZE [65536] # <<<<<<<<<<<<<< 2배로 늘림
Duplicate Error Detection [true] +
Duplicate Time Interval [10000] #
in milliseconds
Duplicate error maximum [1000] #
'욕심쟁이 공부방 > AIX' 카테고리의 다른 글
j2_inodeCacheSize / j2_metadataCacheSize (0) | 2018.11.26 |
---|---|
dumplv에 대하여 (0) | 2018.11.26 |
zombie process (0) | 2018.11.26 |
tcpdump 사용법 (0) | 2018.11.26 |
rpc.rstatd (0) | 2018.11.26 |