Hello,
I have two nodes RAC01 & RAC02 RAC 11g r2 running on solaris 10. we are using /etc/hosts file and not DNS server for name resolution. the /etc/hosts file is as below.
#Public IPs
192.168.56.200 RAC01 loghost
192.168.56.210 RAC02 loghost
#Private IPs
10.10.10.10 RAC01-piv
10.10.10.20 RAC02-piv
#Virtaul IPs
192.168.56.201 RAC01-vip
192.168.56.211 RAC02-vip
#SCAN IP
192.168.56.250 cluster01-scan
now as per the requirement we would like to add another node to our cluster. Can anyone please let me know how to add the third node ( RAC03) without DNS server using /etc/hosts file
Thanks