Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Grid installation issue (error INS-40719)

khurram82May 30 2013
I am configuring two node rac system using oracle 11GR2.during grid installation ,when i define scan name that is rac-test
I found ins-40719 ip address configuored for single client access name (scan ) rac-test is already assigned to another system.I check dns that is working fine ,the output of my /etc/hosts and nslookup from both nodes as follows


[root@rac1 network-scripts]# more /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6


10.10.10.69 rac1.rac.test RAC1
192.168.0.69 rac1-priv.rac.test RAC1-PRIV
10.10.10.145 rac1-vip.rac.test RAC1-VIP
10.10.10.66
########################
10.10.10.70 rac2.rac.test RAC2
192.168.0.70 rac2-priv.rac.test RAC2-PRIV
10.10.10.146 rac2-vip.rac.test RAC2-VIP
10.10.10.67




[root@rac1 network-scripts]# nslookup rac-test
Server: 10.10.10.246
Address: 10.10.10.246#53

Name: rac-test.rac.test
Address: 10.10.10.66
Name: rac-test.rac.test
Address: 10.10.10.67




------------------------

[root@rac2 ~]# more /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6


10.10.10.69 rac1.rac.test RAC1
192.168.0.69 rac1-priv.rac.test RAC1-PRIV
10.10.10.145 rac1-vip.rac.test RAC1-VIP
10.10.10.66
########################
10.10.10.70 rac2.rac.test RAC2
192.168.0.70 rac2-priv.rac.test RAC2-PRIV
10.10.10.146 rac2-vip.rac.test RAC2-VIP
10.10.10.67

[root@rac2 ~]#
[root@rac2 ~]#
[root@rac2 ~]#
[root@rac2 ~]# nslookup rac-test
Server: 10.10.10.246
Address: 10.10.10.246#53

Name: rac-test.rac.test
Address: 10.10.10.67
Name: rac-test.rac.test
Address: 10.10.10.66


Can any one find what is wrong with it

Regards
khurram
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 27 2013
Added on May 30 2013
0 comments
1,034 views