Rac Grid installation fail with INS 40912
Error:
--------
INS 40912 virtual host name is assigned to another system on the network
Solution:
--------
This could be due Virtual host name is used by some one or wrong configuration of vitual host
ping <vitual hostname> or <vitual ip>
If ping was working check the network configuration and Restart the newtork
#service network restart
Don't assign the vip to your system.
ReplyDeleteWhen you install Grid it will automatically create the vip for you.
So you can have it in your hosts file but it shouldn't be configured on any of your interfaces.
So when you ping the vip and you get a response it means it is assigned somewhere on your network.
Thanks a lot.
ReplyDeleteservice network restart works fine for me.