<?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 Telnet session in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-session/m-p/3065182#M139529</link>
    <description>My telnet session get disconnected when I remain inactive .&lt;BR /&gt;&lt;BR /&gt;Is there any setting ? i,e timeout for inactive session.</description>
    <pubDate>Sun, 07 Sep 2003 06:05:19 GMT</pubDate>
    <dc:creator>Abhijeet_3</dc:creator>
    <dc:date>2003-09-07T06:05:19Z</dc:date>
    <item>
      <title>Telnet session</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-session/m-p/3065182#M139529</link>
      <description>My telnet session get disconnected when I remain inactive .&lt;BR /&gt;&lt;BR /&gt;Is there any setting ? i,e timeout for inactive session.</description>
      <pubDate>Sun, 07 Sep 2003 06:05:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-session/m-p/3065182#M139529</guid>
      <dc:creator>Abhijeet_3</dc:creator>
      <dc:date>2003-09-07T06:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet session</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-session/m-p/3065183#M139530</link>
      <description>Check the variable TMEOUT&lt;BR /&gt;&lt;BR /&gt;echo $TMEOUT&lt;BR /&gt;&lt;BR /&gt;Thats an inactivity timeout.&lt;BR /&gt;&lt;BR /&gt;If you are typing away and hitting enter when this happens its not that setting.&lt;BR /&gt;&lt;BR /&gt;look for cron jobs that wipe out telnet sessions.&lt;BR /&gt;&lt;BR /&gt;crontab -l&lt;BR /&gt;&lt;BR /&gt;investigate from there.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 07 Sep 2003 06:24:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-session/m-p/3065183#M139530</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-09-07T06:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet session</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-session/m-p/3065184#M139531</link>
      <description>I have checked /etc/profile &amp;amp; .profile file. TIMEOUT variable is not set. Also cron is not enabled.&lt;BR /&gt;&lt;BR /&gt;Is there any reason ?</description>
      <pubDate>Sun, 07 Sep 2003 06:56:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-session/m-p/3065184#M139531</guid>
      <dc:creator>Abhijeet_3</dc:creator>
      <dc:date>2003-09-07T06:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet session</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-session/m-p/3065185#M139532</link>
      <description>You might not have enough terminals set up, though I doubt it.&lt;BR /&gt;&lt;BR /&gt;npty                          60          60   Static    N/A          Num ??? &lt;BR /&gt;nstrpty                       60          60   Static    N/A          Max ??? &lt;BR /&gt;nstrtel                       60          60   Static    N/A          Num ???&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Could it perhaps be a feature built into the terminal software you are using.  There are also several third party products you can compile that perform the inactivity timeout.&lt;BR /&gt;&lt;BR /&gt;I don't remember you, so a reminder.  If my or others posts have been helpful please assign points.&lt;BR /&gt;&lt;BR /&gt;Good Luck,&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 07 Sep 2003 07:10:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-session/m-p/3065185#M139532</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-09-07T07:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet session</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-session/m-p/3065186#M139533</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Maybe the variable is set from other script called by .profile.&lt;BR /&gt;The name of the variable, if I remember correctly, is TMOUT so:&lt;BR /&gt;&lt;BR /&gt;# echo $TMOUT&lt;BR /&gt;&lt;BR /&gt;will give you the number of seconds of inactivity. &lt;BR /&gt;You can try to disable:&lt;BR /&gt;# export TMOUT=0&lt;BR /&gt;or&lt;BR /&gt;# export TMOUT=&lt;BR /&gt;&lt;BR /&gt;and see what happens, if still get disconnected or not.&lt;BR /&gt;&lt;BR /&gt;But if "echo $TMOUT" returns nothing ( or zero ) and still get disconnected, that's not the problem. What happens if you try with other user?&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;Kind regards,&lt;BR /&gt;Zigor</description>
      <pubDate>Sun, 07 Sep 2003 07:10:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-session/m-p/3065186#M139533</guid>
      <dc:creator>Zigor Buruaga</dc:creator>
      <dc:date>2003-09-07T07:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet session</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-session/m-p/3065187#M139534</link>
      <description>look in your .profile to see if the TMOUT is being set there.&lt;BR /&gt;&lt;BR /&gt;2nd, view the /etc/profile file to see if TMOUT is being set there. if it is and your not the admin for the box, then you can over ride the switch in your own .profile in your home directory.&lt;BR /&gt;&lt;BR /&gt;make sure it is not your compnay policy else you'll get yourself in trouble.&lt;BR /&gt;&lt;BR /&gt;in you .profile towrds the bottom add a line that reads&lt;BR /&gt;&lt;BR /&gt;TMOUT=0&lt;BR /&gt;&lt;BR /&gt;peace&lt;BR /&gt;Donny</description>
      <pubDate>Sun, 07 Sep 2003 14:25:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-session/m-p/3065187#M139534</guid>
      <dc:creator>Donny Jekels</dc:creator>
      <dc:date>2003-09-07T14:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet session</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-session/m-p/3065188#M139535</link>
      <description>basic information&lt;BR /&gt;country:&lt;BR /&gt;INDIA&lt;BR /&gt;personal quote:&lt;BR /&gt;certification:&lt;BR /&gt;HP Certified Systems Administrator&lt;BR /&gt;ITRC member since:&lt;BR /&gt;April 09, 2003&lt;BR /&gt;last contribution date:&lt;BR /&gt;September 07, 2003&lt;BR /&gt;This member has assigned points to 9 of 37 responses to his/her questions.&lt;BR /&gt;&lt;BR /&gt;do a man on "nice"&lt;BR /&gt;&lt;BR /&gt;then cleanup your point assignment</description>
      <pubDate>Sun, 07 Sep 2003 15:57:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-session/m-p/3065188#M139535</guid>
      <dc:creator>Donny Jekels</dc:creator>
      <dc:date>2003-09-07T15:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet session</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-session/m-p/3065189#M139536</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;The variable for Ksh &amp;amp; Posix shell is TMOUT and as has already been mentioned is usually set in /etc/profile or or the users .profile.&lt;BR /&gt;If you are using C shell then the variable is autologout.&lt;BR /&gt;&lt;BR /&gt;If neither of these variables are set then its possible the timeout is being set on the firewall.  Talk with your network administrator to find out if this is the case.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con</description>
      <pubDate>Sun, 07 Sep 2003 22:09:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-session/m-p/3065189#M139536</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2003-09-07T22:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet session</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-session/m-p/3065190#M139537</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you don't have TMOUT setting and the local emulation software is not the culprit, then you may want to check your network switch configuration to see if there is any timeout setting there.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Sun, 07 Sep 2003 23:56:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-session/m-p/3065190#M139537</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-09-07T23:56:55Z</dc:date>
    </item>
  </channel>
</rss>

