VMware vSphere Foundation 9.x
To resolve this issue, configure and start the NTP service on all ESXi hosts in the scope of the deployment.
Method 1: Via ESXi Host Client (UI)
Method 2: Via SSH (CLI)
esxcli system ntp set --server=<NTP_Server_IP>
Enable the NTP service to start automatically:
esxcli system ntp set --enabled=true
/etc/init.d/ntpd start
Verify the NTP status:
esxcli system ntp get
Once NTP is configured on all hosts, return to the VVF 9 deployment wizard and click Retry to pass the validation.
For reference: Configure Network Time Protocol (NTP) on the ESXi