configure time sync for azure VMs
Posted
by
Pharao2k
on Server Fault
See other posts from Server Fault
or by Pharao2k
Published on 2013-06-28T15:17:29Z
Indexed on
2013/06/28
16:24 UTC
Read the original article
Hit count: 342
I have several ExtraSmall-sized Azure VMs (PaaS / Cloud Service based) that are all experiencing drifting of the Windows clock. Research showed that this is quite common, especially in VMs with shared cores.
Unfortunately even after configuring the w32time service to sync with time.windows.com and forcing a resync (w32tm /resync), there seems to be a time difference of 2 seconds to the configured NTP server. Though Microsoft states that w32tm is not meant as a high-precision sync tool, a difference of 2 seconds is (IMO) quite a lot for server-activities/processing.
What does one have to do to get more accurate time sync?
© Server Fault or respective owner