Bug 1337598
| Summary: | Oracle Grid fails to install due to network connection issues on RHEL 7.3 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Daniel Yeisley <dyeisley> | ||||
| Component: | iputils | Assignee: | Jan Synacek <jsynacek> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Robin Hack <rhack> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 7.3 | CC: | dgross, rhack | ||||
| Target Milestone: | rc | Keywords: | Patch | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | iputils-20160308-4.el7 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-11-04 00:12:12 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Daniel Yeisley
2016-05-19 14:59:29 UTC
It looks like the -I <ip> functionality has changed. [root@veritas5 ~]# rpm -Uvh --force iputils-20121221-7.el7.x86_64.rpm Preparing... ################################# [100%] Updating / installing... 1:iputils-20121221-7.el7 ################################# [ 50%] Cleaning up / removing... 2:iputils-20160308-3.el7 ################################# [100%] [root@veritas5 ~]# ping 192.168.100.103 -c 1 -w 3 -I 192.168.100.105 PING 192.168.100.103 (192.168.100.103) from 192.168.100.105 : 56(84) bytes of data. 64 bytes from 192.168.100.103: icmp_seq=1 ttl=64 time=0.079 ms --- 192.168.100.103 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.079/0.079/0.079/0.000 ms [root@veritas5 ~]# rpm -Uvh iputils-20160308-3.el7.x86_64.rpm Preparing... ################################# [100%] Updating / installing... 1:iputils-20160308-3.el7 ################################# [ 50%] Cleaning up / removing... 2:iputils-20121221-7.el7 ################################# [100%] [root@veritas5 ~]# ping 192.168.100.103 -c 1 -w 3 -I 192.168.100.105 ping: unknown iface 192.168.100.105 [root@veritas5 ~]# Created attachment 1159679 [details]
minor changes to -I argument
This patch works for me, but someone with more knowledge of this code should look at it.
[root@hp-dl380pgen8-03 iputils-s20160308]# ./ping 10.16.42.143 -I 10.16.42.143
PING 10.16.42.143 (10.16.42.143) from 10.16.42.143 : 56(84) bytes of data.
64 bytes from 10.16.42.143: icmp_seq=1 ttl=64 time=0.019 ms
64 bytes from 10.16.42.143: icmp_seq=2 ttl=64 time=0.011 ms
64 bytes from 10.16.42.143: icmp_seq=3 ttl=64 time=0.010 ms
64 bytes from 10.16.42.143: icmp_seq=4 ttl=64 time=0.010 ms
^C
--- 10.16.42.143 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 2999ms
rtt min/avg/max/mdev = 0.010/0.012/0.019/0.005 ms
[root@hp-dl380pgen8-03 iputils-s20160308]# ./ping 10.16.42.143 -I eno1
PING 10.16.42.143 (10.16.42.143) from 10.16.42.143 eno1: 56(84) bytes of data.
64 bytes from 10.16.42.143: icmp_seq=1 ttl=64 time=0.010 ms
64 bytes from 10.16.42.143: icmp_seq=2 ttl=64 time=0.010 ms
64 bytes from 10.16.42.143: icmp_seq=3 ttl=64 time=0.010 ms
^C
[root@hp-dl380pgen8-03 iputils-s20160308]# ./ping 10.16.42.143
PING 10.16.42.143 (10.16.42.143) 56(84) bytes of data.
64 bytes from 10.16.42.143: icmp_seq=1 ttl=64 time=0.009 ms
64 bytes from 10.16.42.143: icmp_seq=2 ttl=64 time=0.010 ms
64 bytes from 10.16.42.143: icmp_seq=3 ttl=64 time=0.011 ms
^C
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHEA-2016-2185.html |