Networking Forums

Networking Forums > Computer Networking > Windows Networking > Time Sync in 2003

Reply
Thread Tools Display Modes

Time Sync in 2003

 
 
WORLDe
Guest
Posts: n/a

 
      07-31-2008, 01:03 PM
Hi,
We have a domain setup with about 100 users.
95% of the users' PCs all have the same time on their PC clock.
All users are running XP Pro and all are logged into the domain.

From my understanding, WIN Serv 2003 Active Directory should automatically
sync all PCs throughout the day so that they should all have the same system
clock.

The remaining 5% of PCS are maybe 6- 8 minutes fast and, unless I manually
change the clocks, they will never sync to the AD.

Also, to force a time sync when they login. I have added a logon script to
group policy. Even after this, their PCs still do not sync the time.


Is there a way I can sync their PC clocks remotely over the LAN?
Why is this happening?
What should I check into?




 
Reply With Quote
 
 
 
 
Meinolf Weber
Guest
Posts: n/a

 
      07-31-2008, 01:16 PM
Hello WORLDe,

The PDCEmulator is the time master of the domain, all other DC's will sync
with that one and all member serveres and clients use one available DC for
there sync, doesn't matter which one. So the dc's, member servers and clients
connect to the above mentioned time providers and request the time.

Configure the PDCEmulator to an external time source with this:
w32tm /config /manualpeerlisteers /syncfromflags:manual /reliable:yes /update

With "peers" you can set the time source, either DNS name (time.windows.com)
or an ip address from a reliable time source.

Here you can find some of them:
http://www.pool.ntp.org/

Client configuration:
To configure a client computer for automatic domain time synchronization

w32tm /config /syncfromflags:domhier /update

After that run:

net stop w32time

net start w32time

Also make sure that all clients have no firewall running where port 123 NTP
is blocked.

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

> Hi,
> We have a domain setup with about 100 users.
> 95% of the users' PCs all have the same time on their PC clock.
> All users are running XP Pro and all are logged into the domain.
> From my understanding, WIN Serv 2003 Active Directory should
> automatically sync all PCs throughout the day so that they should all
> have the same system clock.
>
> The remaining 5% of PCS are maybe 6- 8 minutes fast and, unless I
> manually change the clocks, they will never sync to the AD.
>
> Also, to force a time sync when they login. I have added a logon
> script to group policy. Even after this, their PCs still do not sync
> the time.
>
> Is there a way I can sync their PC clocks remotely over the LAN?
> Why is this happening?
> What should I check into?



 
Reply With Quote
 
WORLDe
Guest
Posts: n/a

 
      07-31-2008, 06:29 PM
Do I need to run the w32tm /config /syncfromflags:domhier /update command on
every user's PC?



"Meinolf Weber" wrote:

> Hello WORLDe,
>
> The PDCEmulator is the time master of the domain, all other DC's will sync
> with that one and all member serveres and clients use one available DC for
> there sync, doesn't matter which one. So the dc's, member servers and clients
> connect to the above mentioned time providers and request the time.
>
> Configure the PDCEmulator to an external time source with this:
> w32tm /config /manualpeerlisteers /syncfromflags:manual /reliable:yes /update
>
> With "peers" you can set the time source, either DNS name (time.windows.com)
> or an ip address from a reliable time source.
>
> Here you can find some of them:
> http://www.pool.ntp.org/
>
> Client configuration:
> To configure a client computer for automatic domain time synchronization
>
> w32tm /config /syncfromflags:domhier /update
>
> After that run:
>
> net stop w32time
>
> net start w32time
>
> Also make sure that all clients have no firewall running where port 123 NTP
> is blocked.
>
> 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
>
> > Hi,
> > We have a domain setup with about 100 users.
> > 95% of the users' PCs all have the same time on their PC clock.
> > All users are running XP Pro and all are logged into the domain.
> > From my understanding, WIN Serv 2003 Active Directory should
> > automatically sync all PCs throughout the day so that they should all
> > have the same system clock.
> >
> > The remaining 5% of PCS are maybe 6- 8 minutes fast and, unless I
> > manually change the clocks, they will never sync to the AD.
> >
> > Also, to force a time sync when they login. I have added a logon
> > script to group policy. Even after this, their PCs still do not sync
> > the time.
> >
> > Is there a way I can sync their PC clocks remotely over the LAN?
> > Why is this happening?
> > What should I check into?

