Identify Idle Processes on Linux system

Started by jdegrendele, September 23, 2020, 02:35:42 PM

Previous topic - Next topic

jdegrendele

I have a client who is experiencing several issues (error 0's, exceeding user license count, etc) due to server side sessions staying alive after the client connection gets abnormally terminated.  They are using Telnet to connect to a Linux server.  Is there a utility available that can identify orphaned Linux sessions and terminate them?   

Mike King

Are they using WindX or simple text mode terminals/emulation?  If text mode terminals you may want to see if you can change the default keep-alive timeout for telnet which I believe is set to around 2 hours.

If WindX you should be able to simply set the '+A' system parameter which by default is set to ten minutes.
Mike King
President - BBSysco Consulting - http://www.bbsysco.com
eMail: mike.king@bbsysco.com

jdegrendele

Mike, they are using Windx to connect to the server (via SSH).  They are using a Powershell script on the desktop to grab active directory credentials and launch Windx.  Lots (250+) of users coming in over wide area network.  Highly suspect network issues to be at the root of this.  When I spoke with them today they had already set the KeepAlive parameter to 12 minutes.  Do you have any paperwork that explains how KeepAlive works from the client perspective?  I'd like to be able to pass that along to them to help them understand why (or why not) the client re-connection process works after a network interruption occurs.