<?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: User logging out automatically in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/user-logging-out-automatically/m-p/4569260#M372471</link>
    <description>As posted above ? please check (Session TIME OUT)&lt;BR /&gt;&lt;BR /&gt;# echo $TMOUT -&amp;gt; will show you session time-out&lt;BR /&gt;&lt;BR /&gt;its kind of security feature which doesn't allow the user to be idle</description>
    <pubDate>Fri, 22 Jan 2010 08:00:35 GMT</pubDate>
    <dc:creator>Johnson Punniyalingam</dc:creator>
    <dc:date>2010-01-22T08:00:35Z</dc:date>
    <item>
      <title>User logging out automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-logging-out-automatically/m-p/4569257#M372468</link>
      <description>Hi,&lt;BR /&gt;I have OS users on my HP Unix 11.11 system which are used by my applicaiton team to run an application which is deployed on the system. They have just started complaining that user is automatically logged out after a few hours. i have checked system logs but didnt find anything wrong. Can anyone help me find out why this is hapenning and how to solve this problem.&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Salman</description>
      <pubDate>Fri, 22 Jan 2010 07:31:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-logging-out-automatically/m-p/4569257#M372468</guid>
      <dc:creator>Salman Ahmed Qureshi</dc:creator>
      <dc:date>2010-01-22T07:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: User logging out automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-logging-out-automatically/m-p/4569258#M372469</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Some useful information is missing, so we must assume it.&lt;BR /&gt;&lt;BR /&gt;a) If your users are running Posix Shell,&lt;BR /&gt;Bash, or Ksh, there is an environment&lt;BR /&gt;variable "TMOUT". If it is set to a value&lt;BR /&gt;greater than zero, the shell will terminate&lt;BR /&gt;if the login session is idle for longer than&lt;BR /&gt;prescribed number of seconds. &lt;BR /&gt;&lt;BR /&gt;b) If your users are running Csh (huh,&lt;BR /&gt;I hope nobody uses it nowdays), there&lt;BR /&gt;is an environment variable called "autologout". The initial value of&lt;BR /&gt;autologout is 600. If unset or set to 0,&lt;BR /&gt;autologout is entirely disabled.&lt;BR /&gt;&lt;BR /&gt;c) If your users use SSH to connect&lt;BR /&gt;to the server, than you might need to check&lt;BR /&gt;these configs too.&lt;BR /&gt;&lt;BR /&gt;Here are some directives of SSH serverâ  s sshd_config that are related to session timeouts:&lt;BR /&gt;&lt;BR /&gt;ClientAliveInterval&lt;BR /&gt;TCPKeepAlive&lt;BR /&gt;&lt;BR /&gt;Here are some directives of clientâ  s ssh_config:&lt;BR /&gt;&lt;BR /&gt;ServerAliveInterval&lt;BR /&gt;ServerAliveMaxCount&lt;BR /&gt;TCPKeepAlive&lt;BR /&gt;&lt;BR /&gt;d) Are they using any customized login&lt;BR /&gt;accounts? Any special startup files?&lt;BR /&gt;Does it happen to any user or just specific users?&lt;BR /&gt;&lt;BR /&gt;e) Finally, it is possible that some routes and firewalls are imposing idle session&lt;BR /&gt;timeouts too.&lt;BR /&gt;&lt;BR /&gt;Check the above by eliminating those options&lt;BR /&gt;that do not apply.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;VK2COT</description>
      <pubDate>Fri, 22 Jan 2010 07:57:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-logging-out-automatically/m-p/4569258#M372469</guid>
      <dc:creator>VK2COT</dc:creator>
      <dc:date>2010-01-22T07:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: User logging out automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-logging-out-automatically/m-p/4569259#M372470</link>
      <description>&amp;gt;&amp;gt;They have just started complaining that user is automatically logged out&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Can you give more Information ?&lt;BR /&gt;&lt;BR /&gt;does that user account has been shared between the Application Team ?&lt;BR /&gt;&lt;BR /&gt;is the Server is Trusted System ?&lt;BR /&gt;&lt;BR /&gt;if /tcb folder exist its trusted system&lt;BR /&gt;&lt;BR /&gt;if you can post the below outputs it would be help full to advice ?&lt;BR /&gt;&lt;BR /&gt;/usr/lbin/getprpw -l &lt;USER_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;grep &lt;USER_NAME&gt; /etc/passwd&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;finger &lt;USER_NAME&gt;&lt;/USER_NAME&gt;&lt;/USER_NAME&gt;&lt;/USER_NAME&gt;</description>
      <pubDate>Fri, 22 Jan 2010 07:58:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-logging-out-automatically/m-p/4569259#M372470</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-01-22T07:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: User logging out automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-logging-out-automatically/m-p/4569260#M372471</link>
      <description>As posted above ? please check (Session TIME OUT)&lt;BR /&gt;&lt;BR /&gt;# echo $TMOUT -&amp;gt; will show you session time-out&lt;BR /&gt;&lt;BR /&gt;its kind of security feature which doesn't allow the user to be idle</description>
      <pubDate>Fri, 22 Jan 2010 08:00:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-logging-out-automatically/m-p/4569260#M372471</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-01-22T08:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: User logging out automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-logging-out-automatically/m-p/4569261#M372472</link>
      <description>Is the user in an application / actively working at the time of the "logout"?  If so, the timeout values *don't* apply.&lt;BR /&gt;&lt;BR /&gt;If the user has started an application, but is idle within it, its possible the app has its own timeout settings (I've seen this with at least one database)&lt;BR /&gt;&lt;BR /&gt;how is the user connecting to the server? telnet / X / SSH. &lt;BR /&gt;&lt;BR /&gt;Is there a firewall between the user and the server somewhere?&lt;BR /&gt;&lt;BR /&gt;I've also seen network problems that mimicked this kind of issue.  A user would be working, and then the network connection gets broken.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Jan 2010 14:20:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-logging-out-automatically/m-p/4569261#M372472</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2010-01-22T14:20:12Z</dc:date>
    </item>
  </channel>
</rss>

