- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- inactivity timeout
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
06-16-2001 05:21 AM
06-16-2001 05:21 AM
inactivity timeout
How to set inactivity timeout for a terminal. for example if a user prompted for login and passwd and if he won't enter with in 15 minutes , it should give alarm call and close connection.
Thanks in advance.
Regards,
Satish.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2001 02:10 AM
06-17-2001 02:10 AM
Re: inactivity timeout
You can accomplish this by adding a -t"TIME IN SECONDS" in the last of telnet line in /etc/inetd.conf. For example,
telnet stream tcp nowait root /usr/lbin/telnetd telnetd -t 120
after this restart inetd daemon by inetd -c
This excersize disconnects a user who is inactive for 2 minutes that is 120 seconds.
Hope this helps you,
kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2001 08:08 PM
06-17-2001 08:08 PM
Re: inactivity timeout
Satish.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2001 11:08 PM
06-17-2001 11:08 PM
Re: inactivity timeout
Can you go through the man pages of inetd.conf , there is an example for disconnecting an inactive ftp session. It should work. Is it not ?.
Even telnet is also started by inetd
best of luck
kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2001 11:04 PM
06-18-2001 11:04 PM
Re: inactivity timeout
Cheers...
Satish.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2001 11:13 PM
06-18-2001 11:13 PM
Re: inactivity timeout
Are these terminals connected to a serial MUX card on the HP server or are they remote. Normally when you "telnet" into the server I find the connetion gets closed automatically if you do not enter a user ID and password within about 2 minutes. If these are serial devices , then modify the /etc/inittab and add a -t 60 (60 seconds) option to each line which is running the getty for the devices. This will close the connection but perhaps someone else can expand as to how to send an alarm.