Wednesday 17 September 2014

Add VIP in Oracle RAC



How to add VIP


srvctl config nodeapps
VIP exists.:dbn1
VIP exists.: /dbn1-vip/10.*.*.*/255.255.255.224/bond0
GSD exists.
ONS daemon exists. Local port 6100, remote port 6200
eONS daemon exists. Multicast port 21482, multicast IP address *.*.*.*, listening port 2016


>>>>> vip does not exist on node 2

----------------

Action plan:
===============


Please follow below as root user ( can be done on either node 1 or node 2, does not matter..)

# $GI_HOME/bin/srvctl add nodeapps -n dbn2 -A "dbn2-vip/255.255.255.224/bond0"
# $GI_HOME/bin/srvctl config nodeapps
# $GI_HOME/bin/bin/srvctl start nodeapps -n dbn2

# $GI_HOME/bin/bin/crsctl stat res -t


Result:
=============== 

srvctl config nodeapps
VIP exists.:dbn1
VIP exists.: /dbn1-vip/10.*.*.*/255.255.255.224/bond0
VIP exists.:dbn2
VIP exists.: /dbn2-vip/10.*.*.*/255.255.255.224/bond0
GSD exists.
ONS daemon exists. Local port 6100, remote port 6200
eONS daemon exists. Multicast port 21482, multicast IP address *.*.*.*, listening port 2016

No comments:

Post a Comment