Merhaba,
Oracle RAC ortamında oldukça fazla sayıda ip adresi bulunuyor. Public, private, interconnect ve virtual ip’ler. Aşağıdaki komutlar ile Oracle RAC ortamınızdaki tüm ip bloklarını ve ip’leri bulabilirsiniz.
[root@dbnode02 ~]# srvctl config scan
SCAN name: rhel-scan.forenda.com, Network: 1/10.0.3.0/255.255.255.0/eth0
SCAN VIP name: scan1, IP: /rhel-scan.forenda.com/10.0.3.185
SCAN VIP name: scan2, IP: /rhel-scan.forenda.com/10.0.3.186
SCAN VIP name: scan3, IP: /rhel-scan.forenda.com/10.0.3.187
[root@dbnode02 ~]# oifcfg getif
eth0 10.0.3.0 global public
eth1 192.168.3.0 global cluster_interconnect
[root@dbnode02 ~]# oifcfg iflist -p -n
eth0 10.0.3.0 PRIVATE 255.255.255.0
eth1 192.168.3.0 PRIVATE 255.255.255.0
eth1 169.254.0.0 UNKNOWN 255.255.0.0
[root@dbnode02 ~]# srvctl config network
Network exists: 1/10.0.3.0/255.255.255.0/eth0, type static
[grid@dbnode01 ~]$ srvctl config nodeapps -a
Network exists: 1/10.0.3.0/255.255.255.0/eth0, type static
VIP exists: /dbnode01-vip/10.0.3.173/10.0.3.0/255.255.255.0/eth0, hosting node dbnode01
VIP exists: /dbnode02-vip/10.0.3.175/10.0.3.0/255.255.255.0/eth0, hosting node dbnode02