<?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: inactivity timeout in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/inactivity-timeout/m-p/2541209#M26642</link>
    <description>Satish,&lt;BR /&gt;&lt;BR /&gt;Are these terminals connected to a serial MUX card on the HP server or are they remote.  Normally when you "telnet" into the server I find the connetion gets closed automatically if you do not enter a user ID and password within about 2 minutes. If these are serial devices , then modify the /etc/inittab and add a -t 60 (60 seconds) option to each line which is running the getty for the devices. This will close the connection but perhaps someone else can expand as to how to send an alarm.</description>
    <pubDate>Tue, 19 Jun 2001 06:13:29 GMT</pubDate>
    <dc:creator>John Waller</dc:creator>
    <dc:date>2001-06-19T06:13:29Z</dc:date>
    <item>
      <title>inactivity timeout</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inactivity-timeout/m-p/2541204#M26637</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;   How to set inactivity timeout for a terminal. for example if a user prompted for login and passwd and if he won't enter with in 15 minutes , it should give alarm call and close connection.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Satish.</description>
      <pubDate>Sat, 16 Jun 2001 12:21:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inactivity-timeout/m-p/2541204#M26637</guid>
      <dc:creator>Satish Y</dc:creator>
      <dc:date>2001-06-16T12:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: inactivity timeout</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inactivity-timeout/m-p/2541205#M26638</link>
      <description>hi Satish( Do i know you),&lt;BR /&gt;&lt;BR /&gt;You can accomplish this by adding a -t"TIME IN SECONDS" in the last  of telnet line in /etc/inetd.conf. For example,&lt;BR /&gt;&lt;BR /&gt;telnet       stream tcp nowait root /usr/lbin/telnetd  telnetd -t 120&lt;BR /&gt;&lt;BR /&gt;after this restart inetd daemon by inetd -c&lt;BR /&gt;&lt;BR /&gt;This excersize disconnects a user who is inactive for 2 minutes that is 120 seconds.&lt;BR /&gt;&lt;BR /&gt;Hope this helps you,&lt;BR /&gt;&lt;BR /&gt;kaps&lt;BR /&gt;</description>
      <pubDate>Sun, 17 Jun 2001 09:10:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inactivity-timeout/m-p/2541205#M26638</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2001-06-17T09:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: inactivity timeout</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inactivity-timeout/m-p/2541206#M26639</link>
      <description>Kapil, it's not working....&lt;BR /&gt;Satish.</description>
      <pubDate>Mon, 18 Jun 2001 03:08:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inactivity-timeout/m-p/2541206#M26639</guid>
      <dc:creator>Satish Y</dc:creator>
      <dc:date>2001-06-18T03:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: inactivity timeout</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inactivity-timeout/m-p/2541207#M26640</link>
      <description>Hi satish,&lt;BR /&gt;&lt;BR /&gt;Can you go through the man pages of inetd.conf , there is an example for disconnecting an inactive ftp session. It should work. Is it not ?.&lt;BR /&gt;&lt;BR /&gt;Even telnet is also started by inetd &lt;BR /&gt;&lt;BR /&gt;best of luck&lt;BR /&gt;&lt;BR /&gt;kaps&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Jun 2001 06:08:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inactivity-timeout/m-p/2541207#M26640</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2001-06-18T06:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: inactivity timeout</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inactivity-timeout/m-p/2541208#M26641</link>
      <description>No, its not working....&lt;BR /&gt;Cheers...&lt;BR /&gt;Satish.</description>
      <pubDate>Tue, 19 Jun 2001 06:04:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inactivity-timeout/m-p/2541208#M26641</guid>
      <dc:creator>Satish Y</dc:creator>
      <dc:date>2001-06-19T06:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: inactivity timeout</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inactivity-timeout/m-p/2541209#M26642</link>
      <description>Satish,&lt;BR /&gt;&lt;BR /&gt;Are these terminals connected to a serial MUX card on the HP server or are they remote.  Normally when you "telnet" into the server I find the connetion gets closed automatically if you do not enter a user ID and password within about 2 minutes. If these are serial devices , then modify the /etc/inittab and add a -t 60 (60 seconds) option to each line which is running the getty for the devices. This will close the connection but perhaps someone else can expand as to how to send an alarm.</description>
      <pubDate>Tue, 19 Jun 2001 06:13:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inactivity-timeout/m-p/2541209#M26642</guid>
      <dc:creator>John Waller</dc:creator>
      <dc:date>2001-06-19T06:13:29Z</dc:date>
    </item>
  </channel>
</rss>

