Hi All,
I've spend more than two days on this already and I'm absolutely clueless by now. Was hoping someone here can help.
I have one vCenter in my home lab with one ESX. Bought a second ESX and I'm trying to add it to my vCenter without success.
I already deployed a new vCenter installed different versions of ESX no luck.
Right now I have a vCenter 7 and the ESXi host I'm trying to add is running 6.7.
When I try to add the host to the vCenter I see the folloing in the vmauthd.log of the ESX host:
2020-07-20T13:59:17Z vmauthd[2102937]: Msg_SetLocaleEx: HostLocale=UTF-8 UserLocale=NULL
2020-07-20T13:59:17Z vmauthd[2102937]: Could not expand environment variable HOME.
2020-07-20T13:59:17Z vmauthd[2102937]: Could not expand environment variable HOME.
2020-07-20T13:59:17Z vmauthd[2102937]: DictionaryLoad: Cannot open file "/usr/lib/vmware/config": No such file or directory.
2020-07-20T13:59:17Z vmauthd[2102937]: DictionaryLoad: Cannot open file "~/.vmware/config": No such file or directory.
2020-07-20T13:59:17Z vmauthd[2102937]: DictionaryLoad: Cannot open file "~/.vmware/preferences": No such file or directory.
2020-07-20T13:59:17Z vmauthd[2102937]: lib/ssl: OpenSSL using FIPS_drbg for RAND
2020-07-20T13:59:17Z vmauthd[2102937]: lib/ssl: protocol list tls1.2
2020-07-20T13:59:17Z vmauthd[2102937]: lib/ssl: protocol list tls1.2 (openssl flags 0x17000000)
2020-07-20T13:59:17Z vmauthd[2102937]: lib/ssl: cipher list ECDHE+AESGCM:RSA+AESGCM:ECDHE+AES:RSA+AES
2020-07-20T13:59:17Z vmauthd[2102937]: lib/ssl: curves list prime256v1:secp384r1:secp521r1
2020-07-20T13:59:17Z vmauthd[2102937]: Connect from remote socket (192.168.2.45:58542).
2020-07-20T13:59:17Z vmauthd[2102937]: Connect from 192.168.2.45
2020-07-20T13:59:17Z vmauthd[2102937]: recv() FAIL: 1.
2020-07-20T13:59:17Z vmauthd[2102937]: VMAuthdSocketRead: read failed. Closing socket for reading.
2020-07-20T13:59:17Z vmauthd[2102937]: Read failed.
ON the vCenter side I see those errors in the vpxd.log
2020-07-20T15:59:27.291+02:00 info vpxd[14503] [Originator@6876 sub=InvtHostCnx opID=kcuf2q8s-2242-auto-1qc-h5:70001655-75-StartHostSync-61f79812] Connect in progress; [vim.HostSystem:host-2021,esxi-nuc.flammi.home]
2020-07-20T15:59:27.299+02:00 error vpxd[13388] [Originator@6876 sub=TrustedInfrastructure.HostConfig] [VapiBaseClientwrapper] failed: Error:
--> system_error
--> Messages:
--> vapi.invalid.result.code
-->
2020-07-20T15:59:27.300+02:00 warning vpxd[13499] [Originator@6876 sub=TrustedInfrastructure.HostConfig opID=kcuf2q8s-2242-auto-1qc-h5:70001655-75] [AcquireJWToken] Host 'esxi-nuc.flammi.home' is missing trusted VAPI service. Exception: N4Vpxd7Langley29BadVapiConfigurationExceptionE(Error:
--> system_error
--> Messages:
--> vapi.invalid.result.code
--> )
-->
Any ideas?
Thanks a lot fellas!