Synchronizing the clocks of two Windows-XP machines not connected to the internet? - Super User most recent 30 from superuser.com 2010-03-15T15:59:21Z http://superuser.com/feeds/question/70599 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://superuser.com/questions/70599/synchronizing-the-clocks-of-two-windows-xp-machines-not-connected-to-the-internet 0 Synchronizing the clocks of two Windows-XP machines not connected to the internet? Rax Olgud http://superuser.com/users/2869 2009-11-14T19:39:28Z 2009-11-14T20:50:27Z <p>Hello,</p> <p>I have a set-up with two PCs running Windows XP, both acquiring data from external sources and saving it locally with time-stamp per sample. </p> <p>At the end of each day I move that day's from both PCs to a third PC, where I perform analysis that depends on the saved timestamps to synchronize the signals acquired on both machines.</p> <p>At the beginning of every day there is some synchronization signal to both PCs that helps me find out whether there's a clock difference between them at the beginning of the day, and I compensate for that difference in my analysis.</p> <p>Everything went very well until I recently replaced one of the two PCs in the set-up to a newer one (the old one died). From that moment on, the difference between the clocks grows fast from the synchronization point and my analysis screws up.</p> <p>The PCs can't be connected to the internet, but I can connect them both together through a Switch/Hub. Also, I can't give the synchronization signal more than once at the beginning of that day.</p> <p>I wondered if there's any setting or software that can help me increase the time synchronization between the two PCs.</p> <p>Many thanks.</p> http://superuser.com/questions/70599/synchronizing-the-clocks-of-two-windows-xp-machines-not-connected-to-the-internet/70608#70608 1 Answer by A Dwarf for Synchronizing the clocks of two Windows-XP machines not connected to the internet? A Dwarf http://superuser.com/users/10971 2009-11-14T20:12:33Z 2009-11-14T20:12:33Z <p>Install a <a href="http://www.meinberg.de/english/sw/ntp.htm#ntp%5Fnt%5Fstable" rel="nofollow">NTP daemon for Windows</a> on both machines and set one of the daemons as a server and the other as a client, or set both as peers.</p> <blockquote> <p>The NTP daemon can not only adjust its own computer's system time. Additionally, each daemon can be a client, server, or peer for other NTP daemons:</p> <ul> <li>As client it queries the reference time from one or more servers.<br></li> <li>As server it makes its own time available as reference time for other clients.<br></li> <li>As peer it compares its system time to other peers until all the peers finally agree about the "true" time to synchchronize to.</li> </ul> </blockquote> <p>Have fun :)</p> http://superuser.com/questions/70599/synchronizing-the-clocks-of-two-windows-xp-machines-not-connected-to-the-internet/70628#70628 0 Answer by harrymc for Synchronizing the clocks of two Windows-XP machines not connected to the internet? harrymc http://superuser.com/users/8672 2009-11-14T20:50:27Z 2009-11-14T20:50:27Z <p>The XP clock is extremely inaccurate, especially if background processes steal idle CPU cycles.</p> <p>See this Microsoft article : <a href="http://technet.microsoft.com/en-us/library/cc757721%28WS.10%29.aspx" rel="nofollow">Configure a manual time source for a selected client computer</a><br> for instructions on how one XP machine can use others as time servers. </p> <p>This requires some ports to be open on the internal firewall (which might be the root cause for the problems you're experiencing?).</p>