- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Session Timeout values on HPUX 10.20/11.11 systems...
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
Forums
Discussions
Discussions
Discussions
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
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
03-23-2005 06:35 AM
03-23-2005 06:35 AM
Session Timeout values on HPUX 10.20/11.11 systems?
What about logins that are at a command line too that are on the console?
What configuration file stores this information?
Understand that if you run any process at all on that box, that the timeout values won't apply.
Angie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2005 06:44 AM
03-23-2005 06:44 AM
Re: Session Timeout values on HPUX 10.20/11.11 systems?
which only works when they are idle for that period of time at a shell prompt.
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2005 06:47 AM
03-23-2005 06:47 AM
Re: Session Timeout values on HPUX 10.20/11.11 systems?
You can use TMOUT in /etc/profile.
eg
TMOUT=300 #This means session will timeout in 5 minutes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2005 10:51 AM
03-23-2005 10:51 AM
Re: Session Timeout values on HPUX 10.20/11.11 systems?
Thanks - Angie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2005 12:14 PM
03-23-2005 12:14 PM
Re: Session Timeout values on HPUX 10.20/11.11 systems?
TMOUT=900;export TMOUT
Regards,
Isralyn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2005 02:07 PM
03-23-2005 02:07 PM
Re: Session Timeout values on HPUX 10.20/11.11 systems?
use TMOUT parameter in /etc/profile (for all users) or /~username/.profile (individual user).
For example,
TMOUT=1800
readonly TMOUT
this will terminate the idle session after 1800 seconds.
regards.