This is really stupid question. But referring to: http://lists.centos.org/pipermail/centos/2009-October/083791.html I don't see any line related to ntpd in my /var/log/messages . Do I need to turn-on ntpd for timekeeping on VMs? Some people say not to use ntpd on VMs for timekeeping or is it ntpdate cron job? Can someone please elaborate on this? Thanks, Jonathan. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20091130/218a8095/attachment-0003.html>
On Mon, Nov 30, 2009 at 11:34 AM, Jonathan Garden <jgarden21 at gmail.com> wrote:> This is really stupid question. But referring to: > http://lists.centos.org/pipermail/centos/2009-October/083791.html > I don't see any line related to ntpd in my /var/log/messages . Do I need to > turn-on ntpd for timekeeping on VMs? Some people say not to use ntpd on VMs > for timekeeping or is it ntpdate cron job? Can someone please elaborate on > this? > > Thanks, > Jonathan. >Did you read through the VMware KB that is linked to twice in that link you posted? That reviews all of the current best practices from VMware. "Some people" tend to repeat things they read on the Internet somewhere, so it's best to always check with the authoritative source (VMware in this case). You almost certainly don't want to be using ntpdate.
On 11/30/2009 11:34 AM, Jonathan Garden wrote:> This is really stupid question. But referring to: > http://lists.centos.org/pipermail/centos/2009-October/083791.html > I don't see any line related to ntpd in my /var/log/messages . Do I need > to turn-on ntpd for timekeeping on VMs? Some people say not to use ntpd > on VMs for timekeeping or is it ntpdate cron job? Can someone please > elaborate on this? >On Xen guests, unless /proc/sys/xen/independent_wallclock is set to 1, the DomU will slave itself to the Dom0 clock. So you probably don't need NTP inside the DomU. Our Dom0 uses ntpd to keep itself synchronized with the internal time servers on our LAN. Whether that is better then using ntpd combined with setting that flag to zero... I'm not sure.
Apparently Analagous Threads
- Xen clocksources and timekeeping wiki page
- Fwd: Re: Dotlock dovecot-uidlist errors / NFS / High Load
- Why the command 'service ntpd stop' cause the time reversed?
- Why the command 'service ntpd stop' cause the time reversed?
- how to set ntpd listen only 127.0.0.1 ?