Prev: Intermittend ORA-12519, TNS:no appropriate service handler found
Next: Oracle Error: Cusor invalidated due to Parallel Execution
From: Ouray Viney on 28 Feb 2006 13:19 Hi All: I am setting up a ORACLE 10g_r2 RAC solution. Environment Details: - 2 IBM x335 series - CentOs 4.2 - 2 GB RAM - 2 X 36 GB SCSI - Intel Xeon 3.066 GHz I am stuck on the configuration of the Oracle Clusterware Configuration. I have double checked all of my steps and have retried this installer 3 times to ensure that I didn't miss anything. I am hoping that by posting this question it will perhaps receive some traction from people working on this. The error: When the Oracle Clusterware Configuration Wizard is at its final stages I get the following error: <snippet> Output generated from configuration assistant "Oracle Notification Server Configuration Assistant": Command = /u01/app/oracle/oracle/product/10.2.0/crs/bin/racgons add_config orac1:6200 orac2:6200 Configuration assistant "Oracle Notification Server Configuration Assistant" failed ----------------------------------------------------------------------------- The "/u01/app/oracle/oracle/product/10.2.0/crs/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same. ----------------------------------------------------------------------------- </snippet> I opened /u01/app/oracle/oracle/product/10.2.0/crs/cfgtoollogs/configToolFailedCommands and notice the following: <snippet> # Copyright (c) 1999, 2005, Oracle. All rights reserved. /u01/app/oracle/oracle/product/10.2.0/crs/bin/racgons add_config orac1:6200 orac2:6200 /u01/app/oracle/oracle/product/10.2.0/crs/bin/oifcfg setif -global eth0/172.17.4.0:public eth1/172.17.20.0:cluster_interconnect /u01/app/oracle/oracle/product/10.2.0/crs/bin/cluvfy stage -post crsinst -n orac1,orac2 </snippet> I did what the error details told me to do, i tried to run the commands from the commandline as the oracle user and each produced the following output: $ /u01/app/oracle/oracle/product/10.2.0/crs/bin/racgons add_config orac1:6200 orac2:6200 -- nothing $ /u01/app/oracle/oracle/product/10.2.0/crs/bin/oifcfg setif -global eth0/172.17.4.0:public -- PRIF-10: failed to initialize the cluster registry $ /u01/app/oracle/oracle/product/10.2.0/crs/bin/cluvfy stage -post crsinst -n orac1,orac2 -- Performing post-checks for cluster services setup Checking node reachability... Node reachability check passed from node "orac1". Checking user equivalence... User equivalence check passed for user "oracle". Checking Cluster manager integrity... Checking CSS daemon... Daemon status check failed for "CSS daemon". Check failed on nodes: orac2 Cluster manager integrity check failed. Checking cluster integrity... Cluster integrity check passed Checking OCR integrity... Checking the absence of a non-clustered configuration... All nodes free of non-clustered, local-only configurations. Uniqueness check for OCR device passed. Checking the version of OCR... OCR of correct Version "2" exists. Checking data integrity of OCR... Data integrity check for OCR passed. OCR integrity check passed. Checking CRS integrity... Checking daemon liveness... Liveness check failed for "CRS daemon". Check failed on nodes: orac2 Checking daemon liveness... Liveness check failed for "CSS daemon". Check failed on nodes: orac2 Checking daemon liveness... Liveness check failed for "EVM daemon". Check failed on nodes: orac2 Checking CRS health... CRS health check failed. Check failed on nodes: orac1 CRS integrity check failed. Post-check for cluster services setup was unsuccessful on all the nodes. ------- At this point I am not sure where to start looking to find what might be causing this error. Any help/comments would be greatly appreciated. Kind Rgds,
From: Ouray Viney on 12 Mar 2006 16:09 I resolved this see ora forums for further details
From: goran.g.svensson on 15 Mar 2006 10:50 Hi, You wrote that you had resolved this problem and put it in some forum. Can you please be more specific about which forum? I have exactly the same problem and I need to resolve it. Cheers Goran Svensson Ouray Viney skrev: > Hi All: > > I am setting up a ORACLE 10g_r2 RAC solution. > > Environment Details: > - 2 IBM x335 series > - CentOs 4.2 > - 2 GB RAM > - 2 X 36 GB SCSI > - Intel Xeon 3.066 GHz > > I am stuck on the configuration of the Oracle Clusterware > Configuration. I have double checked all of my steps and have retried > this installer 3 times to ensure that I didn't miss anything. I am > hoping that by posting this question it will perhaps receive some > traction from people working on this. > > The error: > > When the Oracle Clusterware Configuration Wizard is at its final stages > I get the following error: > > <snippet> > Output generated from configuration assistant "Oracle Notification > Server Configuration Assistant": > Command = /u01/app/oracle/oracle/product/10.2.0/crs/bin/racgons > add_config orac1:6200 orac2:6200 > > Configuration assistant "Oracle Notification Server Configuration > Assistant" failed > ----------------------------------------------------------------------------- > The > "/u01/app/oracle/oracle/product/10.2.0/crs/cfgtoollogs/configToolFailedCommands" > script contains all commands that failed, were skipped or were > cancelled. This file may be used to run these configuration assistants > outside of OUI. Note that you may have to update this script with > passwords (if any) before executing the same. > ----------------------------------------------------------------------------- > </snippet> > > I opened > /u01/app/oracle/oracle/product/10.2.0/crs/cfgtoollogs/configToolFailedCommands > and notice the following: > > <snippet> > # Copyright (c) 1999, 2005, Oracle. All rights reserved. > /u01/app/oracle/oracle/product/10.2.0/crs/bin/racgons add_config > orac1:6200 orac2:6200 > /u01/app/oracle/oracle/product/10.2.0/crs/bin/oifcfg setif -global > eth0/172.17.4.0:public eth1/172.17.20.0:cluster_interconnect > /u01/app/oracle/oracle/product/10.2.0/crs/bin/cluvfy stage -post > crsinst -n orac1,orac2 > </snippet> > > I did what the error details told me to do, i tried to run the commands > from the commandline as the oracle user and each produced the following > output: > > $ /u01/app/oracle/oracle/product/10.2.0/crs/bin/racgons add_config > orac1:6200 orac2:6200 > -- nothing > > $ /u01/app/oracle/oracle/product/10.2.0/crs/bin/oifcfg setif -global > eth0/172.17.4.0:public > -- PRIF-10: failed to initialize the cluster registry > > $ /u01/app/oracle/oracle/product/10.2.0/crs/bin/cluvfy stage -post > crsinst -n orac1,orac2 > -- Performing post-checks for cluster services setup > > Checking node reachability... > Node reachability check passed from node "orac1". > > > Checking user equivalence... > User equivalence check passed for user "oracle". > > Checking Cluster manager integrity... > > > Checking CSS daemon... > Daemon status check failed for "CSS daemon". > Check failed on nodes: > orac2 > > Cluster manager integrity check failed. > > Checking cluster integrity... > > > Cluster integrity check passed > > > Checking OCR integrity... > > Checking the absence of a non-clustered configuration... > All nodes free of non-clustered, local-only configurations. > > Uniqueness check for OCR device passed. > > Checking the version of OCR... > OCR of correct Version "2" exists. > > Checking data integrity of OCR... > Data integrity check for OCR passed. > > OCR integrity check passed. > > Checking CRS integrity... > > Checking daemon liveness... > Liveness check failed for "CRS daemon". > Check failed on nodes: > orac2 > > Checking daemon liveness... > Liveness check failed for "CSS daemon". > Check failed on nodes: > orac2 > > Checking daemon liveness... > Liveness check failed for "EVM daemon". > Check failed on nodes: > orac2 > > Checking CRS health... > CRS health check failed. > Check failed on nodes: > orac1 > > CRS integrity check failed. > > Post-check for cluster services setup was unsuccessful on all the > nodes. > > ------- > > At this point I am not sure where to start looking to find what might > be causing this error. Any help/comments would be greatly appreciated. > > Kind Rgds,
From: JEDIDIAH on 15 Mar 2006 14:39
On 2006-03-15, DA Morgan <damorgan(a)psoug.org> wrote: > goran.g.svensson(a)gmail.com wrote: >> Hi, >> >> You wrote that you had resolved this problem and put it in some forum. >> Can you please be more specific about which forum? I have exactly the >> same problem and I need to resolve it. >> >> Cheers >> Goran Svensson > > RAC clusters almost never fail because of anything in the Oracle > software, which is part of why learning RAC in an Oracle Corp. class > is often a waste of time. > > What hardware platform and operating system? > What NIC cards? Have you verified they will support RAC? > What storage solution? Have you verified it will support RAC? > How have you configured NIC and VIP addresses? As I've commented on before... 3 of 4 of these concerns simply go away with a larger SMP server. -- If you are going to judge Linux based on how easy it is to get onto a Macintosh. Let's try installing ||| MacOS X on a DELL! / | \ Posted Via Usenet.com Premium Usenet Newsgroup Services ---------------------------------------------------------- ** SPEED ** RETENTION ** COMPLETION ** ANONYMITY ** ---------------------------------------------------------- http://www.usenet.com |