Hi there,
I am trying to Install Oracle 11g R2 Grid in vmware, with NODE1, NODE2 as 2 nodes and OPENFILER as Shared Disk.
Please check my /etc/hosts entries
[root@node1 ~]# cat /etc/hosts
127.0.0.1 localhost localhost.localdomain
#Public
192.168.203.120 node1 node1.testlab.com
#192.168.203.130 node2 node2.testlab.com
#Private
192.168.200.120 node1-prv
192.168.200.130 node2-prv
#Pubic Virtua IP
192.168.203.121 node1-vip
192.168.203.131 node2-vip
#Storage
192.168.203.110 openfiler1
My Node1 in also a DNS Server to resolve SCAN which resolves with nslookup.
[root@node1 ~]# nslookup fxdb.testlab.com
Server: 127.0.0.1
Address: 127.0.0.1#53
Name: fxdb.testlab.com
Address: 192.168.203.150
Name: fxdb.testlab.com
Address: 192.168.203.151
Name: fxdb.testlab.com
Address: 192.168.203.152
Now when I go to Installation
CLUSTER NAME : fxdb-cluster
SCAN NAME : fxdb.testlab.com
SCAN Port : 1521
It gives Error [INS-40718] Single Client Access Name(SCAN) name : fxdb.testlab.com could not be resolved
How can I resolve this problem. Please help.
Hasan Al Mamun