Operating System - Tru64 Unix
1830362 Members
2522 Online
110001 Solutions
New Discussion

Re: How does "demon" process be cleaned automatic?

 
Sergey Zlomanov
New Member

How does "demon" process be cleaned automatic?

The simple problem is â users works on server via Telnet, sometimes they abort their terminal incorrect or there are network failure, as a result "demon" processes remain on server and consume its resources.

I would be grateful if you prompted any ideas to automatic cleaning "demon" processes.

It's Tru64 5.1A, NIS, C2 security
1 REPLY 1
Ralf Puchner
Honored Contributor

Re: How does "demon" process be cleaned automatic?

to resolve this problem, set

inet:
tcp_keepalive_default=1
tcp_keepidle=1000

this will enable keepalive on all sockets and the second parameter shorten the delay of 2 hours to a few minutes.



Help() { FirstReadManual(urgently); Go_to_it;; }