您的位置:首页 > 数据库 > Oracle

ORACLE RAC-Failed to retrieve procctx from ht

2011-09-26 15:39 921 查看
在今天的日志里看到很多的

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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  oracle 集群 RAC
相关文章推荐