Skip to content

Xen Date/Time Synchronization

  1. # [Default] All domains have the same time synchronized from ntp-client in dom0.
  2. echo 0 > /proc/sys/xen/independent_wallclock
  3. # If, however, this is not the case, you will have to run ntp-client on all guests. For this to work, you will need to setย  to 1, i.e.
  4. echo 1 > /proc/sys/xen/independent_wallclock