Adding Node to cluster 12c

Abbreviation - 

Node 1 - xxx001cc01vm01 ( Node which needs to be added)
Node 2 - xxx001cc01vm02
Node 3 - xxx001cc01vm03

GI owner OS - grid
OH owner OS - oracle
GI HOME - /x01/app/18.3.0.0/grid

===============================================================

1. Run add node command from node which is in the cluster


grid@xxx001cc01vm02():/> /u01/app/18.3.0.0/grid/addnode/addnode.sh -silent "CLUSTER_NEW_NODES={xxx001cc01vm01}" "CLUSTER_NEW_VIRTUAL_HOSTNAMES={xxx001cc01vm01-vip}" "CLUSTER_NEW_NODE_ROLES={hub}"

You might receive following message: @ 49%

SEVERE:Remote 'AttachHome' failed on nodes: 'xxx001cc01vm01'.
Then execute

/u01/app/18.3.0.0/grid/oui/bin/runInstaller -attachHome -noClusterEnabled ORACLE_HOME=/u01/app/18.3.0.0/grid ORACLE_HOME_NAME=OraGI18Home1 "CLUSTER_NODES={xxx001cc01vm02,xxx001cc01vm03,xxx001cc01vm01}" CRS=true  INVENTORY_LOCATION=/u01/app/oraInventory  LOCAL_NODE=xxx001cc01vm01

You might receive following message:  @ 90%

SEVERE:Remote 'UpdateNodeList' failed on nodes: 'xxx001cc01vm01'

/u01/app/18.3.0.0/grid/oui/bin/runInstaller -updateNodeList -setCustomNodelist -noClusterEnabled ORACLE_HOME=/u01/app/18.3.0.0/grid "CLUSTER_NODES={xxx001cc01vm02,xxx001cc01vm01}" "NODES_TO_SET={xxx001cc01vm01}" CRS=true  -invPtrLoc "/u01/app/18.3.0.0/grid/oraInst.loc" LOCAL_NODE=xxx001cc01vm01

You might receive following message:  around/@ 97%

Execute the following command on node(s) [xxx001cc01vm01]:

/u01/app/18.3.0.0/grid/oui/bin/runInstaller -jreLoc /u01/app/18.3.0.0/grid/jdk/jre -paramFile /u01/app/18.3.0.0/grid/oui/clusterparam.ini -silent -ignoreSysPrereqs -updateNodeList -bigCluster ORACLE_HOME=/u01/app/18.3.0.0/grid CLUSTER_NODES=xxx001cc01vm01 "NODES_TO_SET={xxx001cc01vm01}" -invPtrLoc "/u01/app/18.3.0.0/grid/oraInst.loc" -local CRS=true  -doNotUpdateNodeList

Then when prompted run
As a root user, execute the following script(s):
        1. /u01/app/18.3.0.0/grid/root.sh


Comments

Popular Posts