<?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: Telnet sessions keep dropping in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-sessions-keep-dropping/m-p/2889913#M102665</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;TMOUT=0 is good&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also look at&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; ndd(1M)                                                             ndd(1M)&lt;BR /&gt;&lt;BR /&gt; NAME&lt;BR /&gt;      ndd - network tuning&lt;BR /&gt;&lt;BR /&gt; SYNOPSIS&lt;BR /&gt;      ndd -get network_device parameter&lt;BR /&gt;&lt;BR /&gt;      ndd -set network_device parameter value&lt;BR /&gt;&lt;BR /&gt;      ndd -h sup[ported]&lt;BR /&gt;&lt;BR /&gt;      ndd -h unsup[ported]&lt;BR /&gt;&lt;BR /&gt;      ndd -h [parameter]&lt;BR /&gt;&lt;BR /&gt;      ndd -c&lt;BR /&gt;&lt;BR /&gt; DESCRIPTION&lt;BR /&gt;      The ndd command allows the examination and modification of several&lt;BR /&gt;      tunable parameters that affect networking operation and behavior. It&lt;BR /&gt;      accepts arguments on the command line or may be run interactively.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For fine tuning&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                         steve Steel</description>
    <pubDate>Fri, 24 Jan 2003 11:20:39 GMT</pubDate>
    <dc:creator>Steve Steel</dc:creator>
    <dc:date>2003-01-24T11:20:39Z</dc:date>
    <item>
      <title>Telnet sessions keep dropping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-sessions-keep-dropping/m-p/2889910#M102662</link>
      <description>I know that a problem like this has a million possible causes, but I'm hoping somebody has had something similar so I can work from that.&lt;BR /&gt;&lt;BR /&gt;I have a site that uses 900 Mhz RF Scanner guns via a Teklogix controller to log in via telnet to my server.  At random points, these sessions seem to drop.  At first I thought is was RF interferrance.  But the same thing was happening to my LAN terminals running emulation.  &lt;BR /&gt;&lt;BR /&gt;The Teklogix controller was configured to hold the session open in the event of a loss of contact in case the gun went momentarily out of range a user would not loose their session, however, we only allow 1 login per id, so the glitch would resolve and the user could not get back in.  I changed those settings but, as you would suspect, the problem keeps occuring.  At least now the users can start from scratch after they get back on.&lt;BR /&gt;&lt;BR /&gt;So here is where I'm stuck:  What is causing these sessions to drop?  I keep thinking it's a fault in the network (bad cable, switch, etc) although I can't find any records on the switches to indicate that.  Others seem to want to blame the application that is running, but I don't see how an application could force a logout.&lt;BR /&gt;&lt;BR /&gt;Any help in troubleshooting the issue would be greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 24 Jan 2003 01:11:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-sessions-keep-dropping/m-p/2889910#M102662</guid>
      <dc:creator>Travis Paakki_1</dc:creator>
      <dc:date>2003-01-24T01:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet sessions keep dropping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-sessions-keep-dropping/m-p/2889911#M102663</link>
      <description>Check network connectivity and go from there.&lt;BR /&gt;&lt;BR /&gt;On both sides run pings, and watch for large variances in response times.&lt;BR /&gt;&lt;BR /&gt;In a good network you should not see that.  Gradually rising ping times on HP NIC cards can indicate hardware trouble.&lt;BR /&gt;&lt;BR /&gt;Next, run traceroute and see if there are any long delays on the route.&lt;BR /&gt;&lt;BR /&gt;On the devices you are working with there is a possiblity of driver problems on the device.&lt;BR /&gt;&lt;BR /&gt;If there is a router between you and the devices, it might need an ios upgrade.&lt;BR /&gt;&lt;BR /&gt;Lastly, do you set TMEOUT and what do you set it to.  That can shut inactive telnet sessoins.&lt;BR /&gt;P</description>
      <pubDate>Fri, 24 Jan 2003 01:43:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-sessions-keep-dropping/m-p/2889911#M102663</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-01-24T01:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet sessions keep dropping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-sessions-keep-dropping/m-p/2889912#M102664</link>
      <description>try&lt;BR /&gt;&lt;BR /&gt;# export TMOUT=0&lt;BR /&gt;&lt;BR /&gt;-Niraj&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Jan 2003 10:53:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-sessions-keep-dropping/m-p/2889912#M102664</guid>
      <dc:creator>Niraj Kumar Verma</dc:creator>
      <dc:date>2003-01-24T10:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet sessions keep dropping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-sessions-keep-dropping/m-p/2889913#M102665</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;TMOUT=0 is good&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also look at&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; ndd(1M)                                                             ndd(1M)&lt;BR /&gt;&lt;BR /&gt; NAME&lt;BR /&gt;      ndd - network tuning&lt;BR /&gt;&lt;BR /&gt; SYNOPSIS&lt;BR /&gt;      ndd -get network_device parameter&lt;BR /&gt;&lt;BR /&gt;      ndd -set network_device parameter value&lt;BR /&gt;&lt;BR /&gt;      ndd -h sup[ported]&lt;BR /&gt;&lt;BR /&gt;      ndd -h unsup[ported]&lt;BR /&gt;&lt;BR /&gt;      ndd -h [parameter]&lt;BR /&gt;&lt;BR /&gt;      ndd -c&lt;BR /&gt;&lt;BR /&gt; DESCRIPTION&lt;BR /&gt;      The ndd command allows the examination and modification of several&lt;BR /&gt;      tunable parameters that affect networking operation and behavior. It&lt;BR /&gt;      accepts arguments on the command line or may be run interactively.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For fine tuning&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                         steve Steel</description>
      <pubDate>Fri, 24 Jan 2003 11:20:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-sessions-keep-dropping/m-p/2889913#M102665</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2003-01-24T11:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet sessions keep dropping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-sessions-keep-dropping/m-p/2889914#M102666</link>
      <description>If network problems are causing the telnet connections to drop, there will be "interesting" stats in the output of netstat -p tcp (&lt;A href="ftp://ftp.cup.hp.com/dist/networking/briefs/annotated_netstat.txt)" target="_blank"&gt;ftp://ftp.cup.hp.com/dist/networking/briefs/annotated_netstat.txt)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If the cable connected to the NIC in the server is bad, you will see interesting things in the output of lanadmin -g mibstats &lt;PPA&gt; for that link.&lt;BR /&gt;&lt;BR /&gt;If the application quits, the session should still be there - of course, if the shell receives a ^D (aka EOF) over the telnet connection, the shell will go away - at least some shells that is. Unlikely, but a remote possibility I suppose.&lt;/PPA&gt;</description>
      <pubDate>Fri, 24 Jan 2003 18:31:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-sessions-keep-dropping/m-p/2889914#M102666</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2003-01-24T18:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet sessions keep dropping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-sessions-keep-dropping/m-p/2889915#M102667</link>
      <description>OK, &lt;BR /&gt;&lt;BR /&gt;After some extreme convincing (3 levels of mgmt involved) I was able to get a little further data and say the this was RFI.  Cordless phones within the same band were stomping all over the telnet traffic.&lt;BR /&gt;The issue with the LAN terminals also "dropping" was actually more like they stopped responding.  Reason:  They were contending with a huge spike in network traffic as the RF guns tried to reconnect with the server.&lt;BR /&gt;&lt;BR /&gt;Thanks so much for all of your efforts to assist.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Jan 2003 21:06:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-sessions-keep-dropping/m-p/2889915#M102667</guid>
      <dc:creator>Travis Paakki_1</dc:creator>
      <dc:date>2003-01-28T21:06:30Z</dc:date>
    </item>
  </channel>
</rss>

