<?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: SSH and Telnet question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-and-telnet-question/m-p/4024539#M300504</link>
    <description>that's just it. it does this to and from. Even if i use the IP address its still delayed. that's why i didn't look at DNS. &lt;BR /&gt;&lt;BR /&gt;here is my nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;hosts: dns     [NOTFOUND=continue UNAVAIL=continue TRYAGAIN=continue] files    [NOTFOUND=return UNAVAIL=continue TRYAGAI&lt;BR /&gt;N=return]&lt;BR /&gt;&lt;BR /&gt;its participating on the network just fine. No one is complaining of poor performance.</description>
    <pubDate>Fri, 22 Jun 2007 06:57:19 GMT</pubDate>
    <dc:creator>Chris Fadrowski</dc:creator>
    <dc:date>2007-06-22T06:57:19Z</dc:date>
    <item>
      <title>SSH and Telnet question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-and-telnet-question/m-p/4024535#M300500</link>
      <description>I have multiple rx4640 Itanium systems running HPUX 11.23v2. On one particular system, when telneting or shh'g to or from the system it takes up to 20 seconds for the username prompt to appear. &lt;BR /&gt;&lt;BR /&gt;All the other systems are instantaneous with the prompt. Each system is relatively the same. I am wondering why this one system is perfroming like this. &lt;BR /&gt;&lt;BR /&gt;it is causing timeouts with applications that log in to the system. Any ideas?</description>
      <pubDate>Thu, 21 Jun 2007 15:17:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-and-telnet-question/m-p/4024535#M300500</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2007-06-21T15:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: SSH and Telnet question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-and-telnet-question/m-p/4024536#M300501</link>
      <description>&lt;BR /&gt;most likely cause - DNS&lt;BR /&gt;&lt;BR /&gt;check nsswitch.conf&lt;BR /&gt;check name lookup&lt;BR /&gt;check reveres name lookup&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jun 2007 15:20:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-and-telnet-question/m-p/4024536#M300501</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2007-06-21T15:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: SSH and Telnet question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-and-telnet-question/m-p/4024537#M300502</link>
      <description>Hi chris,&lt;BR /&gt;&lt;BR /&gt;Its a hostname resolution problem.. system is taking time to resolve the host name from cache.When a program on a client host needs to obtain information about a domain, it will send a message to the local DNS server host. If the local server has this information, it will send back a reply immediately. If the local server does not have this information, it will research by sending queries to other servers, following the Domain Name System structure. Once the local server has found an answer for the client, it will then reply, but will also cache what it has learned in order to respond more speedily to subsequent queries.&lt;BR /&gt;Check ur /etc/hosts..&lt;BR /&gt;&lt;BR /&gt;Check for ---&amp;gt;&lt;BR /&gt;&lt;BR /&gt;nslookup â   query Internet name servers interactively&lt;BR /&gt;&lt;BR /&gt;dig â   Domain Information Groper&lt;BR /&gt;&lt;BR /&gt;host â   look up host names using domain server&lt;BR /&gt;&lt;BR /&gt;addr â   get address of host&lt;BR /&gt;&lt;BR /&gt;dnsquery â   give all the DNS details and Mail exchange records&lt;BR /&gt;&lt;BR /&gt;As suggested above check /etc/nsswitch.conf&lt;BR /&gt;--&amp;gt; configuration file for the name-service switch&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Reshma</description>
      <pubDate>Thu, 21 Jun 2007 22:02:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-and-telnet-question/m-p/4024537#M300502</guid>
      <dc:creator>Reshma Malusare</dc:creator>
      <dc:date>2007-06-21T22:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: SSH and Telnet question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-and-telnet-question/m-p/4024538#M300503</link>
      <description>If you suspect DNS then try telnet'ing to the server with the numeric IP address instead of the symbolic name. If this gives you an "instantaneous" prompt then DNS is the culprit otherwise rummage thru the network to isolate the problem.</description>
      <pubDate>Thu, 21 Jun 2007 22:47:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-and-telnet-question/m-p/4024538#M300503</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2007-06-21T22:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: SSH and Telnet question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-and-telnet-question/m-p/4024539#M300504</link>
      <description>that's just it. it does this to and from. Even if i use the IP address its still delayed. that's why i didn't look at DNS. &lt;BR /&gt;&lt;BR /&gt;here is my nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;hosts: dns     [NOTFOUND=continue UNAVAIL=continue TRYAGAIN=continue] files    [NOTFOUND=return UNAVAIL=continue TRYAGAI&lt;BR /&gt;N=return]&lt;BR /&gt;&lt;BR /&gt;its participating on the network just fine. No one is complaining of poor performance.</description>
      <pubDate>Fri, 22 Jun 2007 06:57:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-and-telnet-question/m-p/4024539#M300504</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2007-06-22T06:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: SSH and Telnet question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-and-telnet-question/m-p/4024540#M300505</link>
      <description>Change UseDNS to No even you are using IP.&lt;BR /&gt;&lt;BR /&gt;See explanation - &lt;A href="http://64.233.183.104/search?q=cache:JnQl9KNejl4J:docs.hp.com/en/T1471-90010/T1471-90010.pdf+UseDNS+site:hp.com&amp;amp;hl=en&amp;amp;ct=clnk&amp;amp;cd=1#11" target="_blank"&gt;http://64.233.183.104/search?q=cache:JnQl9KNejl4J:docs.hp.com/en/T1471-90010/T1471-90010.pdf+UseDNS+site:hp.com&amp;amp;hl=en&amp;amp;ct=clnk&amp;amp;cd=1#11&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Fri, 22 Jun 2007 07:01:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-and-telnet-question/m-p/4024540#M300505</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2007-06-22T07:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: SSH and Telnet question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-and-telnet-question/m-p/4024541#M300506</link>
      <description>UseDNS is commented out in the sshd_config file already. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#UseDNS = yes</description>
      <pubDate>Fri, 22 Jun 2007 07:05:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-and-telnet-question/m-p/4024541#M300506</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2007-06-22T07:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: SSH and Telnet question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-and-telnet-question/m-p/4024542#M300507</link>
      <description>It's commented, but default value is Yes.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Fri, 22 Jun 2007 07:21:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-and-telnet-question/m-p/4024542#M300507</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2007-06-22T07:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: SSH and Telnet question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-and-telnet-question/m-p/4024543#M300508</link>
      <description>You could try tracing the telnet/ssh login process thru tusc and see where it hangs viz.,&lt;BR /&gt;&lt;BR /&gt;# tusc &lt;TELNET&gt; hostname&lt;/TELNET&gt;</description>
      <pubDate>Fri, 22 Jun 2007 09:35:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-and-telnet-question/m-p/4024543#M300508</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2007-06-22T09:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: SSH and Telnet question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-and-telnet-question/m-p/4024544#M300509</link>
      <description>what is "tusc"</description>
      <pubDate>Fri, 22 Jun 2007 09:39:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-and-telnet-question/m-p/4024544#M300509</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2007-06-22T09:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: SSH and Telnet question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-and-telnet-question/m-p/4024545#M300510</link>
      <description>take a look at the URL below:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/tusc-7.8/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/tusc-7.8/&lt;/A&gt;</description>
      <pubDate>Fri, 22 Jun 2007 09:47:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-and-telnet-question/m-p/4024545#M300510</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2007-06-22T09:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: SSH and Telnet question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-and-telnet-question/m-p/4024546#M300511</link>
      <description>It might already be installed on your system; just do a "whereis tusc" to find out the location of the binary and its corresponding man page.&lt;BR /&gt;&lt;BR /&gt;# whereis tusc&lt;BR /&gt;&lt;BR /&gt;~hope it helps</description>
      <pubDate>Fri, 22 Jun 2007 09:53:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-and-telnet-question/m-p/4024546#M300511</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2007-06-22T09:53:01Z</dc:date>
    </item>
  </channel>
</rss>

