<?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: How to Configure session timeout for Hp-UX11 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-session-timeout-for-hp-ux11/m-p/3794139#M265477</link>
    <description>actually,&lt;BR /&gt;I type command env.&lt;BR /&gt;I do not find any thing regarding &lt;BR /&gt;TIMEOUT or TMOUT.&lt;BR /&gt;Is any default value for TIMEOUT.&lt;BR /&gt;&lt;BR /&gt;In this case &lt;BR /&gt;How can I change it to 180 minutes.&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
    <pubDate>Wed, 24 May 2006 11:38:27 GMT</pubDate>
    <dc:creator>mudongxiao</dc:creator>
    <dc:date>2006-05-24T11:38:27Z</dc:date>
    <item>
      <title>How to Configure session timeout for Hp-UX11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-session-timeout-for-hp-ux11/m-p/3794136#M265474</link>
      <description>Looks like my session will drop automaticly If I don't touch more than 60 minutes.&lt;BR /&gt;How can I reset it to 180 minutes?&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 24 May 2006 11:28:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-session-timeout-for-hp-ux11/m-p/3794136#M265474</guid>
      <dc:creator>mudongxiao</dc:creator>
      <dc:date>2006-05-24T11:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to Configure session timeout for Hp-UX11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-session-timeout-for-hp-ux11/m-p/3794137#M265475</link>
      <description>The most likely way is to reset the TMOUT environment variable.&lt;BR /&gt;&lt;BR /&gt;# echo $TMOUT&lt;BR /&gt;&lt;BR /&gt;to see if it is set.  If it is you should nee&lt;BR /&gt;&lt;BR /&gt;TMOUT=60&lt;BR /&gt;&lt;BR /&gt;To reset it for this session:&lt;BR /&gt;&lt;BR /&gt;# export TMOUT=180&lt;BR /&gt;&lt;BR /&gt;To make the change permanent set it in your .profile file.</description>
      <pubDate>Wed, 24 May 2006 11:31:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-session-timeout-for-hp-ux11/m-p/3794137#M265475</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-05-24T11:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to Configure session timeout for Hp-UX11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-session-timeout-for-hp-ux11/m-p/3794138#M265476</link>
      <description>&lt;BR /&gt;If I using root to change the .profile under /, or I logon a certain user to change his own .profile &lt;BR /&gt;Thanks &lt;BR /&gt;</description>
      <pubDate>Wed, 24 May 2006 11:33:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-session-timeout-for-hp-ux11/m-p/3794138#M265476</guid>
      <dc:creator>mudongxiao</dc:creator>
      <dc:date>2006-05-24T11:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to Configure session timeout for Hp-UX11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-session-timeout-for-hp-ux11/m-p/3794139#M265477</link>
      <description>actually,&lt;BR /&gt;I type command env.&lt;BR /&gt;I do not find any thing regarding &lt;BR /&gt;TIMEOUT or TMOUT.&lt;BR /&gt;Is any default value for TIMEOUT.&lt;BR /&gt;&lt;BR /&gt;In this case &lt;BR /&gt;How can I change it to 180 minutes.&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Wed, 24 May 2006 11:38:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-session-timeout-for-hp-ux11/m-p/3794139#M265477</guid>
      <dc:creator>mudongxiao</dc:creator>
      <dc:date>2006-05-24T11:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to Configure session timeout for Hp-UX11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-session-timeout-for-hp-ux11/m-p/3794140#M265478</link>
      <description>180 minutes multiplied by 60 will set Timeout to 180 minutes.&lt;BR /&gt;&lt;BR /&gt;The value is measured in seconds.&lt;BR /&gt;&lt;BR /&gt;It will work on command lines. It will not work if an application, even like top is running.&lt;BR /&gt;&lt;BR /&gt;I used to manage systems in a shop that had natural/adabas logins via telnet.&lt;BR /&gt;&lt;BR /&gt;To time out users the following had to be done.&lt;BR /&gt;adabas (kind of like oracle) had a timeout set via its configuration tool.&lt;BR /&gt;&lt;BR /&gt;The natural application had to hae a timeout configured via script. We chose to kill the telnet session in that script, but TMEOUT will work anyway.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Wed, 24 May 2006 12:59:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-session-timeout-for-hp-ux11/m-p/3794140#M265478</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-05-24T12:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to Configure session timeout for Hp-UX11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-session-timeout-for-hp-ux11/m-p/3794141#M265479</link>
      <description>If TMOUT is not set, you may have a network issue.  Check with your network shop so see if there is a router/switch setting to kill idle sessions.&lt;BR /&gt;&lt;BR /&gt;...jcd...</description>
      <pubDate>Wed, 24 May 2006 13:36:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-session-timeout-for-hp-ux11/m-p/3794141#M265479</guid>
      <dc:creator>Joseph C. Denman</dc:creator>
      <dc:date>2006-05-24T13:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to Configure session timeout for Hp-UX11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-session-timeout-for-hp-ux11/m-p/3794142#M265480</link>
      <description>Are you perhaps running csh?&lt;BR /&gt;&lt;BR /&gt;If so, 'autologout', according to the man page, defaults to 60, and can be changed by setting the variable to the desired time.  An autologout of 0, or unsetting the variable, disables this completely.</description>
      <pubDate>Wed, 24 May 2006 13:41:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-session-timeout-for-hp-ux11/m-p/3794142#M265480</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2006-05-24T13:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to Configure session timeout for Hp-UX11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-session-timeout-for-hp-ux11/m-p/3794143#M265481</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;# set | grep TMOUT&lt;BR /&gt;&lt;BR /&gt;...will show any value set.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 24 May 2006 13:48:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-session-timeout-for-hp-ux11/m-p/3794143#M265481</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-05-24T13:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to Configure session timeout for Hp-UX11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-session-timeout-for-hp-ux11/m-p/3794144#M265482</link>
      <description>sorry,&lt;BR /&gt;I type echo $TMOUT, I got 0.&lt;BR /&gt;Using which command I can disable it.&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 24 May 2006 14:14:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-session-timeout-for-hp-ux11/m-p/3794144#M265482</guid>
      <dc:creator>mudongxiao</dc:creator>
      <dc:date>2006-05-24T14:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to Configure session timeout for Hp-UX11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-session-timeout-for-hp-ux11/m-p/3794145#M265483</link>
      <description>If echo $TMOUT=0&lt;BR /&gt;then&lt;BR /&gt;the TMOUT variable is not set.  It is the default value.  I believe you have a network issue.&lt;BR /&gt;&lt;BR /&gt;...jcd...</description>
      <pubDate>Wed, 24 May 2006 15:00:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-session-timeout-for-hp-ux11/m-p/3794145#M265483</guid>
      <dc:creator>Joseph C. Denman</dc:creator>
      <dc:date>2006-05-24T15:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to Configure session timeout for Hp-UX11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-session-timeout-for-hp-ux11/m-p/3794146#M265484</link>
      <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;If it says 0 then you cannot be logged out because of the TMOUT variable.&lt;BR /&gt;&lt;BR /&gt;Usually thereÂ´s a timeout value set for the console. Are you logging onto the system from the console?&lt;BR /&gt;&lt;BR /&gt;Reply with the output from the following command please:&lt;BR /&gt;&lt;BR /&gt;grep TMOUT ~/.profile&lt;BR /&gt;&lt;BR /&gt;Regards, MB.</description>
      <pubDate>Wed, 24 May 2006 15:00:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-session-timeout-for-hp-ux11/m-p/3794146#M265484</guid>
      <dc:creator>Marcel Boogert_1</dc:creator>
      <dc:date>2006-05-24T15:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to Configure session timeout for Hp-UX11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-session-timeout-for-hp-ux11/m-p/3794147#M265485</link>
      <description>As mentioned, the HP-UX (actually, your shell) variable that controls the session timeout is TMOUT or autologout (for csh users). Set TMOUT=10800 to tell the shell to log you out after 180 minutes. If TMOUT=0 or autologout=0, then HP-UX is not timing out your session. It is not unusual for network administrators to forcefully disconnect telnet sessions that are idle for long periods. If you do not see the 1 minute warning at 59 minutes on your screen, then HP-UX is not the problem. Contact your network administrator.</description>
      <pubDate>Wed, 24 May 2006 21:04:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configure-session-timeout-for-hp-ux11/m-p/3794147#M265485</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-05-24T21:04:30Z</dc:date>
    </item>
  </channel>
</rss>

