Yes. I was able to fix my AD joining issue by synchronizing the time correctly across the board. Since I don't have a valid NTP server to use for the ESXi host, I had the ESXi host using the Domain ...
See more...
Yes. I was able to fix my AD joining issue by synchronizing the time correctly across the board. Since I don't have a valid NTP server to use for the ESXi host, I had the ESXi host using the Domain Controllers as an NTP server. This is generally not a best practice to sync a host with a VM running on that host. As a result, the ESXi host's time was wrong and subsequently VMs were pulling time from the host rather than the Domain Controllers. This included my VCSA which was pulling the wrong time from the host. It's not an issue with the Windows VMs, because they sync time correctly with the Domain Controllers via their Group Policy settings. But VCSA wasn't set to synchronize with the Domain Controllers so it was pulling its time from the ESXi host which was incorrect. After changing the host to manual time, I then set the VCSA to synchronize with the Domain Controllers. After the VCSA had time synchronized with the Domain Controllers I was able to join AD, restart, and login with my AD accounts once again. I think what got me in the wrong direction in the first place was that my VCSA time was close (maybe about 15-30 minutes off) but not 10 hours as you experienced. So I didn't suspect time issues initially. At any rate, time synchronization between Domain Controllers and the VCSA was the cause of this issue. Thanks for your contribution.