Wednesday, January 16, 2013

Adding a new node to an existing Oracle 10g RAC.

In this article I'll show you how to add node in Oracle 10g RAC.
Here I have already created new node (rac3), followed by all the oracle installation prerequisites setup.
Before going ahead make sure the crs is up on all the existing nodes.
#./crsctl check cluster -all
#./crs_stat -t
From first node run the following commands.
1. Run "cluvfy" utility to cross check whether all the pre-checks get succeed or not.
#cluvfy stage -pre crsinst -n rac1,rac3 -verbose
2.$CRS_HOME/oui/bin/addNode.sh















































































































































































Cluster has been configured now on the new node.
Lets configure the VIPCA for the new node.























































































Configure the Listener from the New node(RAC3).















































































































































Create the new instance (rac3) over new node from the first node.




































































































































































































































New Instance RAC3 has been configured. Lets check the cluster status and instance status for all the cluster node


























In my next post I'll show you how to upgrade Oracle clusterware version from 10201 to 10205 and then will delete the existing node from cluster environment.

No comments:

Post a Comment