>
>
>

 
Reply With Quote
 
Meinolf Weber
Guest
Posts: n/a

 
      08-01-2008, 06:55 AM
Hello WORLDe,

If they make problems you should do that. But the command can also be executed
with script.

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

> Do I need to run the w32tm /config /syncfromflags:domhier /update
> command on every user's PC?
>
> "Meinolf Weber" wrote:
>
>> Hello WORLDe,
>>
>> The PDCEmulator is the time master of the domain, all other DC's will
>> sync with that one and all member serveres and clients use one
>> available DC for there sync, doesn't matter which one. So the dc's,
>> member servers and clients connect to the above mentioned time
>> providers and request the time.
>>
>> Configure the PDCEmulator to an external time source with this: w32tm
>> /config /manualpeerlisteers /syncfromflags:manual /reliable:yes
>> /update
>>
>> With "peers" you can set the time source, either DNS name
>> (time.windows.com) or an ip address from a reliable time source.
>>
>> Here you can find some of them:
>> http://www.pool.ntp.org/
>> Client configuration:
>> To configure a client computer for automatic domain time
>> synchronization
>> w32tm /config /syncfromflags:domhier /update
>>
>> After that run:
>>
>> net stop w32time
>>
>> net start w32time
>>
>> Also make sure that all clients have no firewall running where port
>> 123 NTP is blocked.
>>
>> 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
>>> Hi,
>>> We have a domain setup with about 100 users.
>>> 95% of the users' PCs all have the same time on their PC clock.
>>> All users are running XP Pro and all are logged into the domain.
>>> From my understanding, WIN Serv 2003 Active Directory should
>>> automatically sync all PCs throughout the day so that they should
>>> all
>>> have the same system clock.
>>> The remaining 5% of PCS are maybe 6- 8 minutes fast and, unless I
>>> manually change the clocks, they will never sync to the AD.
>>>
>>> Also, to force a time sync when they login. I have added a logon
>>> script to group policy. Even after this, their PCs still do not sync
>>> the time.
>>>
>>> Is there a way I can sync their PC clocks remotely over the LAN?
>>> Why is this happening?
>>> What should I check into



 
Reply With Quote
 
WORLDe
Guest
Posts: n/a

 
      08-01-2008, 11:51 AM
How would I do this remotely across the LAN?


"Meinolf Weber" wrote:

> Hello WORLDe,
>
> If they make problems you should do that. But the command can also be executed
> with script.
>
> 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
>
> > Do I need to run the w32tm /config /syncfromflags:domhier /update
> > command on every user's PC?
> >
> > "Meinolf Weber" wrote:
> >
> >> Hello WORLDe,
> >>
> >> The PDCEmulator is the time master of the domain, all other DC's will
> >> sync with that one and all member serveres and clients use one
> >> available DC for there sync, doesn't matter which one. So the dc's,
> >> member servers and clients connect to the above mentioned time
> >> providers and request the time.
> >>
> >> Configure the PDCEmulator to an external time source with this: w32tm
> >> /config /manualpeerlisteers /syncfromflags:manual /reliable:yes
> >> /update
> >>
> >> With "peers" you can set the time source, either DNS name
> >> (time.windows.com) or an ip address from a reliable time source.
> >>
> >> Here you can find some of them:
> >> http://www.pool.ntp.org/
> >> Client configuration:
> >> To configure a client computer for automatic domain time
> >> synchronization
> >> w32tm /config /syncfromflags:domhier /update
> >>
> >> After that run:
> >>
> >> net stop w32time
> >>
> >> net start w32time
> >>
> >> Also make sure that all clients have no firewall running where port
> >> 123 NTP is blocked.
> >>
> >> 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
> >>> Hi,
> >>> We have a domain setup with about 100 users.
> >>> 95% of the users' PCs all have the same time on their PC clock.
> >>> All users are running XP Pro and all are logged into the domain.
> >>> From my understanding, WIN Serv 2003 Active Directory should
> >>> automatically sync all PCs throughout the day so that they should
> >>> all
> >>> have the same system clock.
> >>> The remaining 5% of PCS are maybe 6- 8 minutes fast and, unless I
> >>> manually change the clocks, they will never sync to the AD.
> >>>
> >>> Also, to force a time sync when they login. I have added a logon
> >>> script to group policy. Even after this, their PCs still do not sync
> >>> the time.
> >>>
> >>> Is there a way I can sync their PC clocks remotely over the LAN?
> >>> Why is this happening?
> >>> What should I check into?

