INS-40718 SCAN name could not be resolved while install 11gR2 grid on redha
Hi, I tried to install Grid Control on a oracle enterprise linux 5 on vm machine.
My /etc/host file look like this:
192.168.78.51 collabn1 collabn1.comapny.com
192,168.78.61 collabn1-vip collabn1-vip.company.com
172.16.100.51 collabn1-priv collabn1-priv.company.com
172.16.100.52 collabn2-priv collabn2-priv.company.com
192.168.78.52 collabn2 collabn2.company.com
192.168.78.62 collabn2-vip collabn2-vip.company.com
192.168.78.250 collab-scan collab-scan.company.com
192.168.78.251 collab-gns collab-gns.company.com
127.0.0.1 collabn1.company.com collabn1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
ifconfig look like this:
[root@collabn1 ~]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:0C:29:64:24:18
inet addr:192.168.78.51 Bcast:192.168.78.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:9115 errors:0 dropped:0 overruns:0 frame:0
TX packets:8005 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1199610 (1.1 MiB) TX bytes:2955571 (2.8 MiB)
Interrupt:75 Base address:0x2424
eth1 Link encap:Ethernet HWaddr 00:0C:29:64:24:22
inet addr:172.16.100.51 Bcast:172.16.100.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:326 errors:0 dropped:0 overruns:0 frame:0
TX packets:130 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:33827 (33.0 KiB) TX bytes:14225 (13.8 KiB)
Interrupt:67 Base address:0x24a4
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:7158 errors:0 dropped:0 overruns:0 frame:0
TX packets:7158 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2943224 (2.8 MiB) TX bytes:2943224 (2.8 MiB)
But when I proceed to put scan name and port in, and it gave me INS-40718 error.
I tried to ping 192.168.78.250 which is the collabn-scan ip address, it comes like this:
[root@collabn1 ~]# ping 192.168.78.250
PING 192.168.78.250 (192.168.78.250) 56(84) bytes of data.
From 192.168.78.51 icmp_seq=2 Destination Host Unreachable
From 192.168.78.51 icmp_seq=3 Destination Host Unreachable
From 192.168.78.51 icmp_seq=4 Destination Host Unreachable
How can I resolve this? I researched a whole afternoon today, but could not figure out how to resolve this issue.
Thanks