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,如需转载请自行联系原作者





相关文章
|
1天前
|
存储 Oracle 关系型数据库
Oracle RAC:数据库集群的舞动乐章
【4月更文挑战第19天】Oracle RAC是Oracle提供的高可用性数据库解决方案,允许多个实例共享同一数据库,确保业务连续性和数据完整性。通过集群件和全局缓存服务实现服务器间的协调和通信。RAC提供高可用性,通过故障转移应对故障,同时提升性能,多个实例并行处理请求。作为数据管理员,理解RAC的架构和管理至关重要,以发挥其在数据管理中的最大价值。
|
1天前
|
存储 运维 Oracle
Oracle系列十八:Oracle RAC
Oracle系列十八:Oracle RAC
|
1天前
|
Oracle 关系型数据库
oracle Hanganalyze no RAC
oracle Hanganalyze no RAC
17 0
|
1天前
|
Oracle 关系型数据库
oracle rac 手工安装补丁,不适用auto
oracle rac 手工安装补丁,不适用auto
28 3
|
7月前
|
Oracle 关系型数据库 Java
分享一个 Oracle RAC 模式下客户端建立JDBC初始连接时因ONS造成应用启动时卡顿30秒问题的排查分析案例
分享一个 Oracle RAC 模式下客户端建立JDBC初始连接时因ONS造成应用启动时卡顿30秒问题的排查分析案例
|
12月前
|
存储 Oracle 关系型数据库
|
文字识别 Oracle 关系型数据库
Oracle rac重新执行root.sh脚本
Oracle rac重新执行root.sh脚本
705 0
|
网络协议 Oracle 关系型数据库
Oracle rac 修改SCAN IP
Oracle rac 修改SCAN IP
665 0
|
网络协议 Oracle 关系型数据库
Oracle rac不能监听public ip
Oracle rac不能监听public ip
237 0
|
负载均衡 Oracle 网络协议
Oracle RAC中REMOTE_LISTENER和local_listener的作用是什么?
Oracle RAC中REMOTE_LISTENER和local_listener的作用是什么?
483 0

推荐镜像

更多