【RAC】How to Proceed from Failed 11gR2 CRS Installation

Applies to:  [ID 942166.1]

Oracle Server – Enterprise Edition – Version: 11.2.0.1 to 11.2.0.2 – Release: 11.2 to 11.2
Generic UNIX   Generic Linux

Goal

This goal of this note is to provide steps to proceed from failed 11gR2 Grid Infrastructure installation.

Similar procedure for 10gR1, 10gR2 or 11gR1 available in note 239998.1 and note 399482.1

Solution

Deconfigure and Reconfigure of Standalone Server (Oracle Restart):

To deconfigure:

As root, execute “$GRID_HOME/crs/install/roothas.pl -deconfig -force -verbose”

If it fails, please disable CRS, reboot the node and try the same command:

As root, execute “$GRID_HOME/bin/crsctl disable has”
As root, reboot the node; once the node comes backup, execute above deconfigure command again.

To reconfigure:

As root, execute “$GRID_HOME/root.sh”

Deinstall of Grid Infrastructure Standalone Server:

As grid user, execute $GRID_HOME/deinstall/deinstall

Deconfigure and Reconfigure of Grid Infrastructure Cluster:

Identify cause of root.sh failure by reviewing logs in $GRID_HOME/cfgtoollogs/crsconfigand $GRID_HOME/log, once cause is identified, deconfigure and reconfigure with steps below – please keep in mind that you will need wait till each step finishes successfully before move to next one:

Step 0: For 11.2.0.2 and above, root.sh is restartable. Once cause is identified and fixed, root.sh can be executed again on the failed node, if it succeeds, you can continue with the installation, otherwise proceed to next step (Step 1) of the note.

Step 1: As root, run “$GRID_HOME/crs/install/rootcrs.pl -verbose -deconfig -force” on all nodes, except the last one.

Step 2: As root, run “$GRID_HOME/crs/install/rootcrs.pl -verbose -deconfig -force -lastnode” on last node. This command will zero out OCR and VD disk also.

Note:

A. Step1 and 2 can be skipped on node(s) where root.sh haven’t been execute.

B. Step1 and 2 should remove checkpoint file. To verify:

ls -l $ORACLE_BASE/Clusterware/ckptGridHA_.xml

If it’s still there, please remove it manually with “rm” command on all nodes

C. If GPNP profile is different between nodes/setup, clean it up on all nodes as grid user 

$ rm -rf $GRID_HOME/gpnp/*
$ mkdir -p $GRID_HOME/gpnp/profiles/peer 
$GRID_HOME/gpnp/wallets/peer$GRID_HOME/gpnp/wallets/prdr $GRID_HOME/gpnp/wallets/pa$GRID_HOME/gpnp/wallets/root

The profile needs to be cleaned up:

C1. If root.sh is executed concurrently – one should not execute root.sh on any other nodes before it finishes on first node.

C2. If network info, location of OCR or Voting Disk etc changed after Grid is installed.

Step 3: As root, run $GRID_HOME/root.sh on first node

Step 4: As root, run $GRID_HOME/root.sh on all other node(s), except last one.

Step 5: As root, run $GRID_HOME/root.sh on last node.

Deinstall of Grid Infrastructure Cluster:

Case 1: “root.sh” never ran on this cluster, then as grid user, execute $GRID_HOME/deinstall/deinstall

Case 2: “root.sh” already ran, then follow the step below – please keep in mind that you will need wait till each step finishes successfully before move to next one:

Step 1: As root, run “$GRID_HOME/crs/install/rootcrs.pl -verbose -deconfig -force” on all node, except the last one.

Step 2: As root, run “$GRID_HOME/crs/install/rootcrs.pl -verbose -deconfig -force -lastnode” on last node. This command will zero out OCR and VD disk also.

Step 3: As grid user, run “$GRID_HOME/deinstall/deinstall” on any node.

Complete Configuration Assistant if OUI is Closed:

If  $GRID_HOME/cfgtoollogs/configToolAllCommands doesn’t exist, create a shell script. with the following content:

cat $GRID_HOME/cfgtoollogs/configToolAllCommands
/ocw/grid/oui/bin/runConfig.sh ORACLE_HOME=/ocw/grid MODE=perform. ACTION=configure RERUN=true $*

If any configuration assistants already finished successfully previously and you’d like to skip them, please be sure to set RERUN to false, for example:

/ocw/grid/oui/bin/runConfig.sh ORACLE_HOME=/ocw/grid MODE=perform. ACTION=configure RERUN=false $*

As grid user, execute $GRID_HOME/cfgtoollogs/configToolAllCommands on first node.

  • 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、付费专栏及课程。

余额充值