数据库突然hang了

rac2----crsd.log日志

2012-02-01 16:10:05.708: [ CRSEVT][1500211520]0CAAMonitorHandler :: 0:Could not join /oracle/product/10.2.0/crs_1/bin/racgwrap(check)
category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child

2012-02-01 16:10:05.763: [ CRSEVT][1500211520]0CAAMonitorHandler :: 0:Action Script /oracle/product/10.2.0/crs_1/bin/racgwrap(check) timed out for ora.perac2.vip! (timeout=60)
2012-02-01 16:10:05.763: [ CRSAPP][1500211520]0CheckResource error for ora.perac2.vip error code = -2
2012-02-01 16:11:48.986: [ CRSEVT][1500211520]0CAAMonitorHandler :: 0:Could not join /oracle/product/10.2.0/crs_1/bin/racgwrap(check)
category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child

2012-02-01 16:11:49.389: [ CRSEVT][1500211520]0CAAMonitorHandler :: 0:Action Script /oracle/product/10.2.0/crs_1/bin/racgwrap(check) timed out for ora.perac2.vip! (timeout=60)
2012-02-01 16:11:49.390: [ CRSAPP][1500211520]0CheckResource error for ora.perac2.vip error code = -2
2012-02-01 16:18:27.234: [ CRSEVT][1500211520]0CAAMonitorHandler :: 0:Could not join /oracle/product/10.2.0/crs_1/bin/racgwrap(check)
category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child

2012-02-01 16:18:27.373: [ CRSEVT][1500211520]0CAAMonitorHandler :: 0:Action Script /oracle/product/10.2.0/crs_1/bin/racgwrap(check) timed out for ora.perac2.vip! (timeout=60)
2012-02-01 16:18:27.374: [ CRSAPP][1500211520]0CheckResource error for ora.perac2.vip error code = -2


rac1----crsd.log日志
2012-02-01 16:18:18.476: [ CRSEVT][1497348416]0CAAMonitorHandler :: 0:Action Script /oracle/product/10.2.0/crs_1/bin/racgwrap(check) timed out for ora.perac1.vip! (timeout=60)
2012-02-01 16:18:19.574: [ CRSAPP][1497348416]0CheckResource error for ora.perac1.vip error code = -2

两个节点的ocssd.log与系统messages无任何错误或warnning信息

alert日志报ora-3136错误


相关文档
10g/11gR1: Many Orphaned Or Hanging "racgmain" Processes Running [ID 732086.1]

Cause
crsd.bin invokes the racgmain to check the status of the resources that are managed by CRS. The racgmain is invoked through the wrapper script racgwrap.

If the resource action timed out, crsd kills the action script, which is racgwrap, while racgmain process will not be killed. Over time, this might create lot of orphan racgmain processes in the system. This would eventually slow down the due to the resource contention at the OS level.

Internal bug:6196746 addresses this issue.


Solution


?This is fixed in 11.1.0.7 patchset.. If you are running into this issue in 10gR2, please go ahead and apply 10.2.0.4 patchset and the latest CRS bundle patch. This fix is included in CRS bundle patch from bundle #2 onwards.

?Following option could be used as a temporary workaround until the patch is applied.


1. Make a copy of racgwrap located under $ORACLE_HOME/bin and $CRS_HOME/bin on ALL Nodes

2. Edit the file racgwrap and modify the last 3 lines from:

~~~
$ORACLE_HOME/bin/racgmain "$@"
status=$?
exit $status

to:

# Line added to fix for Bug 6196746
exec $ORACLE_HOME/bin/racgmain "$@"
~~~

3. Kill all the orphan racgmain processes running.

$ ps -ef|grep "racgmain check"
oracle 18701 1 0 Aug 1 ? 0:00 /oracle/product/10.2.0/database/bin/racgmain check
oracle 14653 1 0 Aug 1 ? 0:00 /oracle/product/10.2.0/database/bin/racgmain check
oracle 24517 1 0 Aug 1 ? 0:00 /oracle/product/10.2.0/database/bin/racgmain check

$ kill -9

References
BUG:7009245 - "RACGMAIN CHECK" PROCESS NOT TERMINATING

[@more@]

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

