INS-10016 When Running root.sh During addNode.sh, Suggests Incorrect option.
(Doc ID 2577471.1)
Last updated on APRIL 17, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 12.1.0.1 and laterInformation in this document applies to any platform.
Symptoms
When running root.sh in the process of addnode.sh, It generates INS-10016 like the following.
It suggests to run runInstaller to update node list manually.
INFO: OracleHomeToUpdate:<GI_HOME>;isCRS:false;isCFS:false;isLocal:false
INFO: From map: Hosts:[<HOST1>, <HOST2>] => Nodelist:[<HOST1>, <HOST2>]
INFO: Before calling api: Hosts:[<HOST1>, <HOST2>] => Nodelist:[<HOST1>, <HOST2>], update localnode? true
WARNING: [WARNING] [INS-10016] Installer failed to update the cluster related details, for this Oracle home, in the inventory on all/some of the nodes
ACTION: You may chose to retry the operation, without continuing further. Alternatively you can refer to information given below and manually execute the mentioned commands on the failed nodes now or later to update the inventory.
*MORE DETAILS*
Execute the following command on node(s) [<HOST1>]:
<GI_HOME>/oui/bin/runInstaller -jreLoc <GI_HOME>/jdk/jre -paramFile <GI_HOME>/oui/clusterparam.ini -silent -ignoreSysPrereqs -updateNodeList -bigCluster ORACLE_HOME=<GI_HOME> CLUSTER_NODES=<Local Node> "NODES_TO_SET={<HOST1>,<HOST2>}" -invPtrLoc "<GI_HOME>/oraInst.loc" -local
INFO: Advice is WITHDRAW
INFO: All forked task are completed at state setup
INFO: Completed background operations
INFO: Moved to state <setup>
INFO: Adding ExitStatus SUCCESS_WITH_WARNINGS to the exit status set
INFO: Finding the most appropriate exit status for the current application
INFO: Exit Status is 6
INFO: List of warnings encountered in this Application:
INFO: PREREQS_FAILED_WITH_WARNING
INFO: Shutdown Oracle Grid Infrastructure 12c Release 1 Installer
INFO: From map: Hosts:[<HOST1>, <HOST2>] => Nodelist:[<HOST1>, <HOST2>]
INFO: Before calling api: Hosts:[<HOST1>, <HOST2>] => Nodelist:[<HOST1>, <HOST2>], update localnode? true
WARNING: [WARNING] [INS-10016] Installer failed to update the cluster related details, for this Oracle home, in the inventory on all/some of the nodes
ACTION: You may chose to retry the operation, without continuing further. Alternatively you can refer to information given below and manually execute the mentioned commands on the failed nodes now or later to update the inventory.
*MORE DETAILS*
Execute the following command on node(s) [<HOST1>]:
<GI_HOME>/oui/bin/runInstaller -jreLoc <GI_HOME>/jdk/jre -paramFile <GI_HOME>/oui/clusterparam.ini -silent -ignoreSysPrereqs -updateNodeList -bigCluster ORACLE_HOME=<GI_HOME> CLUSTER_NODES=<Local Node> "NODES_TO_SET={<HOST1>,<HOST2>}" -invPtrLoc "<GI_HOME>/oraInst.loc" -local
INFO: Advice is WITHDRAW
INFO: All forked task are completed at state setup
INFO: Completed background operations
INFO: Moved to state <setup>
INFO: Adding ExitStatus SUCCESS_WITH_WARNINGS to the exit status set
INFO: Finding the most appropriate exit status for the current application
INFO: Exit Status is 6
INFO: List of warnings encountered in this Application:
INFO: PREREQS_FAILED_WITH_WARNING
INFO: Shutdown Oracle Grid Infrastructure 12c Release 1 Installer
However, The runInstaller command fails with the following message.
$ <GI_HOME>/oui/bin/runInstaller -jreLoc <GI_HOME>/jdk/jre -paramFile <GI_HOME>/oui/clusterparam.ini -silent -ignoreSysPrereqs -updateNodeList -bigCluster ORACLE_HOME=<GI_HOME> CLUSTER_NODES=<Local Node> "NODES_TO_SET={<HOST1>,<HOST2>}" -invPtrLoc "<GI_HOME>/oraInst.loc" -local
Starting Oracle Universal Installer...
Checking swap space: must be greater than 500 MB. Actual 4284 MB Passed
The operation failed as it was called without path of the Oracle Home being attached.
'UpdateNodeList' failed.
Starting Oracle Universal Installer...
Checking swap space: must be greater than 500 MB. Actual 4284 MB Passed
The operation failed as it was called without path of the Oracle Home being attached.
'UpdateNodeList' failed.
Changes
Run root.sh for add node
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 |
Changes |
Cause |
Solution |
References |