To resolve the time synchronization issue you're experiencing with the Azure Site Recovery Appliance in a physical scenario, verify that the system date and time for the appliance server is synchronized correctly. The error may occur if the server clock is out of synchronization with the current time by more than five minutes.
Here are some steps you can take to troubleshoot and fix the issue:
- Check the date and time settings on your appliance server to ensure they are correct.
- Open an admin command prompt on the server.
- To check the time zone, run the command:
w32tm /tz
. - To synchronize the time, run the command:
w32tm /resync
.
If you are using VMware, similar time synchronization checks should be performed to ensure that the time is consistent across your virtual machines.
Kindly let us know if the above helps or you need further assistance on this issue.
Please do consider to “up-vote” wherever the information provided helps you, this can be beneficial to other community members