>
>
>

 
Reply With Quote
 
Lanwench [MVP - Exchange]
Guest
Posts: n/a

 
      08-01-2008, 12:33 PM
WORLDe <(E-Mail Removed)> wrote:
> How would I do this remotely across the LAN?


(pardon my jumping in)

You could set it up in a computer startup script, applied via group policy.
But as Meinolf wrote, you probably won't need to. Fix the server first &
have all clients reboot once. See if it resolves the problem.
>
>
> "Meinolf Weber" wrote:
>
>> Hello WORLDe,
>>
>> If they make problems you should do that. But the command can also
>> be executed with script.
>>
>> 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
>>
>>> Do I need to run the w32tm /config /syncfromflags:domhier /update
>>> command on every user's PC?
>>>
>>> "Meinolf Weber" wrote:
>>>
>>>> Hello WORLDe,
>>>>
>>>> The PDCEmulator is the time master of the domain, all other DC's
>>>> will sync with that one and all member serveres and clients use one
>>>> available DC for there sync, doesn't matter which one. So the dc's,
>>>> member servers and clients connect to the above mentioned time
>>>> providers and request the time.
>>>>
>>>> Configure the PDCEmulator to an external time source with this:
>>>> w32tm /config /manualpeerlisteers /syncfromflags:manual
>>>> /reliable:yes /update
>>>>
>>>> With "peers" you can set the time source, either DNS name
>>>> (time.windows.com) or an ip address from a reliable time source.
>>>>
>>>> Here you can find some of them:
>>>> http://www.pool.ntp.org/
>>>> Client configuration:
>>>> To configure a client computer for automatic domain time
>>>> synchronization
>>>> w32tm /config /syncfromflags:domhier /update
>>>>
>>>> After that run:
>>>>
>>>> net stop w32time
>>>>
>>>> net start w32time
>>>>
>>>> Also make sure that all clients have no firewall running where port
>>>> 123 NTP is blocked.
>>>>
>>>> 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
>>>>> Hi,
>>>>> We have a domain setup with about 100 users.
>>>>> 95% of the users' PCs all have the same time on their PC clock.
>>>>> All users are running XP Pro and all are logged into the domain.
>>>>> From my understanding, WIN Serv 2003 Active Directory should
>>>>> automatically sync all PCs throughout the day so that they should
>>>>> all
>>>>> have the same system clock.
>>>>> The remaining 5% of PCS are maybe 6- 8 minutes fast and, unless I
>>>>> manually change the clocks, they will never sync to the AD.
>>>>>
>>>>> Also, to force a time sync when they login. I have added a logon
>>>>> script to group policy. Even after this, their PCs still do not
>>>>> sync the time.
>>>>>
>>>>> Is there a way I can sync their PC clocks remotely over the LAN?
>>>>> Why is this happening?
>>>>> What should I check into?




 
Reply With Quote
 
Meinolf Weber
Guest
Posts: n/a

 
      08-01-2008, 06:45 PM
Hello Lanwench [MVP - Exchange],

Nothing to pardon, i am always happy if someone agrees with me. :-)

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

