Pages

Sunday, 8 June 2014

INS 40912 - Rac Grid installation fail with

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

2 comments:

  1. Don't assign the vip to your system.

    When 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.

    ReplyDelete
  2. Thanks a lot.

    service network restart works fine for me.

    ReplyDelete