A vCenter Single Sign-On service error occurred"/var/log/vmware/sso/ssoAdminServer.log) will show similar to below snippets :YYYY-MM-DDTHH:MM:SSZ INFO ssoAdminServer[thread-5] [OpId=<opid>] [com.vmware.identity.admin.vlsi.PrinctpalDiscoveryServiceImpl] [User {Name:username, Domain: vsphere_domain) with role 'rolename'] Find at most 200 person users by criterta searchString=, domain:example.comYYYY-MM-DDTHH:MM:SSZ WARN ssoAdminServer[thread-5] [opId=OpId=<opid>] [com.vmware.identity.idm.server.provider.activedirectory.ActiveDirectoryProvider] obtainDcInto for domain [example.com] failed Cannot determine <dcname.example.com> is valid domain controllerYYYY-MM-DDTHH:MM:SSZ ERROR ssoAdminServer[thread-5] [OpId=OpId=<opid>] [com.vmware.identity.idm.server.IdentityManager] Failed to find person users [Criteria : searchString=, domain=example.com] in tenant [vsphere domain name]YYYY-MM-DDTHH:MM:SSZ ERROR ssoAdminServer[thread-5] [OpId=OpId=<opid>] [com.vmware.identity.idm.server.ServerUtils] Exception 'java.lang.NullPointerException'nslookup example.com) doesn't list the IP of the domain controller shown in the error logs mentioned above.lw-get-dc-name shows that, VC is trying to contact the domain controller mentioned in the error logs./opt/likewise/bin/lw-get-dc-name example.com This issue is observed when Read-Only Domain controllers (RODCs) are configured in the environment and those DCs are not listed in nslookup against the domain name.
Add the IP Address of the failing domain controllers in Likewise BlacklistedDCs list by following below steps:
Add the IP address of Domain Controllers to BlacklistedDCs by executing below command:/opt/likewise/bin/lwregshell set_value '[HKEY_THIS_MACHINE\Services\netlogon\Parameters]' BlacklistedDCs "IP_of_Problematic_ReadOnly_DC_1,IP_of_Problematic_ReadOnly_DC_2"
Note: It is comma separated values, likewise service on VCSA will not try to contact these domain controllers when IWA is configured on vCenter Server.
Restart the likewise and SSO services (this involves downtime as vmafd/vmdird and SSO services will be restarted)/opt/likewise/bin/lwsm restart lwregservice-control --restart vmware-stsd