<?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: login prompt via telent slow in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/login-prompt-via-telent-slow/m-p/5237151#M532425</link>
    <description>&lt;!--!*#--&gt;First, a Forum search for keywords like, say,&lt;BR /&gt;    slow telnet&lt;BR /&gt;should find many similar threads, and even&lt;BR /&gt;some potentially useful explanations of&lt;BR /&gt;common problems, and, even more amazing, an&lt;BR /&gt;occasional solution.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] DNS [...]&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] so I am not convinced this is the&lt;BR /&gt;&amp;gt; problem.&lt;BR /&gt;&lt;BR /&gt;Nor am I, but there's a simple test (as seen&lt;BR /&gt;in some of those old discussions).  On the&lt;BR /&gt;server system (after you do get connected),&lt;BR /&gt;try:&lt;BR /&gt;&lt;BR /&gt;      nslookup client_IP_address&lt;BR /&gt;&lt;BR /&gt;If that's suspiciously slow, then that could&lt;BR /&gt;account for the problem.&lt;BR /&gt;&lt;BR /&gt;Note that normal/forward DNS resolution&lt;BR /&gt;(name-to-address) can be working fine, but if&lt;BR /&gt;reverse resolution (address-to-name) is bad,&lt;BR /&gt;then you can get this kind of sloth when&lt;BR /&gt;trying to talk to a server program which&lt;BR /&gt;wants to know/verify your host name.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Is there a file that needs to be truncated&lt;BR /&gt;&amp;gt; [...]&lt;BR /&gt;&lt;BR /&gt;I've never had this problem, so I never&lt;BR /&gt;remember the details (and I might not&lt;BR /&gt;remember them, anyway) but you should be able&lt;BR /&gt;to find that in one (or more) of those old&lt;BR /&gt;Forum discussions where reverse DNS was not&lt;BR /&gt;the problem.  (But it often is.)</description>
    <pubDate>Wed, 28 Apr 2010 02:49:09 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2010-04-28T02:49:09Z</dc:date>
    <item>
      <title>login prompt via telent slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-prompt-via-telent-slow/m-p/5237148#M532422</link>
      <description>I have an HP-UX 11 v3 system with no users on it. It is being accessed across the WAN via telnet and the login prompt is taking an extended period of time to appear. If I telnet to the MP it returns a login instantly. I rebooted the server but the same issue is occuring. Is there a file that needs to be truncated or any other suggestions would be appreciated.</description>
      <pubDate>Tue, 27 Apr 2010 13:08:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-prompt-via-telent-slow/m-p/5237148#M532422</guid>
      <dc:creator>Joe Milici</dc:creator>
      <dc:date>2010-04-27T13:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: login prompt via telent slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-prompt-via-telent-slow/m-p/5237149#M532423</link>
      <description>If the delay is 30,60 or 90 seconds, then this is a very common problem with name resolution. telnet (which is strongly recommended to be replaced by ssh) wants to aythenticate the IP address of the incoming user, typically a PC. But the PC's address is not in /etc/hosts nor is it in DNS or NIS. The solution is to change /etc/nsswitch.conf to resolve addresses from /etc/hosts first, then look at DNS or NIS, something like this:&lt;BR /&gt; &lt;BR /&gt;hosts:        files [NOTFOUND=continue UNAVAIL=continue] dns&lt;BR /&gt;ipnodes:      files [NOTFOUND=continue UNAVAIL=continue] dns&lt;BR /&gt; &lt;BR /&gt;Then add the PC's IP address (as seen by HP-UX) and a dummy name to /etc/hosts and the delay should disappear. Note that is the WAN goes through a VPN or similar appliance, the PC address seen by HP-UX may be something else. Use the command:&lt;BR /&gt; &lt;BR /&gt;who -muR | awk '{print $NF}'&lt;BR /&gt; &lt;BR /&gt;to see what your HP-UX system is seeing as the incoming IP address.</description>
      <pubDate>Tue, 27 Apr 2010 14:51:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-prompt-via-telent-slow/m-p/5237149#M532423</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2010-04-27T14:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: login prompt via telent slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-prompt-via-telent-slow/m-p/5237150#M532424</link>
      <description>Thanks for the info. I am somewhat skeptical because if this was an issue from day one I would suspect name resolution could be an issue but it was working perfectly and the telnet to the maintenance processor is working as expected so I am not convinced this is the problem.</description>
      <pubDate>Tue, 27 Apr 2010 14:57:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-prompt-via-telent-slow/m-p/5237150#M532424</guid>
      <dc:creator>Joe Milici</dc:creator>
      <dc:date>2010-04-27T14:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: login prompt via telent slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-prompt-via-telent-slow/m-p/5237151#M532425</link>
      <description>&lt;!--!*#--&gt;First, a Forum search for keywords like, say,&lt;BR /&gt;    slow telnet&lt;BR /&gt;should find many similar threads, and even&lt;BR /&gt;some potentially useful explanations of&lt;BR /&gt;common problems, and, even more amazing, an&lt;BR /&gt;occasional solution.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] DNS [...]&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] so I am not convinced this is the&lt;BR /&gt;&amp;gt; problem.&lt;BR /&gt;&lt;BR /&gt;Nor am I, but there's a simple test (as seen&lt;BR /&gt;in some of those old discussions).  On the&lt;BR /&gt;server system (after you do get connected),&lt;BR /&gt;try:&lt;BR /&gt;&lt;BR /&gt;      nslookup client_IP_address&lt;BR /&gt;&lt;BR /&gt;If that's suspiciously slow, then that could&lt;BR /&gt;account for the problem.&lt;BR /&gt;&lt;BR /&gt;Note that normal/forward DNS resolution&lt;BR /&gt;(name-to-address) can be working fine, but if&lt;BR /&gt;reverse resolution (address-to-name) is bad,&lt;BR /&gt;then you can get this kind of sloth when&lt;BR /&gt;trying to talk to a server program which&lt;BR /&gt;wants to know/verify your host name.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Is there a file that needs to be truncated&lt;BR /&gt;&amp;gt; [...]&lt;BR /&gt;&lt;BR /&gt;I've never had this problem, so I never&lt;BR /&gt;remember the details (and I might not&lt;BR /&gt;remember them, anyway) but you should be able&lt;BR /&gt;to find that in one (or more) of those old&lt;BR /&gt;Forum discussions where reverse DNS was not&lt;BR /&gt;the problem.  (But it often is.)</description>
      <pubDate>Wed, 28 Apr 2010 02:49:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-prompt-via-telent-slow/m-p/5237151#M532425</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-04-28T02:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: login prompt via telent slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-prompt-via-telent-slow/m-p/5237152#M532426</link>
      <description>&amp;gt;Is there a file that needs to be truncated &lt;BR /&gt;&lt;BR /&gt;If it isn't the lookup problem mentioned above, there have been some threads where the sizes of /var/adm/wtmp* grows too large and slows things down.</description>
      <pubDate>Wed, 28 Apr 2010 06:55:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-prompt-via-telent-slow/m-p/5237152#M532426</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-04-28T06:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: login prompt via telent slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-prompt-via-telent-slow/m-p/5237153#M532427</link>
      <description>&lt;!--!*#--&gt;&amp;gt; Thanks for the advice&lt;BR /&gt;&lt;BR /&gt;Future Forum users (those who _do_ try to use&lt;BR /&gt;the Search feature) might be interested in&lt;BR /&gt;learning whether (and, if so, how) you&lt;BR /&gt;resolved your problem.</description>
      <pubDate>Wed, 28 Apr 2010 14:22:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-prompt-via-telent-slow/m-p/5237153#M532427</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-04-28T14:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: login prompt via telent slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-prompt-via-telent-slow/m-p/5237154#M532428</link>
      <description>The issue was related to a bad DNS entry in resolv.conf. Once I put the corrected addresses into the file, I stopped and started the inetd process and response time is perfect. Thanks to all for your responses.</description>
      <pubDate>Wed, 28 Apr 2010 16:26:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-prompt-via-telent-slow/m-p/5237154#M532428</guid>
      <dc:creator>Joe Milici</dc:creator>
      <dc:date>2010-04-28T16:26:13Z</dc:date>
    </item>
  </channel>
</rss>

