Hi,
We have installed two node 18c Grid Infrastructure and DB software. Also we need to run 11.2.0.3 database on this 18c Grid Infrastructure. While we install 11.2.0.3 RAC binary, runInstaller fails with below error.
[INS-35354] The system on which you are attempting to install Oracle RAC is not part of a valid cluster.
This error occurs due to missing node list / information in inventory.xml of central inventory.
Even The CRS flag set to TRUE for GI Home, the node details were missing in central inventory.
<HOME NAME=”OraGI12Home1″ LOC=”$GRID_HOME” TYPE=”O” IDX=”1″ CRS=”true”/>
cd $GRID_HOME/oui/bin/
./runInstaller -silent -updateNodeList ORACLE_HOME=$GRID_HOME “CLUSTER_NODES={<nodename1>,<nodename2>}” CRS=TRUE LOCAL_NODE=<nodename1>
After running above command, please rerun 11.2.0.3 ./runInstaller binary.
You can also check Metalink Doc ID 2282456.1 for this issue.
Nice document