11.2 RAC Database Install in 12.2/18c/19c Grid Infrastructure Environment Fails with "[INS-35423] The installer has detected that Oracle Clusterware is not running on local node"
(Doc ID 2511501.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.4 to 11.2.0.4 [Release 11.2]Information in this document applies to any platform.
Symptoms
Installation of 11.2.0.4 RAC Database fails with below error, where 12.2/18c/19c Grid Infrastructure (GI) is running.
installActions2019-01-22_12-31-19PM.log under <Central_Inventory>/logs location:
INFO: Is CRS Installed true
INFO: Is CRS Installed true
INFO: inventory location is <INVENTORY LOCATION>
INFO: Is CRS Installed true
INFO: Gathering system details...
INFO: inventory location is <INVENTORY LOCATION>
WARNING: Exception occurred while checking for crs running on local node:[<nodename1>]
WARNING: oracle.cluster.deployment.ClusterwareInfo.isCRSRunning(ClusterwareInfo.java:835)
oracle.cluster.deployment.ClusterwareInfo.isCRSRunning(ClusterwareInfo.java:807)
oracle.install.library.crs.CRSInfo.isCRSRunningOnLocalNode(CRSInfo.java:829)
oracle.install.library.crs.CRSInfo.isCRSRunningOnLocalNode(CRSInfo.java:798)
oracle.install.ivw.db.validator.NodeSelectionValidator.validate(NodeSelectionValidator.java:149)
oracle.install.commons.flow.validation.ValidationHelper.validateState(ValidationHelper.java:185)
oracle.install.commons.flow.AbstractFlowExecutor.validate(AbstractFlowExecutor.java:419)
oracle.install.commons.flow.AbstractFlowExecutor.leaveVertex(AbstractFlowExecutor.java:643)
oracle.install.commons.flow.AbstractFlowExecutor.transition(AbstractFlowExecutor.java:335)
oracle.install.commons.flow.AbstractFlowExecutor.nextState(AbstractFlowExecutor.java:275)
oracle.install.commons.flow.AbstractFlowExecutor.nextViewState(AbstractFlowExecutor.java:234)
oracle.install.commons.flow.DefaultFlowNavigator.goForward(DefaultFlowNavigator.java:58)
oracle.install.commons.flow.jewt.FlowWizard$1.run(FlowWizard.java:125)
oracle.install.commons.flow.jewt.FlowWizard$TransitionManager$1.run(FlowWizard.java:101)
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:415)
java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
java.util.concurrent.FutureTask.run(FutureTask.java:123)
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:662)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:688)
java.lang.Thread.run(Thread.java:637)
SEVERE: [FATAL] [INS-35423] The installer has detected that Oracle Clusterware is not running on local node.
CAUSE: You have chosen to install Oracle RAC when Oracle Clusterware stack is not running on the local node.
ACTION: Start the Oracle Clusterware stack by running the following command as the root user from the Oracle Clusterware home (Grid home) : /bin/crsctl start crs. When the Oracle Clusterware stack is running, restart the installer and continue with the Oracle RAC installation.
INFO: Is CRS Installed true
INFO: inventory location is <INVENTORY LOCATION>
INFO: Is CRS Installed true
INFO: Gathering system details...
INFO: inventory location is <INVENTORY LOCATION>
WARNING: Exception occurred while checking for crs running on local node:[<nodename1>]
WARNING: oracle.cluster.deployment.ClusterwareInfo.isCRSRunning(ClusterwareInfo.java:835)
oracle.cluster.deployment.ClusterwareInfo.isCRSRunning(ClusterwareInfo.java:807)
oracle.install.library.crs.CRSInfo.isCRSRunningOnLocalNode(CRSInfo.java:829)
oracle.install.library.crs.CRSInfo.isCRSRunningOnLocalNode(CRSInfo.java:798)
oracle.install.ivw.db.validator.NodeSelectionValidator.validate(NodeSelectionValidator.java:149)
oracle.install.commons.flow.validation.ValidationHelper.validateState(ValidationHelper.java:185)
oracle.install.commons.flow.AbstractFlowExecutor.validate(AbstractFlowExecutor.java:419)
oracle.install.commons.flow.AbstractFlowExecutor.leaveVertex(AbstractFlowExecutor.java:643)
oracle.install.commons.flow.AbstractFlowExecutor.transition(AbstractFlowExecutor.java:335)
oracle.install.commons.flow.AbstractFlowExecutor.nextState(AbstractFlowExecutor.java:275)
oracle.install.commons.flow.AbstractFlowExecutor.nextViewState(AbstractFlowExecutor.java:234)
oracle.install.commons.flow.DefaultFlowNavigator.goForward(DefaultFlowNavigator.java:58)
oracle.install.commons.flow.jewt.FlowWizard$1.run(FlowWizard.java:125)
oracle.install.commons.flow.jewt.FlowWizard$TransitionManager$1.run(FlowWizard.java:101)
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:415)
java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
java.util.concurrent.FutureTask.run(FutureTask.java:123)
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:662)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:688)
java.lang.Thread.run(Thread.java:637)
SEVERE: [FATAL] [INS-35423] The installer has detected that Oracle Clusterware is not running on local node.
CAUSE: You have chosen to install Oracle RAC when Oracle Clusterware stack is not running on the local node.
ACTION: Start the Oracle Clusterware stack by running the following command as the root user from the Oracle Clusterware home (Grid home) : /bin/crsctl start crs. When the Oracle Clusterware stack is running, restart the installer and continue with the Oracle RAC installation.
The error is thrown even when the GI Home has CRS=true Flag against the GI Home-
# cat <INVENTORY LOCATION>/ContentsXML/inventory.xml
.
<HOME_LIST>
<HOME NAME="<OraGI18Home1>" LOC="<GRID HOME>" TYPE="O" IDX="1" CRS="true"/>
<HOME NAME="<12102_HOME>" LOC="<DB HOME>" TYPE="O" IDX="2">
<NODE_LIST>
<NODE NAME="<nodename1>"/>
<NODE NAME="<nodename2>"/>
</NODE_LIST>
</HOME>
.
<HOME_LIST>
<HOME NAME="<OraGI18Home1>" LOC="<GRID HOME>" TYPE="O" IDX="1" CRS="true"/>
<HOME NAME="<12102_HOME>" LOC="<DB HOME>" TYPE="O" IDX="2">
<NODE_LIST>
<NODE NAME="<nodename1>"/>
<NODE NAME="<nodename2>"/>
</NODE_LIST>
</HOME>
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |