Tuesday, May 21, 2013

Config VIP on a newly added cluster node


After I added a new node to the cluster, somehow VIP is not configured automatically.

$ srvctl status nodeapps -n rac3-lnx
Network is enabled
Network is running on node: rac3-lnx
GSD is enabled
GSD is not running on node: rac3-lnx
ONS is enabled
ONS daemon is running on node: rac3-lnx
PRKO-2165 : VIP does not exist on node(s) : rac3-lnx

executed as root to add vip on node3

srvctl add vip -n rac3-lnx -A rac3-v/255.255.255.0 -k 1 -v


Start VIP on node3


$ srvctl start vip -n rac3-lnx

$ srvctl config vip -n rac3-lnx
VIP exists: /rac3-v/172.24.194.203/172.24.194.0/255.255.255.0/bond0, hosting node rac3-lnx


$ srvctl status nodeapps -n rac3-lnx
VIP rac3-v is enabled
VIP rac3-v is running on node: rac3-lnx
Network is enabled
Network is running on node: rac3-lnx
GSD is enabled
GSD is not running on node: rac3-lnx
ONS is enabled
ONS daemon is running on node: rac3-lnx
rac3-lnx (oracle)

No comments:

Post a Comment