rac集群节点级联重启故障分析

author:skate
time:2012/07/16

 

无意中发现以前处理故障写的一篇文章,记录下来以备查找。

 

rac集群节点级联重启故障分析

 

环境:
os:linux
db:rac10g+ocfs2

 

rac数据库环境实际包含两个集群,一个是clusterware集群,一个是instance集群。他们的大概工作方式是:

 

1.如果clusterware先发现集群故障,他就会直接重组集群,尚存的节点锁住dead节点的journal,并恢复它;等clusterware重组之后,再通知上层的instance集群,使instance集群重组达到新的稳定状态

2.如果是instance集群先发现集群的故障,则rac会停止对外服务,并通知clusterware层集群完成集群重构,达到新的稳定状态,clusterware重构之后,在通知instance集群层,rac再开始重构;但是如果clusterware无法完成重构,那rac通过IMR机制自己重构集群以达到新的稳定状态 

 
rac集群级联重启一般原因
  主库的一个节点重启引起的voting磁盘hang住,导致其他节点无法访问,导致occsd进程故障,clusterware又检测到新集群故障,因此再次重组集群到新的稳定状态。
 

  调整的根据
  因为是由于voting磁盘长时间hang住不响应引起的其他节点的继续重启,
 

哪些参数可能因为磁盘hang引起重启
  clusterware集群:o2cb的O2CB_HEARTBEAT_THRESHOLD每两秒更新一次系统文件(磁盘文件),以确定节点存活,如果超过阀值,就重启
  rac集群:voting磁盘的disktimeout参数默认是200s,如果超过超过这个阀值,节点也会重启
 
 我们的系统linux采用的多路径软件device-mapper-multipath
 

 为了避免节点级联重启,可以通过增加clusterware的dead阀值来避免重启,根据以下公式(10.2.0.2版本以上)
 
  O2CB_HEARTBEAT_THRESHOLD >= ((max(HW_STORAGE_TIMEOUT, SW_STORAGE_TIMEOUT) / 2) + 1)
 
  disktimeout > max((O2CB_HEARTBEAT_THRESHOLD - 1) * 2, HW_STORAGE_TIMEOUT, SW_STORAGE_TIMEOUT)

所以将O2CB_HEARTBEAT_THRESHOLD=31调整为O2CB_HEARTBEAT_THRESHOLD=61(即由60秒增加到120秒),这样调整是为了给voting磁盘足够的recover时间,避免节点误重启


misscount参数先不调整,因为我们从重启的log里还没有直接发现是因为网络的原因,经过线下环境的测试发现,模拟ocfs2文件系统突然出问题,可再现和生产环境重启类似的日志信息。根据观察调整后情况,再看是否需要调整这个参数


调整O2CB_HEARTBEAT_THRESHOLD步骤
0.停止所有连接db的服务
1.停掉所有节点的crs
2.stop ocfs2服务
3.修改所有节点参数O2CB_HEARTBEAT_THRESHOLD
4.重启所有节点o2bc服务,启动ocfs2,启动crs服务
5.测试应用正常与否


影响
1、影响db对外服务时间
2、不会影响rac集群的稳定及数据的丢失

如果发现有异常问题,只需步骤把参数调回即可

 

参考文档 
[ID 395878.1]  [ID 457423.1]  [ID 391771.1]  [ID 294430.1]


              

---end---
  • 1
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 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
Oracle 12c RAC故障节点删除主要包括以下步骤: 1. 检查故障节点:首先,我们需要确认故障节点是否真的无法恢复。可以使用集群管理工具(如CRSCTL或SRVCTL)来检查节点状态和资源的可用性。 2. 卸载软件:如果节点无法修复,我们需要停止Oracle服务,并使用操作系统工具卸载Oracle软件。可以使用软件管理工具(如OPATCH)来卸载Oracle Patch。 3. 移除节点:在集群环境中,我们需要从集群配置中移除故障节点。可以使用CRSCTL或SRVCTL工具来执行此操作。首先,我们需要将节点的监听器和资源(如数据库实例和服务)从集群配置中删除。然后,我们需要将节点从集群中移除。 4. 清理相关配置:移除节点后,我们需要更新其他节点上的相关配置。可以使用CRSCTL工具更新OCR和Voting Disk的配置。此外,还可以使用Oracle Grid Infrastructure安装程序新配置集群。 5. 恢复节点:如果我们计划将故障节点新纳入集群,我们可以根据需要新安装Oracle软件,并将节点添加回集群。在添加节点之前,确保在节点上进行必要的操作系统和网络配置,并使用CRSCTL或SRVCTL工具进行节点添加操作。 总结来说,Oracle 12c RAC故障节点的删除需要按照一定的步骤进行操作。这些步骤包括卸载软件、移除节点、清理配置和恢复节点等。请谨慎操作,确保数据的安全和集群的稳定。

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值