> WORLDe <(E-Mail Removed)> wrote:
>
>> How would I do this remotely across the LAN?
>>

> (pardon my jumping in)
>
> You could set it up in a computer startup script, applied via group
> policy. But as Meinolf wrote, you probably won't need to. Fix the
> server first & have all clients reboot once. See if it resolves the
> problem.
>
>> "Meinolf Weber" wrote:
>>
>>> Hello WORLDe,
>>>
>>> If they make problems you should do that. But the command can also
>>> be executed with script.
>>>
>>> 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
>>>> Do I need to run the w32tm /config /syncfromflags:domhier /update
>>>> command on every user's PC?
>>>>
>>>> "Meinolf Weber" wrote:
>>>>
>>>>> Hello WORLDe,
>>>>>
>>>>> The PDCEmulator is the time master of the domain, all other DC's
>>>>> will sync with that one and all member serveres and clients use
>>>>> one available DC for there sync, doesn't matter which one. So the
>>>>> dc's, member servers and clients connect to the above mentioned
>>>>> time providers and request the time.
>>>>>
>>>>> Configure the PDCEmulator to an external time source with this:
>>>>> w32tm /config /manualpeerlisteers /syncfromflags:manual
>>>>> /reliable:yes /update
>>>>>
>>>>> With "peers" you can set the time source, either DNS name
>>>>> (time.windows.com) or an ip address from a reliable time source.
>>>>>
>>>>> Here you can find some of them:
>>>>> http://www.pool.ntp.org/
>>>>> Client configuration:
>>>>> To configure a client computer for automatic domain time
>>>>> synchronization
>>>>> w32tm /config /syncfromflags:domhier /update
>>>>> After that run:
>>>>>
>>>>> net stop w32time
>>>>>
>>>>> net start w32time
>>>>>
>>>>> Also make sure that all clients have no firewall running where
>>>>> port 123 NTP is blocked.
>>>>>
>>>>> 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
>>>>>> Hi,
>>>>>> We have a domain setup with about 100 users.
>>>>>> 95% of the users' PCs all have the same time on their PC clock.
>>>>>> All users are running XP Pro and all are logged into the domain.
>>>>>> From my understanding, WIN Serv 2003 Active Directory should
>>>>>> automatically sync all PCs throughout the day so that they
>>>>>> should
>>>>>> all
>>>>>> have the same system clock.
>>>>>> The remaining 5% of PCS are maybe 6- 8 minutes fast and, unless I
>>>>>> manually change the clocks, they will never sync to the AD.
>>>>>> Also, to force a time sync when they login. I have added a logon
>>>>>> script to group policy. Even after this, their PCs still do not
>>>>>> sync the time.
>>>>>>
>>>>>> Is there a way I can sync their PC clocks remotely over the LAN?
>>>>>> Why is this happening?
>>>>>> What should I check into?



 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a

 
      08-04-2008, 04:09 PM
I like to attack things in a more simplified and direct way.

Maybe the workstation's membership in the domain is fouled up.
It has happened to me before.

1. Unjoin the "problem" machines from the Domain (make them a workgroup)
2. Delete the machine accounts from the Domain if they were "left behind"
afterwards
3. Rejoin them to the Domain and move them to the desired OU.

See what happens now.
If it still doesn't work at least you now will know the machine's
memberships is "good".

--
Phillip Windell
www.wandtv.com

The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------


 
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
no time sync via wifi? Linea Recta Wireless Networks 2 06-21-2009 12:46 PM
Time sync 2Tian Windows Networking 13 06-26-2006 09:06 AM
Setting Up NTP for Time Sync W. Watson Linux Networking 54 01-09-2005 04:45 PM
Time sync Frustrated Broadband Hardware 2 08-05-2004 09:00 PM
Time Sync =?Utf-8?B?V2F5bmUgR29yZQ==?= Windows Networking 5 03-04-2004 06:56 AM



1 2 3 4 5 6 7 8 9 10 11