sonyboy.dk

Tools, tip, tricks and other stuff I might come up with

Archive for the ‘date’ tag

XenServer: Date/Time synchronization issues

without comments

By default, XenVMs have their clocks synchronized to the XenServer Host that hosts them and will ignore requests to adjust the time made by an ntp daemon if one is running. If you want a XenVM to have an independent clock, log on to its Text Console and issue the command

echo 1 > /proc/sys/xen/independent_wallclock

then run an NTP daemon.

To revert to the default, issue the command

echo 0 > /proc/sys/xen/independent_wallclock

For more setting up an NTP on the XenServer please refer to the below kb article. Refer to the below kb article for “How to set up an NTP Server for a XenServer network”

Written by Sonyboy

September 16th, 2009 at 10:38 pm

Posted in Howto

Tagged with , , , ,