log4j:WARN No appenders could be found for logger (com.vmware.identity.interop.NativeLibraryPreloader).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Failed to check VMware Directory Service.
com.vmware.identity.interop.ldap.ServerDownLdapException: Can't contact LDAP server
LDAP error [code: -1]
Traceback (most recent call last):
File "/usr/lib/vmidentity/firstboot/vmidentity-firstboot.py", line 1661, in
<module>
main(sys.argv)
File "/usr/lib/vmidentity/firstboot/vmidentity-firstboot.py", line 1649, in
main
raise VMIdentityInstallException(msgDef, msgResolution, problemId)
__main__.VMIdentityInstallException: {
"componentKey": null,
"problemId": "checkDirectoryService",
"resolution": {
"translatable": "Please search of these symptoms in the VMware
Knowledge Base for any known issues and possible workarounds. If none can be
found, please collect a support bundle and open a support request.",
"localized": "Please search of these symptoms in the VMware Knowledge
Base for any known issues and possible workarounds. If none can be found,
please collect a support bundle and open a support request.",
"id": "install.vmidentity.checkDirectoryService.resolution"
},
"detail": [
{
"translatable": "Failed to check the status of VMware Directory
Service.",
"localized": "Failed to check the status of VMware Directory
Service.",
"id": "install.vmidentity.checkDirectoryService"
}
]
[2018-04-18T10:23:09.250Z WARN ] [ServerUtils] cannot bind connection: [ldap://localhost:11711,[email protected]]
[2018-04-18T10:23:09.252Z ERROR] [ServerUtils] cannot establish connection with uri: ldap://localhost:11711
This issue is resolved in vCenter Server 6.70a.
Workaround
To workaround this issue:
Notes:
vCenter Server on Windows 6.7 Upgrade Workaround
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\VmwareDirectoryService\Parameters\
vCenter Server Appliance 6.7 Upgrade Workaround
/opt/likewise/bin/lwregshell list_values "[HKEY_THIS_MACHINE\\Services\\vmdir\\Parameters]"
+ "LdapPort" REG_DWORD 0x00002dbf (11711).
/opt/likewise/bin/lwregshell set_value "[HKEY_THIS_MACHINE\\Services\\vmdir\\Parameters]" LdapPort 0
service-control --stop lwsmd
service-control --start lwsmd
/opt/likewise/bin/lwsm autostart
/opt/likewise/bin/lwregshell list_values "[HKEY_THIS_MACHINE\\Services\\vmdir\\Parameters]".
+ "LdapPort" REG_DWORD 0x00000000 (0)