rac configuration issue [message #576090] |
Thu, 31 January 2013 07:22 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](//www.gravatar.com/avatar/a997de61116a2725b5efcf61b7257e0e?s=64&d=mm&r=g) |
ramakrishnabs
Messages: 5 Registered: January 2013 Location: bangalore
|
Junior Member |
|
|
Hi gurus.
While installing 11g oracle grid cluster software. I am getting below error.
[INS-40724] No locally defined network interface matches the SCAN VIP subnet.
i have given scan name as scan-cluster.invent
host-name virtual ip name
rac3 rac3-vip
rac5 rac5-vip
I am able to ping rac3 and rac5 from both nodes.
MY /etc/host file look like this.
192.168.2.133 rac3.invent.com rac3
192.168.2.132 rac3-priv.invent.com rac3-priv
192.168.122.1 rac3-vip.invent.com rac3-vip
192.168.2.136 rac5.invent.com rac5
192.168.2.137 rac5-priv.invent.com rac5-priv
192.168.122.2 rac5-vip.invent.com rac5-vip
SCAN name: scan-cluster.invent, Network:1/10.17.57.0/255.255.255.0/
SCAN VIP name: scan1, IP: /scan-cluster.invent/10.17.57.160
SCAN VIP name: scan2, IP: /scan-cluster.invent/10.17.57.161
SCAN VIP name: scan3, IP: /scan-cluster.invent/10.17.57.162
ssh connectivity everything works fine.
Please let me know the changes to be made.
with regards
Ramakrishna
|
|
|
Re: rac configuration issue [message #576097 is a reply to message #576090] |
Thu, 31 January 2013 07:45 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
John Watson
Messages: 8964 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
I think you are confused about the public and the private networks.
You need the addresses for rac3,rac3-vip, rac5, rac5-vip,and scan-cluster to be on one public network. And rac3-priv,rac5-priv to be on another private network.You have them all jumbled up, though it is hard to see this because you haven't formatted your hosts file correctly with tags.
In your previous topic, I did ask you to please read our OraFAQ Forum Guide and How to use [code] tags and make your code easier to read You will get more replies if you do that.
|
|
|