Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Active Directory > Time sync problems

Reply
Thread Tools Display Modes

Time sync problems

 
 
NZSchoolTech
Guest
Posts: n/a

 
      05-10-2010
Good afternoon,

Our WS2008 domain controller which has the PDC emulator role and therefore
acts as the time source for the whole domain, has been losing time which
seems to indicate it has problems contacting an NTP service. At the moment
it is configured as follows

(LIst of peers)


Peer: time.windows.com,0x1
State: Active
Time Remaining: 618.3029985s
Mode: 1 (Symmetric Active)
Stratum: 0 (unspecified)
PeerPoll Interval: 6 (64s)
HostPoll Interval: 6 (64s)

There are no events in the System event log for w32time.

Today I manually sent the resync command to it and the clock immediately
gained about 8 minutes. The desktops that I checked later also had synced
themselves to the new time.

I have been aware of the clocks on the computers drifting over a period of
several weeks but they are all keepng in sync with the PDC which is the most
important thing for AD authentication.

We have had a few problems of late with other servers not syncing themselves
causing login problems for users. I hope this is all licked now but I still
can't understand why the PDC emulator is not syncing automatically.

--


 
Reply With Quote
 
 
 
 
Meinolf Weber [MVP-DS]
Guest
Posts: n/a

 
      05-10-2010

Hello NZSchooltech,

Any firewall activatedn that blocks port 123 UDP on the DC or the domain
machines? Make sure to use only domain DNS serverson the NICs of all machines
and not the ISPs one or other external DNS servers.

On a client run:
w32tm /config /syncfromflags:domhier /update

After that run:
net stop w32time
net start w32time

Then check the client event viewer for errors.

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm


> Good afternoon,
>
> Our WS2008 domain controller which has the PDC emulator role and
> therefore acts as the time source for the whole domain, has been
> losing time which seems to indicate it has problems contacting an NTP
> service. At the moment it is configured as follows
>
> (LIst of peers)
>
> Peer: time.windows.com,0x1
> State: Active
> Time Remaining: 618.3029985s
> Mode: 1 (Symmetric Active)
> Stratum: 0 (unspecified)
> PeerPoll Interval: 6 (64s)
> HostPoll Interval: 6 (64s)
> There are no events in the System event log for w32time.
>
> Today I manually sent the resync command to it and the clock
> immediately gained about 8 minutes. The desktops that I checked later
> also had synced themselves to the new time.
>
> I have been aware of the clocks on the computers drifting over a
> period of several weeks but they are all keepng in sync with the PDC
> which is the most important thing for AD authentication.
>
> We have had a few problems of late with other servers not syncing
> themselves causing login problems for users. I hope this is all licked
> now but I still can't understand why the PDC emulator is not syncing
> automatically.
>



 
Reply With Quote
 
Paul Bergson [MVP-DS]
Guest
Posts: n/a

 
      05-10-2010

This sounds like a problem with your PDCe being able to get to an external
time source. Probably a firewall.

--
Paul Bergson
MVP - Directory Services
MCITP - Enterprise Administrator
MCTS, MCT, MCSE, MCSA, MCP, Security +, BS CSci
2008, Vista, 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 NewGroups. This
posting is provided "AS IS" with no warranties and confers no rights.
"NZSchoolTech" <> wrote in message
news:%...
> Good afternoon,
>
> Our WS2008 domain controller which has the PDC emulator role and therefore
> acts as the time source for the whole domain, has been losing time which
> seems to indicate it has problems contacting an NTP service. At the moment
> it is configured as follows
>
> (LIst of peers)
>
>
> Peer: time.windows.com,0x1
> State: Active
> Time Remaining: 618.3029985s
> Mode: 1 (Symmetric Active)
> Stratum: 0 (unspecified)
> PeerPoll Interval: 6 (64s)
> HostPoll Interval: 6 (64s)
>
> There are no events in the System event log for w32time.
>
> Today I manually sent the resync command to it and the clock immediately
> gained about 8 minutes. The desktops that I checked later also had synced
> themselves to the new time.
>
> I have been aware of the clocks on the computers drifting over a period of
> several weeks but they are all keepng in sync with the PDC which is the
> most important thing for AD authentication.
>
> We have had a few problems of late with other servers not syncing
> themselves causing login problems for users. I hope this is all licked now
> but I still can't understand why the PDC emulator is not syncing
> automatically.
>
> --
>
>



 
Reply With Quote
 
NZSchoolTech
Guest
Posts: n/a

 
      05-13-2010
NTP is allowed by a rule in our ISA firewall. A manual sync worked, the
server is just not auto syncing apparently since its clock changed quite a
lot with the manual sync.

--


"Meinolf Weber [MVP-DS]" <meiweb@(nospam)gmx.de> wrote in message
news: .com...
> Hello NZSchooltech,
>
> Any firewall activatedn that blocks port 123 UDP on the DC or the domain
> machines? Make sure to use only domain DNS serverson the NICs of all
> machines and not the ISPs one or other external DNS servers.
>
> On a client run:
> w32tm /config /syncfromflags:domhier /update
>
> After that run:
> net stop w32time
> net start w32time
>
> Then check the client event viewer for errors.
>
> Best regards
>
> Meinolf Weber
> Disclaimer: This posting is provided "AS IS" with no warranties, and
> confers no rights.
> ** Please do NOT email, only reply to Newsgroups
> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
>
>> Good afternoon,
>>
>> Our WS2008 domain controller which has the PDC emulator role and
>> therefore acts as the time source for the whole domain, has been
>> losing time which seems to indicate it has problems contacting an NTP
>> service. At the moment it is configured as follows
>>
>> (LIst of peers)
>>
>> Peer: time.windows.com,0x1
>> State: Active
>> Time Remaining: 618.3029985s
>> Mode: 1 (Symmetric Active)
>> Stratum: 0 (unspecified)
>> PeerPoll Interval: 6 (64s)
>> HostPoll Interval: 6 (64s)
>> There are no events in the System event log for w32time.
>>
>> Today I manually sent the resync command to it and the clock
>> immediately gained about 8 minutes. The desktops that I checked later
>> also had synced themselves to the new time.
>>
>> I have been aware of the clocks on the computers drifting over a
>> period of several weeks but they are all keepng in sync with the PDC
>> which is the most important thing for AD authentication.
>>
>> We have had a few problems of late with other servers not syncing
>> themselves causing login problems for users. I hope this is all licked
>> now but I still can't understand why the PDC emulator is not syncing
>> automatically.
>>

>
>

 
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
Time out of sync on domain computers RJeremy Windows Small Business Server 3 05-08-2010 05:26 PM
Re: Server2003 2008 error !! Meinolf Weber [MVP-DS] Active Directory 0 11-26-2009 01:37 PM
Last successful sync time Aximili ActiveSync 2 08-14-2007 01:22 AM
Re: Slow Vista: hundreds of warnings, errors and critical issues? Kerry Brown Windows Vista Performance 6 05-14-2007 05:49 PM
Re: Slow Vista: hundreds of warnings, errors and critical issues? Dana Cline - MVP Windows Vista Performance 6 05-11-2007 01:01 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