<?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 Connectivity delay tim in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/connectivity-delay-tim/m-p/4057428#M542115</link>
    <description>Dear All,&lt;BR /&gt;&lt;BR /&gt;I have HP rp5479 hp ux v1, when i telnet i face delay time, i have to wait 7min and then i get login prompt. i confirmed with Data Network team, they said no any fault in network cause this delay..&lt;BR /&gt;&lt;BR /&gt;What is the reason of delay?</description>
    <pubDate>Tue, 21 Aug 2007 03:20:57 GMT</pubDate>
    <dc:creator>John Ferro</dc:creator>
    <dc:date>2007-08-21T03:20:57Z</dc:date>
    <item>
      <title>Connectivity delay tim</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connectivity-delay-tim/m-p/4057428#M542115</link>
      <description>Dear All,&lt;BR /&gt;&lt;BR /&gt;I have HP rp5479 hp ux v1, when i telnet i face delay time, i have to wait 7min and then i get login prompt. i confirmed with Data Network team, they said no any fault in network cause this delay..&lt;BR /&gt;&lt;BR /&gt;What is the reason of delay?</description>
      <pubDate>Tue, 21 Aug 2007 03:20:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connectivity-delay-tim/m-p/4057428#M542115</guid>
      <dc:creator>John Ferro</dc:creator>
      <dc:date>2007-08-21T03:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Connectivity delay tim</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connectivity-delay-tim/m-p/4057429#M542116</link>
      <description>&lt;BR /&gt;Faisal,&lt;BR /&gt;&lt;BR /&gt; what about telnet by IP address ? Suspected the DNS is down ? Any changes lately like replace lan card or change switches ?&lt;BR /&gt;&lt;BR /&gt;check nettl see if there is any duplicate ip&lt;BR /&gt;&lt;BR /&gt;# netfmt -f nettl.LOG000 &amp;gt; /tmp/a.out&lt;BR /&gt;# more /tmp/a.out (check latest timestamp)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;WK&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Aug 2007 03:28:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connectivity-delay-tim/m-p/4057429#M542116</guid>
      <dc:creator>whiteknight</dc:creator>
      <dc:date>2007-08-21T03:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Connectivity delay tim</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connectivity-delay-tim/m-p/4057430#M542117</link>
      <description>Hi Faisal,&lt;BR /&gt;&lt;BR /&gt;1. check name resolution, check DNS server(s).&lt;BR /&gt;2. check for presense of ipv6: &lt;BR /&gt;ls -l /dev/ip* &lt;BR /&gt;&lt;BR /&gt;If you have it add this into /etc/nsswitch.conf:&lt;BR /&gt;ipnodes: files &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Tue, 21 Aug 2007 04:04:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connectivity-delay-tim/m-p/4057430#M542117</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2007-08-21T04:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Connectivity delay tim</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connectivity-delay-tim/m-p/4057431#M542118</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Most common cause of this is:&lt;BR /&gt;&lt;BR /&gt;1) Lack of an /etc/hosts entry on the target system for itself. Though DNS is supposed to resolve it, I've seen this time and time and again. If the target ip is 192.168.0.10 then add this to /etc/hosts &lt;BR /&gt;&lt;BR /&gt;192.168.0.10     hostname&lt;BR /&gt;&lt;BR /&gt;You may need a fully qualified domain name on the line as well as hostname depending on your network environment.&lt;BR /&gt;&lt;BR /&gt;2) Slow DNS resolution. You might not like idea 1 in which case you should try again by ip address and if that is faster, deal with the DNS servers, which in many environments is a Microsoft problem.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 21 Aug 2007 04:06:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connectivity-delay-tim/m-p/4057431#M542118</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-08-21T04:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Connectivity delay tim</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connectivity-delay-tim/m-p/4057432#M542119</link>
      <description>Simply use the IP address, NOT the hostname. Hostnames are poor substitutes for the IP address, primarily because someone has to maintain them. If no delay occurs with an IP address, then you have bad DNS problems. You can verify this with nslookup or nsquery. Change the /etc/nsswitch.conf to have the hosts: line read like this:&lt;BR /&gt; &lt;BR /&gt;hosts: files [NOTFOUND=continue TRYAGAIN=continue] dns&lt;BR /&gt; &lt;BR /&gt;Now, put the hostnames you want to use in the /etc/hosts file. Do the same for the remote systems. That will end your connect delays. Then turn the DNS problems over to the DNS administrators.</description>
      <pubDate>Tue, 21 Aug 2007 20:30:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connectivity-delay-tim/m-p/4057432#M542119</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-08-21T20:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Connectivity delay tim</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connectivity-delay-tim/m-p/4057433#M542120</link>
      <description>Hi Faisal,&lt;BR /&gt;see the below thread.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=453887" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=453887&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Asif Sharif</description>
      <pubDate>Wed, 22 Aug 2007 04:14:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connectivity-delay-tim/m-p/4057433#M542120</guid>
      <dc:creator>Asif Sharif</dc:creator>
      <dc:date>2007-08-22T04:14:23Z</dc:date>
    </item>
  </channel>
</rss>

