<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Intermitent Ping in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/intermitent-ping/m-p/3177434#M570409</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I Agree with Chris.&lt;BR /&gt;This definte looks like dead gateway protectection issue.&lt;BR /&gt;&lt;BR /&gt;So I would check this in the first place.&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;Clemens</description>
    <pubDate>Thu, 29 Jan 2004 09:58:30 GMT</pubDate>
    <dc:creator>Clemens van Everdingen</dc:creator>
    <dc:date>2004-01-29T09:58:30Z</dc:date>
    <item>
      <title>Intermitent Ping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/intermitent-ping/m-p/3177430#M570405</link>
      <description>I have a HP9000 running 11i.&lt;BR /&gt;&lt;BR /&gt;The problem is that I can ping all system on our network with no problem. Then out of the blue, there will be 3 or 4 IP's I can not ping, I have to reboot the system and then I can ping everything again with no problems, then after a while 3 for 4 different IP's are no longer pingable.&lt;BR /&gt;&lt;BR /&gt;At first I suspected the switch or our router, but at some of the IP's that I can not ping are on the same hub and the HP9000. I have even disconnected the hum from the switch so that the HP9000 can only see the IP on the hub, and with each reboot I get different results at to which systems I can ping.&lt;BR /&gt;&lt;BR /&gt;I have compare the routing table and all other configurations to an identical HP9000 on the same hub and it has no problems with ping.&lt;BR /&gt;&lt;BR /&gt;Any suggestions would be grately appreciated!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Jan 2004 09:01:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/intermitent-ping/m-p/3177430#M570405</guid>
      <dc:creator>Jay LaBonte</dc:creator>
      <dc:date>2004-01-29T09:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Intermitent Ping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/intermitent-ping/m-p/3177431#M570406</link>
      <description>Most of the intermitent ping problems I have had in the past have always been because of duplicate IP addresses.. so are you sure no one else has the IP addresses you configured?</description>
      <pubDate>Thu, 29 Jan 2004 09:18:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/intermitent-ping/m-p/3177431#M570406</guid>
      <dc:creator>Marco Santerre</dc:creator>
      <dc:date>2004-01-29T09:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Intermitent Ping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/intermitent-ping/m-p/3177432#M570407</link>
      <description>It is possible that the systems have dropped the gateway.&lt;BR /&gt;&lt;BR /&gt;HP-UX has something called "Dead Gateway Detection", which can look for, and drop "unused" gates.&lt;BR /&gt;&lt;BR /&gt;Check using ndd&lt;BR /&gt;&lt;BR /&gt;ndd -get /dev/ip ip_ire_gw_probe&lt;BR /&gt;&lt;BR /&gt;If this returns 1, you have the detection enabled.&lt;BR /&gt;&lt;BR /&gt;ndd -get /dev/ip ip_ire_status | grep GATEWAY&lt;BR /&gt;&lt;BR /&gt;If this returns "DEAD", the detection has kicked in and disabled it.&lt;BR /&gt;&lt;BR /&gt;You can disable this facility using&lt;BR /&gt;&lt;BR /&gt;ndd -set /dev/ip ip_ire_gw_probe 0&lt;BR /&gt;&lt;BR /&gt;To make this a permanent change, you need to update /etc/rc.config.d/nddconf</description>
      <pubDate>Thu, 29 Jan 2004 09:25:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/intermitent-ping/m-p/3177432#M570407</guid>
      <dc:creator>Chris Wilshaw</dc:creator>
      <dc:date>2004-01-29T09:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Intermitent Ping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/intermitent-ping/m-p/3177433#M570408</link>
      <description>If there's a duplicate IP on your local segment, look in syslog for an&lt;BR /&gt;'arp table overwritten' message when you ping the box. Also try a traceroute to the problem box while you can ping to make sure messages are taking the path you think they should.&lt;BR /&gt;&lt;BR /&gt;Other than dup. IPs, look at negotiation. See if you can find what the problem systems are set to, if you can, maybe turn auto neg. off, and run half duplex for a time to see if the problem goes away.&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Jan 2004 09:40:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/intermitent-ping/m-p/3177433#M570408</guid>
      <dc:creator>doug mielke</dc:creator>
      <dc:date>2004-01-29T09:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Intermitent Ping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/intermitent-ping/m-p/3177434#M570409</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I Agree with Chris.&lt;BR /&gt;This definte looks like dead gateway protectection issue.&lt;BR /&gt;&lt;BR /&gt;So I would check this in the first place.&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;Clemens</description>
      <pubDate>Thu, 29 Jan 2004 09:58:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/intermitent-ping/m-p/3177434#M570409</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2004-01-29T09:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Intermitent Ping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/intermitent-ping/m-p/3177435#M570410</link>
      <description>If I understand correctly the problem happens on local subnet (same hub) IPs too so a gateway should not be involved but it wouldn't hurt to turn off dead gateway detection anyway just in case someone has a bad mask and thinks they have to go through the gateway to reach a local IP.  (Please check the masks on your system and on the ones it talks to.)&lt;BR /&gt;&lt;BR /&gt;While they are responding to pings you should note the MAC of each host and run a linkloop (see the man linkloop(1M) ) to them to see if it works.  If the test works then when the ping doesn't work you can check layer two connectivity with the linkloop test.  If that passes then it is a layer 3 problem and you can look for duplicate IP addresses, bad masks and bad routing.  &lt;BR /&gt;arp -a&lt;BR /&gt;should show you the MAC and IP if you look right after a good ping.  Save the results and compare to the results after a bad ping.  If something looks different then you can remove the bad entry with &lt;BR /&gt;arp -d hostname&lt;BR /&gt;You can also insure connectivity to local stuff by adding static arp entries with arp -s.  Remember that the pingees must also have the correct MAC or IP route in order to respond so when one cannot be pinged see if its arp and routing tables have the correct info for the pinger.  I can imagine a router getting a bad route to the pinger and doing a proxy arp (where it gives its MAC as the one to use instead of the real one) and causing a similar problem.&lt;BR /&gt;&lt;BR /&gt;I would also check that you have the latest ARPA and driver patches for your HP and NIC.  Sometimes a driver or software bug can do strange things to your connectivity. &lt;BR /&gt;&lt;BR /&gt;When you do a ping I assume you are using the IP address and not the hostname.  I don't remember on HPUX but I know on some Linux systems it tries to get a hostname for an IP address when you ping to an IP so even DNS can get into the picture.  Does&lt;BR /&gt;nslookup hostname&lt;BR /&gt;work or is the DNS one of the ones which can't ping?&lt;BR /&gt;Are the pingees which do not work in  /etc/hosts?&lt;BR /&gt;&lt;BR /&gt;Ron&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Jan 2004 11:53:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/intermitent-ping/m-p/3177435#M570410</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2004-01-29T11:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Intermitent Ping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/intermitent-ping/m-p/3177436#M570411</link>
      <description>I know there are no duplicate IP's on the network, This was one of the first things I checked for.&lt;BR /&gt;&lt;BR /&gt;Im sure it not the gateway either, as I am disconnected from the gateway and simply have a group of 12 computers on a sigle 16 port hub. 10 of the computers of PC running XP, and 2 are HP9000's, called Thor (10.253.161.165) and Zeus (10.253.161.164). Zeus was recentlly ignited from a tape from Thor. (I have confirmed IP's and MAC for each are correct.) Only Zeus is experiencing the odd behavior.&lt;BR /&gt;&lt;BR /&gt;I tried ndd -get /dev/ip ip_ire_gw_probe and get the following responce:&lt;BR /&gt;&lt;BR /&gt;"name is none-existent for this module&lt;BR /&gt;for a list of valid names, use name '?'"&lt;BR /&gt;&lt;BR /&gt;I printed the results of arp -a while ping was working and after it stopped working and nothing looks outof the ordinary. &lt;BR /&gt;&lt;BR /&gt;However, I did try the following:&lt;BR /&gt;&lt;BR /&gt;arp -d 10.253.161.164&lt;BR /&gt;&lt;BR /&gt;After executing this command ping works again for a short period of time.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Jan 2004 14:49:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/intermitent-ping/m-p/3177436#M570411</guid>
      <dc:creator>Jay LaBonte</dc:creator>
      <dc:date>2004-01-29T14:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Intermitent Ping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/intermitent-ping/m-p/3177437#M570412</link>
      <description>Did you check arp -a on the computers that could not be pinged?  Sounds to me like they may be getting a bad MAC for the IP in their arp table and when you erase one from yours then yours has to re-arp for their info and in the process probably updates the incorrect info.&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Tue, 03 Feb 2004 09:32:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/intermitent-ping/m-p/3177437#M570412</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2004-02-03T09:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Intermitent Ping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/intermitent-ping/m-p/3177438#M570413</link>
      <description>The error for: ndd -get /dev/ip ip_ire_gw_probe probably means you are not patched very well. Even if ndd starts reporting the state of the ip_ire_gw_probe value, you must install the latest version od ndd to get it to 'stick'. You edit the nddconf file in /etc/rc.config.d to have something like this:&lt;BR /&gt; &lt;BR /&gt;  TRANSPORT_NAME[0]=ip&lt;BR /&gt;  NDD_NAME[0]=ip_ire_gw_probe&lt;BR /&gt;  NDD_VALUE[0]=0&lt;BR /&gt; &lt;BR /&gt;but the bug in ndd makes the -c option ineffective. Make sure that ndd -c works by changing the nddconf file, run ndd -get to see the current value, then ndd -c followed by ndd -get. The broken version will not change the setting and therefore the setting will not survive a reboot. This can be very frustrating to troubleshoot.</description>
      <pubDate>Tue, 03 Feb 2004 11:21:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/intermitent-ping/m-p/3177438#M570413</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-02-03T11:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Intermitent Ping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/intermitent-ping/m-p/3177439#M570414</link>
      <description>Check the file nettl.Log000 for any type of network errors&lt;BR /&gt;&lt;BR /&gt;#netfmt -Nvf /var/adm/nettl.LOG000&lt;BR /&gt;&lt;BR /&gt;It seems to be some gateway / router problem. This HP BOX is OK , i think</description>
      <pubDate>Fri, 06 Feb 2004 23:14:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/intermitent-ping/m-p/3177439#M570414</guid>
      <dc:creator>PVR</dc:creator>
      <dc:date>2004-02-06T23:14:12Z</dc:date>
    </item>
  </channel>
</rss>

