RAC环境下crsd.log的两个问题

新接手一个RAC环境,版本x86_64 Oracle 10.2.0.1,crsd.log频繁的出现警告,内容如下:

2011-04-18 11:42:13.820: [ OCRSRV][1273047392]th_select_handler: Failed to retrieve procctx from ht. constr = [-1734320976] retval lht [-27] Signal CV.
2011-04-18 11:42:15.076: [ CRSEVT][1545783648]0CAAMonitorHandler :: 0:Action Script for resource 'ora.bhcx_rac1.LISTENER_BHCX_RAC1.lsnr' stdout redirection failed for `/u01/app/oracle/product/10.2.0/crs/crs/log/startv1uXRJ.stdout` : No such file or directory
2011-04-18 11:42:15.160: [ OCRSRV][1273047392]th_select_handler: Failed to retrieve procctx from ht. constr = [-1734323776] retval lht [-27] Signal CV.
2011-04-18 11:42:32.968: [ CRSEVT][1545783648]0CAAMonitorHandler :: 0:Action Script for resource 'ora.bhcx_rac1.vip' stdout redirection failed for `/u01/app/oracle/product/10.2.0/crs/crs/log/startWXNmrk.stdout` : No such file or directory
2011-04-18 11:42:33.052: [ OCRSRV][1273047392]th_select_handler: Failed to retrieve procctx from ht. constr = [-1734323776] retval lht [-27] Signal CV.
2011-04-18 11:42:53.409: [ CRSEVT][1545783648]0CAAMonitorHandler :: 0:Action Script for resource 'ora.bhcx_rac1.ASM1.asm' stdout redirection failed for `/u01/app/oracle/product/10.2.0/crs/crs/log/startfvc2Wl.stdout` : No such file or directory
2011-04-18 11:42:53.493: [ OCRSRV][1273047392]th_select_handler: Failed to retrieve procctx from ht. constr = [-1734323776] retval lht [-27] Signal CV.
2011-04-18 11:42:53.595: [ OCRSRV][1273047392]th_select_handler: Failed to retrieve procctx from ht. constr = [-1734321520] retval lht [-27] Signal CV.
2011-04-18 11:43:35.395: [ CRSEVT][1545783648]0CAAMonitorHandler :: 0:Action Script for resource 'ora.bhcx_rac1.vip' stdout redirection failed for `/u01/app/oracle/product/10.2.0/crs/crs/log/startWXNmrk.stdout` : No such file or directory
2011-04-18 11:43:35.480: [ OCRSRV][1273047392]th_select_handler: Failed to retrieve procctx from ht. constr = [-1734323776] retval lht [-27] Signal CV.
2011-04-18 11:44:37.824: [ CRSEVT][1545783648]0CAAMonitorHandler :: 0:Action Script for resource 'ora.bhcx_rac1.vip' stdout redirection failed for `/u01/app/oracle/product/10.2.0/crs/crs/log/startWXNmrk.stdout` : No such file or directory
2011-04-18 11:44:37.908: [ OCRSRV][1273047392]th_select_handler: Failed to retrieve procctx from ht. constr = [-1734323776] retval lht [-27] Signal CV.
2011-04-18 11:45:40.252: [ CRSEVT][1545783648]0CAAMonitorHandler :: 0:Action Script for resource 'ora.bhcx_rac1.vip' stdout redirection failed for `/u01/app/oracle/product/10.2.0/crs/crs/log/startWXNmrk.stdout` : No such file or directory
2011-04-18 11:45:40.336: [ OCRSRV][1273047392]th_select_handler: Failed to retrieve procctx from ht. constr = [-1734323776] retval lht [-27] Signal CV.
2011-04-18 11:45:46.361: [ CRSEVT][1545783648]0CAAMonitorHandler :: 0:Action Script for resource 'ora.GPP.GPP1.inst' stdout redirection failed for `/u01/app/oracle/product/10.2.0/crs/crs/log/startQWyZNM.stdout` : No such file or directory
2011-04-18 11:45:46.518: [ OCRSRV][1273047392]th_select_handler: Failed to retrieve procctx from ht. constr = [-1734323776] retval lht [-27] Signal CV.
2011-04-18 11:46:42.682: [ CRSEVT][1545783648]0CAAMonitorHandler :: 0:Action Script for resource 'ora.bhcx_rac1.vip' stdout redirection failed for `/u01/app/oracle/product/10.2.0/crs/crs/log/startWXNmrk.stdout` : No such file or directory
2011-04-18 11:46:42.766: [ OCRSRV][1273047392]th_select_handler: Failed to retrieve procctx from ht. constr = [-1734323776] retval lht [-27] Signal CV.
2011-04-18 11:47:45.109: [ CRSEVT][1545783648]0CAAMonitorHandler :: 0:Action Script for resource 'ora.bhcx_rac1.vip' stdout redirection failed for `/u01/app/oracle/product/10.2.0/crs/crs/log/startWXNmrk.stdout` : No such file or directory

[@more@]

查了一下,主要是两个内容

1.2011-04-18 11:46:42.766: [ OCRSRV][1273047392]th_select_handler: Failed to retrieve procctx from ht. constr = [-1734323776] retval lht [-27] Signal CV.

ID 338693.1

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.

2.2011-04-18 11:47:45.109: [ CRSEVT][1545783648]0CAAMonitorHandler :: 0:Action Script for resource 'ora.bhcx_rac1.vip' stdout redirection failed for `/u01/app/oracle/product/10.2.0/crs/crs/log/startWXNmrk.stdout` : No such file or directory

ID 4598992.8 BUG 4598992

This issue is fixed in

看来,升级还是必须的

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/19423/viewspace-1048799/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/19423/viewspace-1048799/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值