- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Telnet timeout for inactivity on 10.20 & 11.x?
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
12-06-2004 06:51 AM
12-06-2004 06:51 AM
Thanks!
Angie
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 07:04 AM
12-06-2004 07:04 AM
SolutionTry TMOUT. Put this in the /etc/profile file so that it would be global .
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000009872458
The doc id is A4872969.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 07:11 AM
12-06-2004 07:11 AM
Re: Telnet timeout for inactivity on 10.20 & 11.x?
If an application, even one as simple as top is open it will not work.
Its up to the application vendor to dump the user out for inactivity, after which the system can clean up sessions.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 07:17 AM
12-06-2004 07:17 AM
Re: Telnet timeout for inactivity on 10.20 & 11.x?
While you can look at: who -u
be very careful about trying to script a job that kills user sessions. You may kill critical database activity or worse, an important root user job. There will be a lot of customization required.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 08:42 AM
12-06-2004 08:42 AM
Re: Telnet timeout for inactivity on 10.20 & 11.x?
Thanks!
Angie
==========================================
Document description: How to keep users from overridding TMOUT to avoid autologout
Document id: A4872969
You may provide feedback on this document
Problem Description
My users will override the autologout/tmout settings to prevent
being timed out. As the Administrator, how do I restrict users
from overriding TMOUT in order to avoid autologout?
Configuration Info
Operating System - HP-UX
Version -10.20
Hardware System - HP 9000
Series -E55
Solution
For non-csh:
/etc/profile is read by all users when they log on. The permissions
on /etc/profile are normally read-only. Thus non-root-capable users
can not change /etc/profile. This is the place the make the change.
Add the following in /etc/profile:
TMOUT=
readonly TMOUT
export TMOUT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 10:19 AM
12-06-2004 10:19 AM