码迷,mamicode.com
首页 > 移动开发 > 详细

WARNING: Heavy swapping observed on system in last 5 mins.

时间:2014-09-11 12:37:41      阅读:776      评论:0      收藏:0      [点我收藏+]

标签:des   style   http   color   io   os   ar   for   2014   

今天在巡检alert日志的时候,发现如下报错:

pct of memory swapped in [7.16%] pct of memory swapped out [0.56%].
Please make sure there is no memory pressure and the SGA and PGA
are configured correctly. Look at DBRM trace file for more details.

这个是我在AIX上面新装的RAC,查看metalink,发现是bug:

Warning: Heavy Swapping Observed on System after Upgrade to 11.2.0.3 (文档 ID 1452790.1) bubuko.com,布布扣转到底部 bubuko.com,布布扣

 

APPLIES TO:

Oracle Database – Enterprise Edition – Version 11.2.0.3 and later
Information in this document applies to any platform.

GOAL

The document explains why you may see the following WARNING in the alert log after upgrading to 11.2.0.3.

Wed Apr 25 10:10:50 2012
WARNING: Heavy swapping observed on system in last 5 mins.
pct of memory swapped in [7.16%] pct of memory swapped out [0.56%].
Please make sure there is no memory pressure and the SGA and PGA
are configured correctly. Look at DBRM trace file for more details.

SOLUTION

The reason you may now see these informational messages in the alert is due to the fact that in 11.2.0.3 an enhancement fix was included for unpublished Bug 10220118.
Please refer to
Note 10220118.8 - Bug 10220118 – Print warning to alert log when system is swapping

Description

  This fix is really an enhancement.
  With this fix a warning is printed to the alert log (and DBRM trace)
  if excessive swapping is observed on the system.
  The warning will not be printed more than once per hour.
  

The same issues could have been happening on 11.2.0.2 but they simply would not have been reported.
There is no (immediate) cause for concern and we suggest that the databases are just monitored as usual.

If you look in the alert log, you will see that the message does not happen every hour. 
If SWAP was causing any serious issue we could also see ORA-4031/ORA-4030 and would then be able to use the DBRM trace in conjunction with obtaining further diagnostics.
 

AIX Platform

If your Platform is IBM-AIX then this is not the only possible reason for this alert log message. 
For IBM AIX on POWER Systems (64-bit), there is also next known port-specific bug:
Bug 14731911 - FALSE SWAP WARNING MESSAGES PRINTED TO ALERT.LOG ON AIX
with unpublished base bug:
Bug 11801934 : WRONG PAGE-IN AND PAGE-OUT OS VM STATS IN AIX.

 

VMWare

Under VMWare, the messages may perhaps indicate a more serious issue, even when no memory related ORA-4031/ORA-4030 errors are reported. 
Under circumstances, an instance in a virtual machine may be simply terminated by PMON due to error 471 without further errors in the alert log.
The OS logs may in such case report an out of memory condition like below:

[root@vmh ~]# grep Kill /var/log/messages*
/var/log/messages-20140629:Jun 27 18:29:06 vmh-msfc-dodp02 kernel: [1895074.304941] Out of memory: Kill process 42094 (oracle) score 391 or sacrifice child
/var/log/messages-20140629:Jun 27 18:29:06 vmh-msfc-dodp02 kernel: [1895074.305203] Killed process 42094, UID 303, (oracle) total-vm:189081588kB, anon-rss:27412kB, file-rss:109612

 

SOLUTION


General solution:
o  Avoid the memory pressure by either providing more memory or decreasing the need for (shared) memory for the Oracle instance(s).

For AIX:
o  Apply interim Patch 11801934 if available for your Oracle version or request a patch with Oracle Support in a new Service Request.


WARNING: Heavy swapping observed on system in last 5 mins.

标签:des   style   http   color   io   os   ar   for   2014   

原文地址:http://blog.csdn.net/zbdba/article/details/39204043

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!