<?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: problem with telnet. Please help ! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-telnet-please-help/m-p/2536427#M899646</link>
    <description>When a user telnets into your box...it has to resolve who the person attempt to login ...is...&lt;BR /&gt;Depending on how your system is set up...it will go and try to resolve who they are based on how your /etc/nsswitch.conf is set up (hosts,DNS,NIS...).  So if the user is not identified on your hosts file it will check DNS and that is where it will hang for about 100seconds. When it finally gives up, it will return the login prompt.&lt;BR /&gt;&lt;BR /&gt;The way around this is to setup those telnet folks either under your /etc/hosts file or via DNA in the named.boot.&lt;BR /&gt;&lt;BR /&gt;There is an HP document on this: A5338041&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=917eb0d1187a7c6208/screen=ckiDisplayDocument?docId=200000027709160" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=917eb0d1187a7c6208/screen=ckiDisplayDocument?docId=200000027709160&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you don't have access to the document I can post it, but basically it says what I just mentioned.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Rita&lt;BR /&gt;</description>
    <pubDate>Tue, 05 Jun 2001 11:19:44 GMT</pubDate>
    <dc:creator>Rita C Workman</dc:creator>
    <dc:date>2001-06-05T11:19:44Z</dc:date>
    <item>
      <title>problem with telnet. Please help !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-telnet-please-help/m-p/2536422#M899641</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a HP L-class box and users feedback that it takes a long time for them to get the login prompt wheen they try to connect to the L-class server using normal telnet. I tried it myself and indeed it's taking something like more than a minute or so to see the login prompt comes out. Why is that so?&lt;BR /&gt;Or is there any parameter to specify how long to wait before we get the login prompt ?&lt;BR /&gt;&lt;BR /&gt;Really appreciate any advise.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shirley</description>
      <pubDate>Tue, 05 Jun 2001 08:57:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-telnet-please-help/m-p/2536422#M899641</guid>
      <dc:creator>Tan Shirley</dc:creator>
      <dc:date>2001-06-05T08:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: problem with telnet. Please help !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-telnet-please-help/m-p/2536423#M899642</link>
      <description>It might also be worth trying "telnet localhost" to see if your telnet server is working properly.If it is ok the problem is with the network.</description>
      <pubDate>Tue, 05 Jun 2001 09:04:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-telnet-please-help/m-p/2536423#M899642</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-06-05T09:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: problem with telnet. Please help !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-telnet-please-help/m-p/2536424#M899643</link>
      <description>did you set up quotas ???&lt;BR /&gt;&lt;BR /&gt;then it might take quit a long time to login , especially if &lt;BR /&gt;you have an NFS mount which is down or some other&lt;BR /&gt;problems with mounted devices</description>
      <pubDate>Tue, 05 Jun 2001 09:06:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-telnet-please-help/m-p/2536424#M899643</guid>
      <dc:creator>Rainer von Bongartz</dc:creator>
      <dc:date>2001-06-05T09:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: problem with telnet. Please help !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-telnet-please-help/m-p/2536425#M899644</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;In addition to a number of defect fixes, the latest telnetd(1M) General Release &lt;BR /&gt;patch PHNE_22159 contains a performance enhancement and an updated man page.&lt;BR /&gt;&lt;BR /&gt;The performance enhancement is derived from the fix in JAGab16743 and allows &lt;BR /&gt;telnetd to be tuned for optimum performance for applications generating small, &lt;BR /&gt;often single byte writes to a telnet client, but also requiring fast interactive &lt;BR /&gt;response from the terminal keyboard.&lt;BR /&gt;&lt;BR /&gt;Prior to PHNE_22159 a non-documented option -TCP_DELAY provided a degree of &lt;BR /&gt;tuning to allow some concatenation of outbound data from telnetd to the telnet &lt;BR /&gt;client. In most cases, adding -TCP_DELAY to the telnetd command line in &lt;BR /&gt;/etc/inetd.conf is sufficient to achieve the same telnetd performance over &lt;BR /&gt;11.0 as was seen by a telnet application on HP-UX 9.X or 10.X&lt;BR /&gt;&lt;BR /&gt;However in some cases using -TCP_DELAY reduces to an unacceptable level the &lt;BR /&gt;interactive response times on keyboard intensive applications. &lt;BR /&gt;In this case using the new telnetd options instead of -TCP_DELAY should provide &lt;BR /&gt;the optimum of good throughput and acceptable interactive response from the &lt;BR /&gt;keyboard.&lt;BR /&gt;&lt;BR /&gt;The new options are -s buffersize and -z buffer timeout. Both these new options &lt;BR /&gt;and the existing -TCP_DELAY option are now documented in the  telnetd(1M) man &lt;BR /&gt;page provided with PHNE_22159.  &lt;BR /&gt;&lt;BR /&gt;-TCP_DELAY  &lt;BR /&gt;This option allows users to disable the TCP_NODELAY socket option. When telnetd &lt;BR /&gt;is invoked with this option, small writes over telnetd may concatenate at the &lt;BR /&gt;tcp level so that larger tcp packets are sent to the telnet client at less &lt;BR /&gt;frequent intervals.&lt;BR /&gt;                                   &lt;BR /&gt;-s  &lt;BR /&gt;This option allows users to set the BUFFERSIZE  value. When set, this informs &lt;BR /&gt;telnetd of the number of user bytes to concatenate before&lt;BR /&gt;sending to TCP. This option is set with integer values. There is no specified &lt;BR /&gt;default. &lt;BR /&gt;&lt;BR /&gt;-z     &lt;BR /&gt;This option allows users to set the BUFFERTIMEOUT value. When set, this informs &lt;BR /&gt;telnetd how long it should wait before timing out and flushing&lt;BR /&gt;the concatenated user data to TCP. Note that the TIMEOUT value is measured in &lt;BR /&gt;clock ticks (10ms) and not in seconds. This option is set with integer values. &lt;BR /&gt;There is no specified default. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For example, to configure telnetd to use the -TCP_DELAY option - which should &lt;BR /&gt;be effective for most cases where telnet tuning is required, the entry in &lt;BR /&gt;/etc/inetd.conf would be&lt;BR /&gt;&lt;BR /&gt;telnet stream tcp nowait root /usr/lbin/telnetd telnetd  -TCP_DELAY &lt;BR /&gt;&lt;BR /&gt;To configure telnetd to have a BUFFERSIZE of 100 bytes and a BUFFERTIMEOUT of &lt;BR /&gt;100 ticks (1 second) the entry in /etc/inetd.conf would be:&lt;BR /&gt;&lt;BR /&gt;telnet stream tcp nowait root /usr/lbin/telnetd telnetd -s100  -z100&lt;BR /&gt;&lt;BR /&gt;Remember to add the minus sign to each option and insert no spaces between the &lt;BR /&gt;minus sign and the option value. Stop and start inetd after each change to &lt;BR /&gt;/etc/inetd.conf.  Also note a tuning change only applies to a new inbound telnet &lt;BR /&gt;connection, not existing telnet connections.&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Jun 2001 09:51:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-telnet-please-help/m-p/2536425#M899644</guid>
      <dc:creator>eran maor</dc:creator>
      <dc:date>2001-06-05T09:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: problem with telnet. Please help !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-telnet-please-help/m-p/2536426#M899645</link>
      <description>I was having a similar problem at one time when I had turned NIS on for awhile and then turned it off.  When it was turned off, there were still some conifguration files that were looking for an NIS server and would keep trying until they timed out - then and only then would I get a login prompt.</description>
      <pubDate>Tue, 05 Jun 2001 10:23:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-telnet-please-help/m-p/2536426#M899645</guid>
      <dc:creator>Tracey</dc:creator>
      <dc:date>2001-06-05T10:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: problem with telnet. Please help !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-telnet-please-help/m-p/2536427#M899646</link>
      <description>When a user telnets into your box...it has to resolve who the person attempt to login ...is...&lt;BR /&gt;Depending on how your system is set up...it will go and try to resolve who they are based on how your /etc/nsswitch.conf is set up (hosts,DNS,NIS...).  So if the user is not identified on your hosts file it will check DNS and that is where it will hang for about 100seconds. When it finally gives up, it will return the login prompt.&lt;BR /&gt;&lt;BR /&gt;The way around this is to setup those telnet folks either under your /etc/hosts file or via DNA in the named.boot.&lt;BR /&gt;&lt;BR /&gt;There is an HP document on this: A5338041&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=917eb0d1187a7c6208/screen=ckiDisplayDocument?docId=200000027709160" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=917eb0d1187a7c6208/screen=ckiDisplayDocument?docId=200000027709160&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you don't have access to the document I can post it, but basically it says what I just mentioned.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Rita&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Jun 2001 11:19:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-telnet-please-help/m-p/2536427#M899646</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2001-06-05T11:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: problem with telnet. Please help !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-telnet-please-help/m-p/2536428#M899647</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Thanks for all the advise !&lt;BR /&gt;I realised that my /etc/nsswitch.conf is using dns instead of files, hence the long interval before I get my login prompt !&lt;BR /&gt;&lt;BR /&gt;Thanks a miilion !  You guys are of great help !&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shirley</description>
      <pubDate>Wed, 06 Jun 2001 00:06:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-telnet-please-help/m-p/2536428#M899647</guid>
      <dc:creator>Tan Shirley</dc:creator>
      <dc:date>2001-06-06T00:06:01Z</dc:date>
    </item>
  </channel>
</rss>

