- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: User logging out automatically
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-21-2010 11:31 PM
тАО01-21-2010 11:31 PM
User logging out automatically
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.
Thanks
Salman
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-21-2010 11:57 PM
тАО01-21-2010 11:57 PM
Re: User logging out automatically
Some useful information is missing, so we must assume it.
a) If your users are running Posix Shell,
Bash, or Ksh, there is an environment
variable "TMOUT". If it is set to a value
greater than zero, the shell will terminate
if the login session is idle for longer than
prescribed number of seconds.
b) If your users are running Csh (huh,
I hope nobody uses it nowdays), there
is an environment variable called "autologout". The initial value of
autologout is 600. If unset or set to 0,
autologout is entirely disabled.
c) If your users use SSH to connect
to the server, than you might need to check
these configs too.
Here are some directives of SSH server├в s sshd_config that are related to session timeouts:
ClientAliveInterval
TCPKeepAlive
Here are some directives of client├в s ssh_config:
ServerAliveInterval
ServerAliveMaxCount
TCPKeepAlive
d) Are they using any customized login
accounts? Any special startup files?
Does it happen to any user or just specific users?
e) Finally, it is possible that some routes and firewalls are imposing idle session
timeouts too.
Check the above by eliminating those options
that do not apply.
Cheers,
VK2COT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-21-2010 11:58 PM
тАО01-21-2010 11:58 PM
Re: User logging out automatically
Can you give more Information ?
does that user account has been shared between the Application Team ?
is the Server is Trusted System ?
if /tcb folder exist its trusted system
if you can post the below outputs it would be help full to advice ?
/usr/lbin/getprpw -l
grep
or
finger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2010 12:00 AM
тАО01-22-2010 12:00 AM
Re: User logging out automatically
# echo $TMOUT -> will show you session time-out
its kind of security feature which doesn't allow the user to be idle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2010 06:20 AM
тАО01-22-2010 06:20 AM
Re: User logging out automatically
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)
how is the user connecting to the server? telnet / X / SSH.
Is there a firewall between the user and the server somewhere?
I've also seen network problems that mimicked this kind of issue. A user would be working, and then the network connection gets broken.