The article deals with Adding node and extending DB to the new node in a 11.1.0.7 cluster. The activity can be broadly divided into
1. Adding Node to the existing cluster
2. Adding instance to the existing DB
2. Go to ORACLE_HOME/oui/bin and run addNode.sh. It will launch the OUI in Add Node mode and displays the welcome screen. Click Next and the Specify Cluster Nodes for Node Addition page displays.
3. Oracle Universal Installer displays the Node Selection Page on which you should enter the node or nodes that you want to add and click Next.
4. Verify the entries that Oracle Universal Installer displays on the Summary Page and click Next. Oracle now runs the usual RAC tests to ensure the new Node is fit to be clubbed into the cluster.
5. The Node Addition Summary page displays the following information showing the products that are installed in the Oracle Clusterware home that you are extending to the new nodes:
7. The Cluster Node Addition Progress page shows the status of the cluster node addition process.
8. From the ORACLE_HOME/install directory on an existing node, run the Oracle Notification Service configuration utility (ONSCONFIG)
./onsconfig add_config node2:remote_port
9. You can check the nodes using ORACLE_HOME/bin/olsnodes -n
2. Go to ORACLE_HOME/oui/bin and run addNode.sh using following syntax
./addNode.sh –silent "CLUSTER_NEW_NODES={node2}" "CLUSTER_NEW_PRIVATE_NODE_NAMES={node2-priv}" "CLUSTER_NEW_VIRTUAL_HOSTNAMES={node2-vip}"
3. From the ORACLE_HOME/install directory on an existing node, run the Oracle Notification Service configuration utility (ONSCONFIG)
./onsconfig add_config node2:remote_port
1. Adding Node to the existing cluster
2. Adding instance to the existing DB
Adding Node to Existing Cluster
Adding node can be accomplished by two methods namely Interactive and Silent. In both the cases OUI is used in add node mode to add a new node. While adding the node you have to ensure that all the RAC pre-reqs are in place.Interactive Method
1. From one of the node of the existing cluster we will launch the OUI and for that ensure ORACLE_HOME is set to the CRS.2. Go to ORACLE_HOME/oui/bin and run addNode.sh. It will launch the OUI in Add Node mode and displays the welcome screen. Click Next and the Specify Cluster Nodes for Node Addition page displays.
3. Oracle Universal Installer displays the Node Selection Page on which you should enter the node or nodes that you want to add and click Next.
4. Verify the entries that Oracle Universal Installer displays on the Summary Page and click Next. Oracle now runs the usual RAC tests to ensure the new Node is fit to be clubbed into the cluster.
5. The Node Addition Summary page displays the following information showing the products that are installed in the Oracle Clusterware home that you are extending to the new nodes:
- The source for the add node process, which in this case is the Oracle Clusterware home
- The private node names that you entered for the new nodes
- The new nodes that you entered
- The required and available space on the new nodes
- The installed products listing the products that are already installed on the existing Oracle Clusterware home
7. The Cluster Node Addition Progress page shows the status of the cluster node addition process.
8. From the ORACLE_HOME/install directory on an existing node, run the Oracle Notification Service configuration utility (ONSCONFIG)
./onsconfig add_config node2:remote_port
9. You can check the nodes using ORACLE_HOME/bin/olsnodes -n
Silent Method
1. From one of the node of the existing cluster we will launch the OUI and for that ensure ORACLE_HOME is set to the CRS.2. Go to ORACLE_HOME/oui/bin and run addNode.sh using following syntax
./addNode.sh –silent "CLUSTER_NEW_NODES={node2}" "CLUSTER_NEW_PRIVATE_NODE_NAMES={node2-priv}" "CLUSTER_NEW_VIRTUAL_HOSTNAMES={node2-vip}"
3. From the ORACLE_HOME/install directory on an existing node, run the Oracle Notification Service configuration utility (ONSCONFIG)
./onsconfig add_config node2:remote_port