Hi,
I see two possible reasons why 389ds could intermittently stop listening on 389 port:
[1] nearly all connections are exhausted.
[2] the server is blocked (probably trying to write in the pipe)
[1] is possible if most of the connections did not get released when the external system was stopped. (It can happen if the ip connection gets silently broken (typically by rebooting a switch) )
In that case it is the fact of restarting 389ds that solved the issue.
[2] Would mean that the application that read the pipe was not able to read the data fast enough. (Either too much data were logged or there was an issue on that application)
Regards,
Pierre
--
--
389 Directory Server Development Team