解决AIX 6.1上Oracle 11G R2 osysmond.bin进程core dump问题

 

 

从您提供的信息中,我能够确认,触发core dump的是 我们用于诊断所使用到的 crfmond 进程触发的。

详细的CHM介绍,我们最近正好有个中文Oracle 官方社区帖子在讨论,供您 参考
https://communities.oracle.com/portal/server.pt?open=514&objID=224&mode=2&threadid=627862&aggregatorResults=T628014T627772T627862T627543T627752T627552T626710T626708T577104T577096&sourceCommunityId=548&sourcePortletId=366&doPagination=true&pagedAggregatorPageNo=1&returnUrl=https%3A%2F%2Fcommunities.oracle.com%2Fportal%2Fserver.pt%3Fopen%3Dspace%26name%3DCommunityPage%26id%3D6%26cached%3Dtrue%26in_hi_userid%3D196128%26control%3DSetCommunity%26PageID%3D0%26CommunityID%3D548%26&Portlet=Category%20Content&PrevPage=Communities-CategoryHome

另外,对于该core dump 不会对您正常使用造成任何影响。不过,如果您如果希望规避该问题,可以考虑

1. 手动停止该服务

2. 应用最新的 11.2.0.3 PSU 补丁集,参考
RAC PATCHING QUICK REF: Applying CRS PSU, CRS Bundle, GI PSU, Windows Bundles 10.2 - 11.2 (Doc ID 1446371.1)

3. 检查您当前的 系统mount -l 输出,看是否有超出255个mount point的配置。

 

 

请参考
https://blogs.oracle.com/Database4CN/entry/11gr2_%E6%96%B0%E7%89%B9%E6%80%A7_oracle_cluster_health

用root用户:
$GRID_HOME/bin/crsctl stop res ora.crf -init

来停止该服务。停止该服务,会解决您遇到的 core dump 问题。

停止之后,建议您部署 OS Watcher 工具来替代监控操作系统资源信息
请参考
Note:301137.1 OS Watcher Black Box User Guide

For example:

1. To start the the OSW:

nohup ./startOSWbb.sh 15 96 &

==>It will collect data at 15 second intervals, and remain the last 96 hours of data to archive files.

==>Make sure you have enough space to store the OSW output files.
2. Please manually configure the private Network statistics collection for OSWatcher by referring to file –Exampleprivate.net in the OSW folder.

详细的OS Watcher 使用疑问,可以参考我们中文论坛中
https://communities.oracle.com/portal/server.pt?open=514&objID=224&mode=2&threadid=485494&aggregatorResults=T483623T485494T477650T482397T478845T476841T477635T475723T476583T476706&sourceCommunityId=549&sourcePortletId=268&doPagination=true&pagedAggregatorPageNo=1&returnUrl=https%3A%2F%2Fcommunities.oracle.com%2Fportal%2Fserver.pt%3Fopen%3Dspace%26name%3DCommunityPage%26id%3D9%26cached%3Dtrue%26in_hi_userid%3D196128%26control%3DSetCommunity%26PageID%3D0%26CommunityID%3D549%26&Portlet=All%20Community%20Discussions&PrevPage=Communities-CommunityHome#485494

posted on 2013-04-19 16:23  知也无涯  阅读(1705)  评论(0编辑  收藏  举报