<<Back to Oracle RAC Main Page
How to Find Out VIP of an Oracle RAC Cluster
Login clusterware owner (oracle) and execute the below command to find out the VIP hostname used in Oracle RAC$ olsnodes -i
node1 node1-vip
node2 node2-vip
OR
$ srvctl config nodeapps -viponly
Network 1 exists
Subnet IPv4: 10.0.0.0/255.255.0.0/bondeth0, static
Subnet IPv6:
Ping Targets:
Network is enabled
Network is individually enabled on nodes:
Network is individually disabled on nodes:
VIP exists: network number 1, hosting node node1
VIP Name: node1-vip
VIP IPv4 Address: 10.0.0.1
VIP IPv6 Address:
VIP is enabled.
VIP is individually enabled on nodes:
VIP is individually disabled on nodes:
VIP exists: network number 1, hosting node node2
VIP Name: node2-vip
VIP IPv4 Address: 10.0.0.2
VIP IPv6 Address:
VIP is enabled.
VIP is individually enabled on nodes:
VIP is individually disabled on nodes:
Thanks ... very nice command provided thanks again
ReplyDelete