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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

INS-40912] Virtual host name: rac2-vip.localdomain is assigned to another system on the network.

user11936028Oct 18 2013 — edited Oct 18 2013

Hi,

I am getting the INS-40912 error while installing clusterware software.

PFB my host file entry on rac node1

127.0.0.1   localhost.localdomain localhost

::1         localhost6.localdomain6 localhost6

# Public

192.168.0.151    rac1.localdomain        rac1

192.168.0.152    rac2.localdomain        rac2

# Virtual

192.168.1.151    rac1-vip.localdomain    rac1-vip

192.168.1.152    rac2-vip.localdomain    rac2-vip

# SCAN

192.168.0.251    rac-scan.localdomain    rac-scan

And the ifconfig output on node1 is as below

[root@rac1 etc]# ifconfig

eth0      Link encap:Ethernet  HWaddr 08:00:27:A8:93:25 

          inet addr:192.168.0.151  Bcast:192.168.0.255  Mask:255.255.255.0

          inet6 addr: fe80::a00:27ff:fea8:9325/64 Scope:Link

          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

          RX packets:245 errors:0 dropped:0 overruns:0 frame:0

          TX packets:14 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:1000

          RX bytes:24422 (23.8 KiB)  TX bytes:900 (900.0 b)

eth1      Link encap:Ethernet  HWaddr 08:00:27:25:5B:4D 

          inet addr:192.168.1.151  Bcast:192.168.1.255  Mask:255.255.255.0

          inet6 addr: fe80::a00:27ff:fe25:5b4d/64 Scope:Link

          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

          RX packets:16 errors:0 dropped:0 overruns:0 frame:0

          TX packets:20 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:1000

          RX bytes:1180 (1.1 KiB)  TX bytes:1404 (1.3 KiB)

lo        Link encap:Local Loopback 

          inet addr:127.0.0.1  Mask:255.0.0.0

          inet6 addr: ::1/128 Scope:Host

          UP LOOPBACK RUNNING  MTU:16436  Metric:1

          RX packets:16 errors:0 dropped:0 overruns:0 frame:0

          TX packets:16 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:0

          RX bytes:960 (960.0 b)  TX bytes:960 (960.0 b)

Please provide your suggestions to overcome this error.

Comments

Pradeepcmst

Hi,


Your public IP address is correct. But your VIP should be on the same subnet like your public IP address.

eg :

public IP address : 192.168.0.1 ( where 1 is the ip address of node 1 which exists in the network and all nodes in this network can communicate with this IP. If you do a ping test to this IP address, it should ping)

VIP : 192.168.0.2 (where 2 is the vip of node 1 which does not exists in the network and its used for communicating only between cluster nodes. If you do a ping test to this VIP before installing the clusterware, it should not ping)

Additional info:

Private IP address: 192.168.1.1( for private IP address, the subnet should be different , but IP address should be same like in public IP address

Do the same configuration for all nodes, you will  be able to install the clusterware.

Regards,

Pradeep. V

1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 15 2013
Added on Oct 18 2013
1 comment
10,990 views