/var/run/log/syslog.log:
<Time_Stamp> Er(27) lwsmd[####189]: [netlogon] Timed out after waiting for 5 seconds while performing CLDAP pings<Time_Stamp> Er(27) lwsmd[####189]: [netlogon] CLDAP timed out: <DC_HOSTNAME.trusted forest tree domain 1><Time_Stamp> Er(27) lwsmd[####189]: [netlogon] CLDAP timed out: <DC_HOSTNAME.trusted forest tree domain 2><Time_Stamp> Er(27) lwsmd[####189]: [netlogon] Timed out after waiting for 5 seconds while performing CLDAP pingslwsmd: Error cloning thread: -12 (bad0014)
[root@<HOSTNAME>:~] /usr/lib/vmware/likewise/bin/lwregshelllwregshell (error = 40700 - LWREG_ERROR_NO_SUCH_KEY_OR_VALUE)No such key or value
VMware vSphere ESXi
This is an expected behavior of identity agent in adherence to universal cross-platform industry and IETF standards.
The identity agent initializes automatic background topology sweeps to find, index, and evaluate alternative authentication paths across all trusted forest trees learned from the root domain.
When perimeter firewalls drop this outbound UDP port 389 discovery traffic rather than explicitly rejecting it, the agent enters an aggressive sub-second background retry loop.
Because the directory provider cache type operates within volatile process memory, unfulfilled connection paths quickly pool inside the process heap, leading to total thread exhaustion and subsequent daemon collapse.
To resolve the issue follow one of the below options.
Option 1:
Open Perimeter Security Firewalls (Recommended):
kill -9 $(pgrep lwregd)kill -9 $(pgrep lsassd)
Note: The above commands might report no process to kill, if the "lwregd" and "lsassd" services are already crashed. Hence, the below command can be directly run to restart the service.
/etc/init.d/lwsmd start
Port 88 (TCP/UDP)Port 123 (UDP)Port 135 (TCP)Port 137 (UDP)Port 139 (TCP)Port 389 (TCP/UDP)Port 445 (TCP)Port 464 (TCP/UDP)Port 3268 (TCP)Option 2:
Host Isolation and Trust Exclusion (Local Workaround):
/usr/lib/vmware/likewise/bin/lwregshellcd HKEY_THIS_MACHINE\Services\lsass\Parameters\Providers\ActiveDirectoryset_value "DomainManagerIgnoreAllTrusts" 1quit
Note: To explicitly filter specific unroutable domains instead of a global block, utilize the multi-string variable array option: set_value "DomainManagerExcludeTrustsList" "trusted forest tree domain 1" "trusted forest tree domain 2"
/usr/lib/vmware/likewise/bin/lwsm refresh lsass/etc/init.d/lwsmd restart
For more information on the issue, refer the below articles: