Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Active Directory > Windows Time Drift

Reply
Thread Tools Display Modes

Windows Time Drift

 
 
Rajnish
Guest
Posts: n/a

 
      11-30-2009
I've set up a NTP Server on Linux and want to configure all the servers
,domain controllers to fetch the time source.However i want the servers to
update the time in a slow manner maybe sync to all should be completed in a
week's time.Is this possible on windows servers to configure this option..how
can we do this as some reporting servers also exists and are lagging on time
to the extent of 20 min which will affect in the reports generation..Can
anyone help on this
 
Reply With Quote
 
 
 
 
Paul Bergson [MVP-DS]
Guest
Posts: n/a

 
      11-30-2009
The ONLY server that should be getting its time externally is your PDCe.
All clients should be getting there time from a dc within their site and all
other dc's should be sync'ing their time with the PDCe.

Fsmo list
netdom query fsmo

Setup PDCe (Follow this exactly as described)
http://support.microsoft.com/kb/816042

Troubleshooting time on a PDCe
http://technet.microsoft.com/en-us/l.../bb727060.aspx

Set debug logging
http://support.microsoft.com/kb/816043/en-us

--
Paul Bergson
MVP - Directory Services
MCTS, MCT, MCSE, MCSA, Security+, BS CSci
2008, 2003, 2000 (Early Achiever), NT4
Microsoft's Thrive IT Pro of the Month - June 2009

http://www.pbbergs.com

Please no e-mails, any questions should be posted in the NewsGroup This
posting is provided "AS IS" with no warranties, and confers no rights.

"Rajnish" <> wrote in message
news0810C5F-3353-433E-BF3D-...
> I've set up a NTP Server on Linux and want to configure all the servers
> ,domain controllers to fetch the time source.However i want the servers to
> update the time in a slow manner maybe sync to all should be completed in
> a
> week's time.Is this possible on windows servers to configure this
> option..how
> can we do this as some reporting servers also exists and are lagging on
> time
> to the extent of 20 min which will affect in the reports generation..Can
> anyone help on this



 
Reply With Quote
 
Ace Fekay [MCT]
Guest
Posts: n/a

 
      11-30-2009
"Rajnish" <> wrote in message
news0810C5F-3353-433E-BF3D-...
> I've set up a NTP Server on Linux and want to configure all the servers
> ,domain controllers to fetch the time source.However i want the servers to
> update the time in a slow manner maybe sync to all should be completed in
> a
> week's time.Is this possible on windows servers to configure this
> option..how
> can we do this as some reporting servers also exists and are lagging on
> time
> to the extent of 20 min which will affect in the reports generation..Can
> anyone help on this



It's either the time is synched, or it's not. There's no provisions to
'slowly' spread out the time sync feature. It works basically out of the box
without any needs to change registry entries or other settings other than
simply setting the time service on the DC holding the PDC Emulator FSMO Role
to get time from an outside or other source (such as your Linux time
server), then all machines in the domain will automatically find the time
service. Read teh following for more specicif information and how it all
works.

Configuring the Windows Time Service for Windows Server
http://msmvps.com/blogs/acefekay/arc...ws-server.aspx


--
Ace

This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.

Please reply back to the newsgroup or forum for collaboration benefit among
responding engineers, and to help others benefit from your resolution.

Ace Fekay, MCT, MCITP EA, MCTS Windows 2008 & Exchange 2007, MCSE & MCSA
2003/2000, MCSA Messaging 2003
Microsoft Certified Trainer

For urgent issues, please contact Microsoft PSS directly. Please check
http://support.microsoft.com for regional support phone numbers.


 
Reply With Quote
 
Mark Parris
Guest
Posts: n/a

 
      12-02-2009

I don't believe the algorithm has changed since 2000 but:

When the local clock offset has been determined, the following algorithm is
used to adjust the time:

If the local clock time of the client is behind the current time received
from the server, W32Time will change the local clock time immediately.

If the local clock time of the client is more than three minutes ahead of
the time on the server, W32Time will change the local clock time immediately.

If the local clock time of the client is less than three minutes ahead of
the time on the server, W32Time will quarter or halve the clock frequency for
long enough to bring the clocks into sync. If the client is less that 15
seconds ahead, it will halve the frequency; otherwise, it will quarter the
frequency. The amount of time the clock spends running at an unusual
frequency depends on the size of the offset that is being corrected.

Source:
http://download.microsoft.com/downlo...intimeserv.doc



"Ace Fekay [MCT]" wrote:

> "Rajnish" <> wrote in message
> news0810C5F-3353-433E-BF3D-...
> > I've set up a NTP Server on Linux and want to configure all the servers
> > ,domain controllers to fetch the time source.However i want the servers to
> > update the time in a slow manner maybe sync to all should be completed in
> > a
> > week's time.Is this possible on windows servers to configure this
> > option..how
> > can we do this as some reporting servers also exists and are lagging on
> > time
> > to the extent of 20 min which will affect in the reports generation..Can
> > anyone help on this

>
>
> It's either the time is synched, or it's not. There's no provisions to
> 'slowly' spread out the time sync feature. It works basically out of the box
> without any needs to change registry entries or other settings other than
> simply setting the time service on the DC holding the PDC Emulator FSMO Role
> to get time from an outside or other source (such as your Linux time
> server), then all machines in the domain will automatically find the time
> service. Read teh following for more specicif information and how it all
> works.
>
> Configuring the Windows Time Service for Windows Server
> http://msmvps.com/blogs/acefekay/arc...ws-server.aspx
>
>
> --
> Ace
>
> This posting is provided "AS-IS" with no warranties or guarantees and
> confers no rights.
>
> Please reply back to the newsgroup or forum for collaboration benefit among
> responding engineers, and to help others benefit from your resolution.
>
> Ace Fekay, MCT, MCITP EA, MCTS Windows 2008 & Exchange 2007, MCSE & MCSA
> 2003/2000, MCSA Messaging 2003
> Microsoft Certified Trainer
>
> For urgent issues, please contact Microsoft PSS directly. Please check
> http://support.microsoft.com for regional support phone numbers.
>
>
> .
>

 
Reply With Quote
 
Ace Fekay [MCT]
Guest
Posts: n/a

 
      12-02-2009
"Mark Parris" <.> wrote in message
news:E3CF8F73-008C-45A0-B8E7-...
>I don't believe the algorithm has changed since 2000 but:
>
> When the local clock offset has been determined, the following algorithm
> is
> used to adjust the time:
>
> If the local clock time of the client is behind the current time received
> from the server, W32Time will change the local clock time immediately.
>
> If the local clock time of the client is more than three minutes ahead of
> the time on the server, W32Time will change the local clock time
> immediately.
>
> If the local clock time of the client is less than three minutes ahead of
> the time on the server, W32Time will quarter or halve the clock frequency
> for
> long enough to bring the clocks into sync. If the client is less that 15
> seconds ahead, it will halve the frequency; otherwise, it will quarter the
> frequency. The amount of time the clock spends running at an unusual
> frequency depends on the size of the offset that is being corrected.
>
> Source:
> http://download.microsoft.com/downlo...intimeserv.doc
>


Hi Mark,

Thanks for posting that. Yes, 2000 and 2003 time skew algorithm hasn't
changed. I updated my blog with the above link.

Thanks again!

Ace


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Server2003 2008 error !! Meinolf Weber [MVP-DS] Active Directory 0 11-26-2009 01:37 PM
The local domain controller could not connect with - 2008 boe Active Directory 9 11-22-2009 01:05 AM
Corrupt Files juerg Windows Vista Installation 10 07-12-2007 04:38 PM
Re: Slow Vista: hundreds of warnings, errors and critical issues? Kerry Brown Windows Vista Performance 6 05-14-2007 05:49 PM
Getting Ready for Windows BETA 2 - QuickStarter Andre Da Costa [Extended64] Windows Vista Installation 2 06-07-2006 05:22 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59