RE: Linux server time getting out of sync frequently.




john...

be sure you carefully read the pdf that was provided...

in the situation where i was involved... we had a number of guest linux OS
boxes running on top of vmware. the boxes would lose serious amounts of
time... the pdf, and i believe the steps mentioned solved our issues...

but make sure you carefully look over the pdf doc..

-----Original Message-----
From: redhat-list-bounces@xxxxxxxxxx
[mailto:redhat-list-bounces@xxxxxxxxxx]On Behalf Of John Horne
Sent: Tuesday, May 27, 2008 3:04 PM
To: General Red Hat Linux discussion list
Subject: Re: Linux server time getting out of sync frequently.


On Tue, 2008-05-27 at 14:50 -0700, Josh Miller wrote:
John Horne wrote:
as i recall, there are a few parameters you can set within the vmware
app
for the guest os, in order to sync the timing, and to stop the skew
from
occuring...

i think you might also have to modify the kernel startup attributes.

The only solution I have found to work is to stop NTP on the guest and
simply run ntpdate (getting the time from other reliable server) every
hour or so via cron. The only 'solution' I have not tried is rebuilding
the kernel. Suggestions like use the PIT time source on the kernel
startup line may well improve the timekeeping, but it still loses time.

Hi, coming into this late, but I have been very successful with the
following solution:

1. make sure all ESX hosts are syncing time via NTP with a reliable source
2. disable NTPD in all guests
3. set each guest to sync time via VMware tools by setting
tools.SyncTime=TRUE
4. in each guest, on the kernel line in grub.conf, set clock=pit and
reboot

Tried it, but didn't work. The guests still lost time (although the host
was still accurate).


John.

--
---------------------------------------------------------------
John Horne, University of Plymouth, UK Tel: +44 (0)1752 587287
E-mail: John.Horne@xxxxxxxxxxxxxx Fax: +44 (0)1752 587001

--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list

--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list



Relevant Pages

  • window > samba > cups > pdf - close but no ciger
    ... I have been playing around with my printer and samba for a few days ... I have a normal printer and a pdf virtual printer set up in cups ... = octes', ... guest account = nobody ...
    (comp.os.linux.setup)
  • RE: Linux server time getting out of sync frequently.
    ... One approach to a slow guest clock is to reduce the guest timer interrupt ... add the following kernel command line ... boxes running on top of vmware. ... the pdf, and i believe the steps mentioned solved our issues... ...
    (RedHat)
  • Re: postscript
    ... file can be transformed to pdf with ps2pdf. ... notes for a "network pdf printer" using samba if you want to set ... print command. ... guest ok = yes ...
    (Fedora)
  • Re: [9fans] THNX linux kernel
    ... That kernel must not have my patches, hmm, I will put my latest kernel ... /*P:100 This is the Launcher code, a simple program which lays out the ... then reads repeatedly from /dev/lguest to run the Guest. ... of the guest memory region. ...
    (comp.os.plan9)
  • [RFC PATCH 2/3] lguest: Boot with virtual == physical to get closer to native Linux.
    ... We still want the kernel address for tlb flushing: ... The Guest kernel expects to be placed in memory at the physical ... int ret, len = 0; ... int demand_page(struct lguest *info, unsigned long cr2, int errcode); ...
    (Linux-Kernel)