ORACLE RAC-Failed to retrieve procctx from ht

简介:

在今天的日志里看到很多的


 

2011-09-26 03:09:40.543: [ OCRSRV][2663369616]th_select_w_f_r: smwait error [1] 
2011-09-26 03:09:42.183: [ OCRSRV][2663369616]th_select_w_f_r: smwait error [1] 
2011-09-26 03:09:42.250: [ OCRSRV][2663369616]th_select_w_f_r: smwait error [1]

2011-09-26 03:28:03.309: [ OCRSRV][3044973456]th_select_handler: Failed to retrieve procctx from ht. constr = [-1324856944] retval lht [-27] Signal CV. 
2011-09-26 03:28:03.330: [ OCRSRV][3044973456]th_select_handler: Failed to retrieve procctx from ht. constr = [-1324856944] retval lht [-27] Signal CV. 
2011-09-26 03:28:05.002: [ OCRSRV][3044973456]th_select_handler: Failed to retrieve procctx from ht. constr = [-1324856944] retval lht [-27] Signal CV. 
2011-09-26 03:28:05.027: [ OCRSRV][3044973456]th_select_handler: Failed to retrieve procctx from ht. constr = [-1324856944] retval lht [-27] Signal CV. 
2011-09-26 03:28:06.392: [ OCRSRV][3044973456]th_select_handler: Failed to retrieve procctx from ht. constr = [-1325190824] retval lht [-27] Signal CV. 
2011-09-26 03:28:06.414: [ OCRSRV][3044973456]th_select_handler: Failed to retrieve procctx from ht. constr = [-1325190824] retval lht [-27] Signal CV. 
2011-09-26 03:28:06.437: [ OCRSRV][3044973456]th_select_handler: Failed to retrieve procctx from ht. constr = [-1325190824] retval lht [-27] Signal CV.
 
这样的信息。


在metalink上查看了一下 
是一个for devlopement message,可以通过 
crsctl debug log crs OCRSRV:0 
屏蔽掉,Oracle的建议是直接忽略 
crsd.log: th_select_handler message repeated [ID 338693.1] 
——————————————————————————– 
Modified 29-JUL-2008 Type PROBLEM Status MODERATED 
In this Document 
Symptoms 
Cause 
Solution 
References 
——————————————————————————– 
This document is being delivered to you via Oracle Support’s Rapid Visibility (RaV) process, and therefore has not been subject to an independent technical review. 
Applies to: 
Oracle Server - Enterprise Edition - Version: 10.2.0.1 
This problem can occur on any platform. 
Checked for relevance on 29-Jul-2008 
Symptoms 
In the Oracle10gR2 crsd-logfile ($CRS_HOME/log//crsd/crsd.log) you will find messages like this: 
2005-10-21 13:08:05.702: [ OCRSRV][3736]th_select_handler: Failed to retrieve procctx from ht. constr = [15299816] retval lht [-27] Signal CV. 
Cause 
This is an informational message for development. 
Solution 
This message can be ignored as described in unpublished bug 4494370. 
Schedule a maintenance window and turn off this messaging as user root on one of the clusternodes:


crsctl debug log crs OCRSRV:0 
Stop and start CRS after changing the tracing level to pick up the change.

解决方法:

在RAC两节点上分别执行如下操作命令即可:

[root@rac2 bin]# ./crsctl debug log crs OCRSRV:0 
Set CRSD Debug Module: OCRSRV Level: 0

 

[root@rac1 bin]# ./crsctl debug log crs OCRSRV:0 
Set CRSD Debug Module: OCRSRV Level: 0


     本文转自vcdog 51CTO博客,原文链接:http://blog.51cto.com/255361/837524,如需转载请自行联系原作者





相关文章
|
Oracle 关系型数据库 数据库
ORA-01034: ORACLE not available ORA-27101: shared memory realm does not exist的原因分析
        今天突然接到同事电话,说oracle数据库连接不上了,我远程过去用pl/sql developer登录,提示ORA-01034: ORACLE not available ORA-27101: shared memory realm does not exist.意思是oracle无法使用,共享内存领域不存在。
2220 0
|
存储 前端开发 关系型数据库
|
Oracle 关系型数据库 测试技术
|
Oracle 关系型数据库 Unix
[INS-30131]installing ORACLE 12C RAC DATABASE on AIX 6.1
    第一次搭建12C的RAC,可真是一波三折啊,系统环境配置,安装GI,安装DB各个环节都碰到不少问题,幸好的是不用翻工,只要在哪个环节有问题,就针对该环节的问题去解决就可以了。
2121 0

推荐镜像

更多