转载于:http://blog.itpub.net/786540/viewspace-1057250/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
Oracle Database 10g CRS Release 10.2.0.1.0 Production Copyright 1996, 2005 Oracle. All rights reserved. 2015-09-12 06:51:03.598: [ CRSEVT][11304]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 06:51:03.602: [ CRSEVT][11304]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 06:51:03.602: [ CRSAPP][11304]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 06:53:06.672: [ CRSEVT][11310]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 06:53:06.672: [ CRSEVT][11310]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 06:53:06.672: [ CRSAPP][11310]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 06:55:09.720: [ CRSEVT][11314]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 06:55:09.720: [ CRSEVT][11314]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 06:55:09.720: [ CRSAPP][11314]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 06:57:12.759: [ CRSEVT][11318]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 06:57:12.760: [ CRSEVT][11318]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 06:57:12.760: [ CRSAPP][11318]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 06:59:15.798: [ CRSEVT][12603]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 06:59:15.798: [ CRSEVT][12603]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 06:59:15.799: [ CRSAPP][12603]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 06:59:40.262: [ CRSEVT][11046]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/db_1/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 06:59:40.262: [ CRSEVT][11046]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/db_1/bin/racgwrap(check) timed out for ora.p550b.LISTENER_P550B.lsnr! (timeout=600) 2015-09-12 06:59:40.263: [ CRSAPP][11046]32CheckResource error for ora.p550b.LISTENER_P550B.lsnr error code = -2 2015-09-12 07:01:00.691: [ CRSEVT][12074]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/db_1/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:01:00.692: [ CRSEVT][12074]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/db_1/bin/racgwrap(check) timed out for ora.lxhgnc.lxhgnc2.inst! (timeout=600) 2015-09-12 07:01:00.692: [ CRSAPP][12074]32CheckResource error for ora.lxhgnc.lxhgnc2.inst error code = -2 2015-09-12 07:01:00.935: [ CRSEVT][12331]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/db_1/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:01:00.936: [ CRSEVT][12331]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/db_1/bin/racgwrap(check) timed out for ora.p550b.ASM2.asm! (timeout=600) 2015-09-12 07:01:00.936: [ CRSAPP][12331]32CheckResource error for ora.p550b.ASM2.asm error code = -2 2015-09-12 07:01:18.836: [ CRSEVT][11073]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:01:18.836: [ CRSEVT][11073]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 07:01:18.836: [ CRSAPP][11073]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 07:03:21.873: [ CRSEVT][11079]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:03:21.873: [ CRSEVT][11079]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 07:03:21.873: [ CRSAPP][11079]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 07:05:24.967: [ CRSEVT][11083]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:05:24.967: [ CRSEVT][11083]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 07:05:24.968: [ CRSAPP][11083]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 07:07:28.046: [ CRSEVT][11087]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:07:28.046: [ CRSEVT][11087]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 07:07:28.046: [ CRSAPP][11087]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 07:07:45.942: [ CRSEVT][11321]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:07:45.942: [ CRSEVT][11321]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.ons! (timeout=600) 2015-09-12 07:07:45.943: [ CRSAPP][11321]32CheckResource error for ora.p550b.ons error code = -2 2015-09-12 07:09:11.712: [ CRSEVT][12861]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:09:11.713: [ CRSEVT][12861]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.gsd! (timeout=600) 2015-09-12 07:09:11.713: [ CRSAPP][12861]32CheckResource error for ora.p550b.gsd error code = -2 2015-09-12 07:09:31.132: [ CRSEVT][11093]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:09:31.132: [ CRSEVT][11093]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 07:09:31.132: [ CRSAPP][11093]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 07:11:34.241: [ CRSEVT][11355]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:11:34.242: [ CRSEVT][11355]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 07:11:34.242: [ CRSAPP][11355]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 07:13:37.351: [ CRSEVT][11361]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:13:37.351: [ CRSEVT][11361]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 07:13:37.351: [ CRSAPP][11361]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 07:15:40.433: [ CRSEVT][11365]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:15:40.434: [ CRSEVT][11365]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 07:15:40.434: [ CRSAPP][11365]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 07:17:43.541: [ CRSEVT][11369]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:17:43.541: [ CRSEVT][11369]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 07:17:43.541: [ CRSAPP][11369]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 07:19:46.592: [ CRSEVT][12654]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:19:46.593: [ CRSEVT][12654]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 07:19:46.593: [ CRSAPP][12654]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 07:20:10.307: [ CRSEVT][11097]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/db_1/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:20:10.307: [ CRSEVT][11097]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/db_1/bin/racgwrap(check) timed out for ora.p550b.LISTENER_P550B.lsnr! (timeout=600) 2015-09-12 07:20:10.307: [ CRSAPP][11097]32CheckResource error for ora.p550b.LISTENER_P550B.lsnr error code = -2 2015-09-12 07:21:30.745: [ CRSEVT][12124]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/db_1/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:21:30.745: [ CRSEVT][12124]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/db_1/bin/racgwrap(check) timed out for ora.lxhgnc.lxhgnc2.inst! (timeout=600) 2015-09-12 07:21:30.745: [ CRSAPP][12124]32CheckResource error for ora.lxhgnc.lxhgnc2.inst error code = -2 2015-09-12 07:21:30.974: [ CRSEVT][12381]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/db_1/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:21:30.975: [ CRSEVT][12381]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/db_1/bin/racgwrap(check) timed out for ora.p550b.ASM2.asm! (timeout=600) 2015-09-12 07:21:30.975: [ CRSAPP][12381]32CheckResource error for ora.p550b.ASM2.asm error code = -2 2015-09-12 07:21:49.697: [ CRSEVT][11124]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:21:49.697: [ CRSEVT][11124]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 07:21:49.697: [ CRSAPP][11124]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 07:23:52.807: [ CRSEVT][11130]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:23:52.807: [ CRSEVT][11130]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 07:23:52.807: [ CRSAPP][11130]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 07:25:55.898: [ CRSEVT][11134]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:25:55.899: [ CRSEVT][11134]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 07:25:55.899: [ CRSAPP][11134]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 07:27:59.002: [ CRSEVT][11138]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:27:59.002: [ CRSEVT][11138]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 07:27:59.002: [ CRSAPP][11138]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 07:28:16.042: [ CRSEVT][11372]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:28:16.042: [ CRSEVT][11372]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.ons! (timeout=600) 2015-09-12 07:28:16.042: [ CRSAPP][11372]32CheckResource error for ora.p550b.ons error code = -2 2015-09-12 07:29:41.760: [ CRSEVT][12911]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:29:41.761: [ CRSEVT][12911]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.gsd! (timeout=600) 2015-09-12 07:29:41.761: [ CRSAPP][12911]32CheckResource error for ora.p550b.gsd error code = -2 2015-09-12 07:30:02.047: [ CRSEVT][11143]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:30:02.047: [ CRSEVT][11143]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 07:30:02.047: [ CRSAPP][11143]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 07:32:05.088: [ CRSEVT][11405]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:32:05.089: [ CRSEVT][11405]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 07:32:05.089: [ CRSAPP][11405]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 07:34:08.131: [ CRSEVT][11411]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:34:08.131: [ CRSEVT][11411]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 07:34:08.131: [ CRSAPP][11411]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 07:36:11.172: [ CRSEVT][11415]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:36:11.172: [ CRSEVT][11415]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 07:36:11.173: [ CRSAPP][11415]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 07:38:14.215: [ CRSEVT][11419]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:38:14.215: [ CRSEVT][11419]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 07:38:14.215: [ CRSAPP][11419]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 07:40:17.266: [ CRSEVT][12704]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:40:17.266: [ CRSEVT][12704]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 07:40:17.266: [ CRSAPP][12704]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 07:40:40.351: [ CRSEVT][11147]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/db_1/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:40:40.351: [ CRSEVT][11147]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/db_1/bin/racgwrap(check) timed out for ora.p550b.LISTENER_P550B.lsnr! (timeout=600) 2015-09-12 07:40:40.351: [ CRSAPP][11147]32CheckResource error for ora.p550b.LISTENER_P550B.lsnr error code = -2 2015-09-12 07:42:00.802: [ CRSEVT][12175]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/db_1/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:42:00.803: [ CRSEVT][12175]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/db_1/bin/racgwrap(check) timed out for ora.lxhgnc.lxhgnc2.inst! (timeout=600) 2015-09-12 07:42:00.803: [ CRSAPP][12175]32CheckResource error for ora.lxhgnc.lxhgnc2.inst error code = -2 2015-09-12 07:42:01.022: [ CRSEVT][12432]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/db_1/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:42:01.022: [ CRSEVT][12432]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/db_1/bin/racgwrap(check) timed out for ora.p550b.ASM2.asm! (timeout=600) 2015-09-12 07:42:01.022: [ CRSAPP][12432]32CheckResource error for ora.p550b.ASM2.asm error code = -2 2015-09-12 07:42:20.378: [ CRSEVT][11174]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:42:20.379: [ CRSEVT][11174]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 07:42:20.379: [ CRSAPP][11174]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 07:44:23.492: [ CRSEVT][11180]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:44:23.492: [ CRSEVT][11180]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 07:44:23.492: [ CRSAPP][11180]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 07:46:26.602: [ CRSEVT][11184]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:46:26.603: [ CRSEVT][11184]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 07:46:26.603: [ CRSAPP][11184]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 07:48:29.651: [ CRSEVT][11188]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:48:29.651: [ CRSEVT][11188]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 07:48:29.651: [ CRSAPP][11188]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 07:48:46.122: [ CRSEVT][11422]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:48:46.122: [ CRSEVT][11422]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.ons! (timeout=600) 2015-09-12 07:48:46.122: [ CRSAPP][11422]32CheckResource error for ora.p550b.ons error code = -2 2015-09-12 07:50:11.812: [ CRSEVT][12962]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:50:11.813: [ CRSEVT][12962]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.gsd! (timeout=600) 2015-09-12 07:50:11.813: [ CRSAPP][12962]32CheckResource error for ora.p550b.gsd error code = -2 2015-09-12 07:50:32.768: [ CRSEVT][11194]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:50:32.768: [ CRSEVT][11194]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 07:50:32.768: [ CRSAPP][11194]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 07:52:35.812: [ CRSEVT][11456]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:52:35.813: [ CRSEVT][11456]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 07:52:35.813: [ CRSAPP][11456]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 07:54:38.871: [ CRSEVT][11462]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:54:38.871: [ CRSEVT][11462]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 07:54:38.871: [ CRSAPP][11462]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 07:56:41.919: [ CRSEVT][11466]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:56:41.919: [ CRSEVT][11466]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 07:56:41.919: [ CRSAPP][11466]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 07:58:44.966: [ CRSEVT][11470]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 07:58:44.967: [ CRSEVT][11470]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 07:58:44.967: [ CRSAPP][11470]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 08:00:48.013: [ CRSEVT][12755]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 08:00:48.014: [ CRSEVT][12755]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 08:00:48.014: [ CRSAPP][12755]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 08:01:10.392: [ CRSEVT][11198]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/db_1/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 08:01:10.392: [ CRSEVT][11198]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/db_1/bin/racgwrap(check) timed out for ora.p550b.LISTENER_P550B.lsnr! (timeout=600) 2015-09-12 08:01:10.392: [ CRSAPP][11198]32CheckResource error for ora.p550b.LISTENER_P550B.lsnr error code = -2 2015-09-12 08:02:30.909: [ CRSEVT][12225]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/db_1/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 08:02:30.910: [ CRSEVT][12225]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/db_1/bin/racgwrap(check) timed out for ora.lxhgnc.lxhgnc2.inst! (timeout=600) 2015-09-12 08:02:30.910: [ CRSAPP][12225]32CheckResource error for ora.lxhgnc.lxhgnc2.inst error code = -2 2015-09-12 08:02:31.069: [ CRSEVT][12482]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/db_1/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 08:02:31.069: [ CRSEVT][12482]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/db_1/bin/racgwrap(check) timed out for ora.p550b.ASM2.asm! (timeout=600) 2015-09-12 08:02:31.069: [ CRSAPP][12482]32CheckResource error for ora.p550b.ASM2.asm error code = -2 2015-09-12 08:02:51.062: [ CRSEVT][11225]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 08:02:51.062: [ CRSEVT][11225]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 08:02:51.063: [ CRSAPP][11225]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 08:04:54.111: [ CRSEVT][11231]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 08:04:54.111: [ CRSEVT][11231]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 08:04:54.111: [ CRSAPP][11231]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 08:06:57.153: [ CRSEVT][11235]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 08:06:57.153: [ CRSEVT][11235]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 08:06:57.154: [ CRSAPP][11235]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 08:09:00.202: [ CRSEVT][11239]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 08:09:00.202: [ CRSEVT][11239]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 08:09:00.203: [ CRSAPP][11239]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 08:09:16.162: [ CRSEVT][11473]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 08:09:16.162: [ CRSEVT][11473]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.ons! (timeout=600) 2015-09-12 08:09:16.162: [ CRSAPP][11473]32CheckResource error for ora.p550b.ons error code = -2 2015-09-12 08:10:41.852: [ CRSEVT][13012]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 08:10:41.852: [ CRSEVT][13012]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.gsd! (timeout=600) 2015-09-12 08:10:41.852: [ CRSAPP][13012]32CheckResource error for ora.p550b.gsd error code = -2 2015-09-12 08:11:03.248: [ CRSEVT][11244]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 08:11:03.248: [ CRSEVT][11244]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 08:11:03.249: [ CRSAPP][11244]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 08:13:06.352: [ CRSEVT][11506]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 08:13:06.353: [ CRSEVT][11506]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 08:13:06.353: [ CRSAPP][11506]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 08:15:09.406: [ CRSEVT][11512]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 08:15:09.407: [ CRSEVT][11512]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 08:15:09.407: [ CRSAPP][11512]32CheckResource error for ora.p550b.vip error code = -2 2015-09-12 08:17:12.462: [ CRSEVT][11516]32CAAMonitorHandler :: 0:Could not join /opt/oracle/product/10.2/crs/bin/racgwrap(check) category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child 2015-09-12 08:17:12.462: [ CRSEVT][11516]32CAAMonitorHandler :: 0:Action Script /opt/oracle/product/10.2/crs/bin/racgwrap(check) timed out for ora.p550b.vip! (timeout=60) 2015-09-12 08:17:12.462: [ CRSAPP][11516]32CheckResource error for ora.p550b.vip error code = -2

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值