<?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: HPUX 11.31 ping issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-ping-issue/m-p/4396376#M535907</link>
    <description>The problem is solved now, the hp support come back with the solution:&lt;BR /&gt;&lt;BR /&gt;we commented out the 53/tcp and 53/udp in the /etc/services, which is for the nameserver during the server hardening. uncomment the two line and ping is able to do hostname look up. &lt;BR /&gt;&lt;BR /&gt;I am closing this thread now, but it is quite strange for ping to depend on the nameserver service instead of gethostbyname.</description>
    <pubDate>Tue, 14 Apr 2009 02:02:06 GMT</pubDate>
    <dc:creator>Li Hao</dc:creator>
    <dc:date>2009-04-14T02:02:06Z</dc:date>
    <item>
      <title>HPUX 11.31 ping issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-ping-issue/m-p/4396364#M535895</link>
      <description>I have a strange ping issue on few 11.31 servers. The servers can only ping using the ip address, if using hostname, it will immediately give a unknown host error.&lt;BR /&gt;&lt;BR /&gt;I do a search on the itrc forum and do whatever suggestion I found: nsswitch.conf, hosts, nsquery etc.&lt;BR /&gt;&lt;BR /&gt;The nsswitch.conf is set to files [NOTFOUND=continue] dns.&lt;BR /&gt;/etc/hosts is configured with some local hostnames. both local hostname and external hostname in dns are getting the same error. even if I do a "ping localhost" will get the same error.&lt;BR /&gt;&lt;BR /&gt;the nsquery, nslookup are working fine, I have try telnet, ssh all are able to use the hostname.  I even write a perl script to do the syscall gethostbyname and it also works. Looks like the ping command is not even try to do a hostname lookup when given a hostname instead of ip address.&lt;BR /&gt;&lt;BR /&gt;what else do I miss?&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Apr 2009 07:55:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-ping-issue/m-p/4396364#M535895</guid>
      <dc:creator>Li Hao</dc:creator>
      <dc:date>2009-04-07T07:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 11.31 ping issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-ping-issue/m-p/4396365#M535896</link>
      <description>sorry if this is a basic one,&lt;BR /&gt;do you have a valid /etc/resolv.conf file.</description>
      <pubDate>Tue, 07 Apr 2009 08:33:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-ping-issue/m-p/4396365#M535896</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2009-04-07T08:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 11.31 ping issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-ping-issue/m-p/4396366#M535897</link>
      <description>Hi,&lt;BR /&gt;If all are good except ping, I will suspect first something like a deny of icmp. Do you use some firewall, bastille or something about security.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Apr 2009 08:34:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-ping-issue/m-p/4396366#M535897</guid>
      <dc:creator>smatador</dc:creator>
      <dc:date>2009-04-07T08:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 11.31 ping issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-ping-issue/m-p/4396367#M535898</link>
      <description>below are the things i can think ;&lt;BR /&gt;&lt;BR /&gt;* if you are using windows to ping, then windows use the NETbios rather than DNS&lt;BR /&gt;* you need to check the DNS timeout configured on the DNS server, so it doesnt drop the requests &lt;BR /&gt;* there is no dns cache involved with hpux, it just needs a valid ip address /etc/resolv.conf&lt;BR /&gt;* you can test changing &lt;BR /&gt;&lt;BR /&gt;files [NOTFOUND=continue] dns&lt;BR /&gt;&lt;BR /&gt;to &lt;BR /&gt;&lt;BR /&gt;files&lt;BR /&gt;&lt;BR /&gt;and check for ping-ing the hosts which are available with /etc/hosts.</description>
      <pubDate>Tue, 07 Apr 2009 08:43:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-ping-issue/m-p/4396367#M535898</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2009-04-07T08:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 11.31 ping issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-ping-issue/m-p/4396368#M535899</link>
      <description>1. the name servers in /etc/resolv.conf is valid, I can do nslookup/nsquery for hostnames/ip(reverse lookup), both internal and external. only ping is not working.&lt;BR /&gt;&lt;BR /&gt;2. I have disabled the ipf using ipfilter -d and the address I try to ping will not go through firewall, for example, I try to ping localhost, still get the error. ping the ipaddress directly is working perfectly. so it is not firewall or icmp issue.&lt;BR /&gt;&lt;BR /&gt;3. the ping command is issued from the hpux server itself. it can not ping itself, means if I do a "ping localhost", it still give me "unknown host localhost"&lt;BR /&gt;&lt;BR /&gt;I have tried to change the nsswitch.conf to use only files, but still give me the same error. I need the dns for application to work, so I turn it back on later.</description>
      <pubDate>Tue, 07 Apr 2009 08:57:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-ping-issue/m-p/4396368#M535899</guid>
      <dc:creator>Li Hao</dc:creator>
      <dc:date>2009-04-07T08:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 11.31 ping issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-ping-issue/m-p/4396369#M535900</link>
      <description>I don't know what the ipf -d command does, but try ipf -Fa (Flush all) and give it a try. If it does work, then your ipfilter rule set is the problem.&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Apr 2009 13:39:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-ping-issue/m-p/4396369#M535900</guid>
      <dc:creator>Fred K. Abell Jr._1</dc:creator>
      <dc:date>2009-04-07T13:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 11.31 ping issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-ping-issue/m-p/4396370#M535901</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;I suggest you fire up wireshark or tcpdump&lt;BR /&gt;&lt;BR /&gt;Then filter for traffic on the target of the ping.&lt;BR /&gt;&lt;BR /&gt;If when you ping you see results in the utility, this means the traffic is getting through to the target. If not, the problem is exclusively on the 11.31 boxes.&lt;BR /&gt;&lt;BR /&gt;Things to check:&lt;BR /&gt;/etc/rc.config.d/netconf&lt;BR /&gt;Could be an inconsistency there, maybe in gateway.&lt;BR /&gt;/etc/rc.config.d/nddconf&lt;BR /&gt;Ping could be blocked.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 07 Apr 2009 14:11:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-ping-issue/m-p/4396370#M535901</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-04-07T14:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 11.31 ping issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-ping-issue/m-p/4396371#M535902</link>
      <description>You have to remember that DNS is a *2* way street.&lt;BR /&gt;Everything must be looked up both by name &amp;amp; IP.&lt;BR /&gt;I suspect your DNS server lacks the second.&lt;BR /&gt;Thst's easily checked - do nslookups both ways.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 07 Apr 2009 17:10:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-ping-issue/m-p/4396371#M535902</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2009-04-07T17:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 11.31 ping issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-ping-issue/m-p/4396372#M535903</link>
      <description>"The nsswitch.conf is set to &lt;BR /&gt;files [NOTFOUND=continue] dns."&lt;BR /&gt;&lt;BR /&gt;A proper nsswitch.conf will contain,&lt;BR /&gt;(no space between files and [ )&lt;BR /&gt;hosts: files[NOTFOUND=continue UNAVAIL=continue] dns [NOTFOUND=continue UNAVAIL=continue TRYAGAIN=return] nis&lt;BR /&gt;&lt;BR /&gt;also post the output of &lt;BR /&gt;&lt;BR /&gt;# whereis ping&lt;BR /&gt;# swlist -l file | grep &lt;PATH of="" ping=""&gt;&lt;BR /&gt;# cksum &lt;PATH of="" ping=""&gt;&lt;/PATH&gt;&lt;/PATH&gt;</description>
      <pubDate>Tue, 07 Apr 2009 17:21:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-ping-issue/m-p/4396372#M535903</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-04-07T17:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 11.31 ping issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-ping-issue/m-p/4396373#M535904</link>
      <description>I guess I should clarify that.&lt;BR /&gt;By both ways I mean both methods - IP &amp;amp; hostname.&lt;BR /&gt;Not both directions.&lt;BR /&gt;Do *that* both with each host.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 07 Apr 2009 17:28:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-ping-issue/m-p/4396373#M535904</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2009-04-07T17:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 11.31 ping issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-ping-issue/m-p/4396374#M535905</link>
      <description>Hi all , i am sending behalf of Mr. Li Hao:&lt;BR /&gt;&lt;BR /&gt;# whereis ping&lt;BR /&gt;ping: /usr/sbin/ping /usr/share/man/man1m.Z/ping.1m&lt;BR /&gt;# swlist -l file | grep /usr/sbin/ping&lt;BR /&gt;  Networking.NET2-RUN: /usr/sbin/ping&lt;BR /&gt;# cksum /usr/sbin/ping&lt;BR /&gt;690138372 78432 /usr/sbin/ping&lt;BR /&gt;# uname -a&lt;BR /&gt;HP-UX B.11.31 U ia64 2608458592 unlimited-user license&lt;BR /&gt;# date&lt;BR /&gt;Thu Apr  9 09:34:31 SST 2009&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;any suggestion ?</description>
      <pubDate>Thu, 09 Apr 2009 00:36:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-ping-issue/m-p/4396374#M535905</guid>
      <dc:creator>James_Lau</dc:creator>
      <dc:date>2009-04-09T00:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 11.31 ping issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-ping-issue/m-p/4396375#M535906</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am sure this is not a network/firewall problem, since I can do ping &lt;IP address=""&gt;, so ping is not blocked. it is when I do a ping &lt;HOSTNAME&gt;, it will immediately give a unknown host error. &lt;BR /&gt;&lt;BR /&gt;the dns/hosts file setting is also ok, I can do nslookup, nsquery, telnet, ssh with the hostname, all return the correct ip address, just the ping is not working. &lt;BR /&gt;&lt;BR /&gt;I also raised a support to hp. so far no solution yet. I have 4 11.31 server all behave the same way.&lt;/HOSTNAME&gt;&lt;/IP&gt;</description>
      <pubDate>Mon, 13 Apr 2009 07:15:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-ping-issue/m-p/4396375#M535906</guid>
      <dc:creator>Li Hao</dc:creator>
      <dc:date>2009-04-13T07:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 11.31 ping issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-ping-issue/m-p/4396376#M535907</link>
      <description>The problem is solved now, the hp support come back with the solution:&lt;BR /&gt;&lt;BR /&gt;we commented out the 53/tcp and 53/udp in the /etc/services, which is for the nameserver during the server hardening. uncomment the two line and ping is able to do hostname look up. &lt;BR /&gt;&lt;BR /&gt;I am closing this thread now, but it is quite strange for ping to depend on the nameserver service instead of gethostbyname.</description>
      <pubDate>Tue, 14 Apr 2009 02:02:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-ping-issue/m-p/4396376#M535907</guid>
      <dc:creator>Li Hao</dc:creator>
      <dc:date>2009-04-14T02:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 11.31 ping issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-ping-issue/m-p/4396377#M535908</link>
      <description>Hi all , thanks for the suggestions and support.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;James Lau</description>
      <pubDate>Tue, 14 Apr 2009 02:18:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-ping-issue/m-p/4396377#M535908</guid>
      <dc:creator>James_Lau</dc:creator>
      <dc:date>2009-04-14T02:18:40Z</dc:date>
    </item>
  </channel>
</rss>

