- Logging in fails for users with invalid credentials.
/var/log/messages shows the following errors for offline domains:
[YYYY-MM-DDTHH:MM:SS] vCenterFQDN lsassd[48897]: 0x7f3dd0fcb700:Domain 'DomainFQDN' is now offline
[YYYY-MM-DDTHH:MM:SS] vCenterFQDN lsassd[48897]: 0x7f3dd0fcb700:Detected domain 'DomainFQDN' offline. Some group information from this domain might be missing.
/var/log/messages shows the following errors indicating lsassd has crashed:
[YYYY-MM-DDTHH:MM:SS] vCenterFQDN lwsmd: Restarting dead service: lsass (attempt 1/2)
[YYYY-MM-DDTHH:MM:SS] vCenterFQDN lwsmd: Starting service: lsass
/var/core directory has multiple lsassd core files. e.g. core.lsassd.1541
- Check under messages log file if there are one or more logs. You can test by using the following command:
# grep " is now offline" /var/log/vmware/messages | less
- Alternatively you can also 'cat' the message log and search for messages "<domain name> is now offline"
[YYYY-MM-DDTHH:MM:SS] vCenterFQDN lsassd[64669]: 0x7effcffff700:Domain 'domain.com' is now offline2020-04-21T15:16:10.207009+00:00 vCenterFQDN lsassd[64880]: 0x7f7619ee6700:Domain 'domain2.com' is now offline
[YYYY-MM-DDTHH:MM:SS] vCenterFQDN lsassd[64880]: 0x7f7619ee6700:Domain 'domain3.com' is now offline