Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Active Directory > Sync DC's time with external clock?

Reply
Thread Tools Display Modes

Sync DC's time with external clock?

 
 
Whiteford
Guest
Posts: n/a

 
      11-23-2009

Sorry, I mean the script to update to the time, should this just be copied
to a batch file and run once a day?


"Meinolf Weber [MVP-DS]" <meiweb@(nospam)gmx.de> wrote in message
news:. com...
> Hello Whiteford,
>
> Configure the firewall settings fixed to open the port.
>
> 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
>
>> The firewalls were not open for udp/123 (doh sorry), do I just need to
>> add this to a batch file and run once a day?
>>
>> "Meinolf Weber [MVP-DS]" <meiweb@(nospam)gmx.de> wrote in message
>> news:. com...
>>
>>> Hello Whiteford,
>>>
>>> Check the event viewer for errors and post them here and also make
>>> sure no firewall is blocking ooirt 123 udp.
>>>
>>> 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
>>>> I changed the time, by a minute then:
>>>>
>>>> This successfully ran:
>>>>
>>>> w32tm /config /manualpeerlist:uk.pool.ntp.org /syncfromflags:manual
>>>> /reliable:yes /update
>>>>
>>>> but the time didn't change, I tried again and after I ran:
>>>>
>>>> net stop w32time
>>>> net start w32time
>>>> And still nothing, and I doing this right?
>>>> "Meinolf Weber [MVP-DS]" <meiweb@(nospam)gmx.de> wrote in message
>>>> news:. com...
>>>>
>>>>> Hello Whiteford,
>>>>>
>>>>> Run this command on the DC with the PDCEmulator role.
>>>>>
>>>>> 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
>>>>>> Thanks for finding the time to answer my question.
>>>>>>
>>>>>> Where would I rung these commands from?
>>>>>>
>>>>>> w32tm /config /manualpeerlist:PEERS /syncfromflags:manual
>>>>>> /reliable:yes /update
>>>>>>
>>>>>> I found my DC with the PDC role by going into ADUC > Operations
>>>>>> Master
>>>>>>
>>>>>>> PDC
>>>>>>>
>>>>>> "Meinolf Weber [MVP-DS]" wrote in message
>>>>>> news:. com...
>>>>>>> Hello Whiteford,
>>>>>>>
>>>>>>> Configure the DC with the PDCEmulator FSMO to an external time
>>>>>>> source: w32tm /config /manualpeerlist:PEERS /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/
>>>>>>> All other DCs will sync with the PDCEmulator and all domain
>>>>>>> machines
>>>>>>> use one available DC. If there are problems with time sync after
>>>>>>> configuration of the PDCEmulator run on domain machines(can also
>>>>>>> be
>>>>>>> done with a script): w32tm /config /syncfromflags:domhier /update
>>>>>>> After that run:
>>>>>>> net stop w32time
>>>>>>> net start w32time
>>>>>>> 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
>>>>>>>> Hello,
>>>>>>>>
>>>>>>>> I was just wondering how other make sure their DC's time is kept
>>>>>>>> correct as ours over the months can drift ahead of itself so I
>>>>>>>> change oen DC's time time to the correct time and "net time
>>>>>>>> \\DCname" the others, very manual I know.
>>>>>>>>

>
>


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

 
      11-23-2009
Hello Whiteford,

Normally this is a one time setting if the client's do NOT use the domain
hierarchie automatic, which they normally do. Check in the event viewer to
see if some problems occur.

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


> Sorry, I mean the script to update to the time, should this just be
> copied to a batch file and run once a day?
>
> "Meinolf Weber [MVP-DS]" <meiweb@(nospam)gmx.de> wrote in message
> news:. com...
>
>> Hello Whiteford,
>>
>> Configure the firewall settings fixed to open the port.
>>
>> 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
>>> The firewalls were not open for udp/123 (doh sorry), do I just need
>>> to add this to a batch file and run once a day?
>>>
>>> "Meinolf Weber [MVP-DS]" <meiweb@(nospam)gmx.de> wrote in message
>>> news:. com...
>>>
>>>> Hello Whiteford,
>>>>
>>>> Check the event viewer for errors and post them here and also make
>>>> sure no firewall is blocking ooirt 123 udp.
>>>>
>>>> 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
>>>>> I changed the time, by a minute then:
>>>>>
>>>>> This successfully ran:
>>>>>
>>>>> w32tm /config /manualpeerlist:uk.pool.ntp.org
>>>>> /syncfromflags:manual /reliable:yes /update
>>>>>
>>>>> but the time didn't change, I tried again and after I ran:
>>>>>
>>>>> net stop w32time
>>>>> net start w32time
>>>>> And still nothing, and I doing this right?
>>>>> "Meinolf Weber [MVP-DS]" <meiweb@(nospam)gmx.de> wrote in message
>>>>> news:. com...
>>>>>> Hello Whiteford,
>>>>>>
>>>>>> Run this command on the DC with the PDCEmulator role.
>>>>>>
>>>>>> 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
>>>>>>> Thanks for finding the time to answer my question.
>>>>>>>
>>>>>>> Where would I rung these commands from?
>>>>>>>
>>>>>>> w32tm /config /manualpeerlist:PEERS /syncfromflags:manual
>>>>>>> /reliable:yes /update
>>>>>>>
>>>>>>> I found my DC with the PDC role by going into ADUC > Operations
>>>>>>> Master
>>>>>>>
>>>>>>>> PDC
>>>>>>>>
>>>>>>> "Meinolf Weber [MVP-DS]" wrote in message
>>>>>>> news:. com...
>>>>>>>> Hello Whiteford,
>>>>>>>>
>>>>>>>> Configure the DC with the PDCEmulator FSMO to an external time
>>>>>>>> source: w32tm /config /manualpeerlist:PEERS
>>>>>>>> /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/
>>>>>>>> All other DCs will sync with the PDCEmulator and all domain
>>>>>>>> machines
>>>>>>>> use one available DC. If there are problems with time sync
>>>>>>>> after
>>>>>>>> configuration of the PDCEmulator run on domain machines(can
>>>>>>>> also
>>>>>>>> be
>>>>>>>> done with a script): w32tm /config /syncfromflags:domhier
>>>>>>>> /update
>>>>>>>> After that run:
>>>>>>>> net stop w32time
>>>>>>>> net start w32time
>>>>>>>> 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
>>>>>>>>> Hello,
>>>>>>>>>
>>>>>>>>> I was just wondering how other make sure their DC's time is
>>>>>>>>> kept correct as ours over the months can drift ahead of itself
>>>>>>>>> so I change oen DC's time time to the correct time and "net
>>>>>>>>> time \\DCname" the others, very manual I know.
>>>>>>>>>



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

 
      11-23-2009
Did you read my previous post on server names? I don't think you have the
proper name. Once you have this setup there is no script that needs to run
the time service manages itself.

--
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.

"Whiteford" <> wrote in message
news:...
> Sorry, I mean the script to update to the time, should this just be copied
> to a batch file and run once a day?
>
>
> "Meinolf Weber [MVP-DS]" <meiweb@(nospam)gmx.de> wrote in message
> news:. com...
>> Hello Whiteford,
>>
>> Configure the firewall settings fixed to open the port.
>>
>> 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
>>
>>> The firewalls were not open for udp/123 (doh sorry), do I just need to
>>> add this to a batch file and run once a day?
>>>
>>> "Meinolf Weber [MVP-DS]" <meiweb@(nospam)gmx.de> wrote in message
>>> news:. com...
>>>
>>>> Hello Whiteford,
>>>>
>>>> Check the event viewer for errors and post them here and also make
>>>> sure no firewall is blocking ooirt 123 udp.
>>>>
>>>> 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
>>>>> I changed the time, by a minute then:
>>>>>
>>>>> This successfully ran:
>>>>>
>>>>> w32tm /config /manualpeerlist:uk.pool.ntp.org /syncfromflags:manual
>>>>> /reliable:yes /update
>>>>>
>>>>> but the time didn't change, I tried again and after I ran:
>>>>>
>>>>> net stop w32time
>>>>> net start w32time
>>>>> And still nothing, and I doing this right?
>>>>> "Meinolf Weber [MVP-DS]" <meiweb@(nospam)gmx.de> wrote in message
>>>>> news:. com...
>>>>>
>>>>>> Hello Whiteford,
>>>>>>
>>>>>> Run this command on the DC with the PDCEmulator role.
>>>>>>
>>>>>> 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
>>>>>>> Thanks for finding the time to answer my question.
>>>>>>>
>>>>>>> Where would I rung these commands from?
>>>>>>>
>>>>>>> w32tm /config /manualpeerlist:PEERS /syncfromflags:manual
>>>>>>> /reliable:yes /update
>>>>>>>
>>>>>>> I found my DC with the PDC role by going into ADUC > Operations
>>>>>>> Master
>>>>>>>
>>>>>>>> PDC
>>>>>>>>
>>>>>>> "Meinolf Weber [MVP-DS]" wrote in message
>>>>>>> news:. com...
>>>>>>>> Hello Whiteford,
>>>>>>>>
>>>>>>>> Configure the DC with the PDCEmulator FSMO to an external time
>>>>>>>> source: w32tm /config /manualpeerlist:PEERS /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/
>>>>>>>> All other DCs will sync with the PDCEmulator and all domain
>>>>>>>> machines
>>>>>>>> use one available DC. If there are problems with time sync after
>>>>>>>> configuration of the PDCEmulator run on domain machines(can also
>>>>>>>> be
>>>>>>>> done with a script): w32tm /config /syncfromflags:domhier /update
>>>>>>>> After that run:
>>>>>>>> net stop w32time
>>>>>>>> net start w32time
>>>>>>>> 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
>>>>>>>>> Hello,
>>>>>>>>>
>>>>>>>>> I was just wondering how other make sure their DC's time is kept
>>>>>>>>> correct as ours over the months can drift ahead of itself so I
>>>>>>>>> change oen DC's time time to the correct time and "net time
>>>>>>>>> \\DCname" the others, very manual I know.
>>>>>>>>>

>>
>>

>



 
Reply With Quote
 
Whiteford
Guest
Posts: n/a

 
      11-23-2009
Thanks Paul I'm using your example and it works just fine now.


"Paul Bergson [MVP-DS]" <pbbergs@no_spammsn.com> wrote in message
news:...
> Did you read my previous post on server names? I don't think you have the
> proper name. Once you have this setup there is no script that needs to
> run the time service manages itself.
>
> --
> 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.
>
> "Whiteford" <> wrote in message
> news:...
>> Sorry, I mean the script to update to the time, should this just be
>> copied to a batch file and run once a day?
>>
>>
>> "Meinolf Weber [MVP-DS]" <meiweb@(nospam)gmx.de> wrote in message
>> news:. com...
>>> Hello Whiteford,
>>>
>>> Configure the firewall settings fixed to open the port.
>>>
>>> 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
>>>
>>>> The firewalls were not open for udp/123 (doh sorry), do I just need to
>>>> add this to a batch file and run once a day?
>>>>
>>>> "Meinolf Weber [MVP-DS]" <meiweb@(nospam)gmx.de> wrote in message
>>>> news:. com...
>>>>
>>>>> Hello Whiteford,
>>>>>
>>>>> Check the event viewer for errors and post them here and also make
>>>>> sure no firewall is blocking ooirt 123 udp.
>>>>>
>>>>> 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
>>>>>> I changed the time, by a minute then:
>>>>>>
>>>>>> This successfully ran:
>>>>>>
>>>>>> w32tm /config /manualpeerlist:uk.pool.ntp.org /syncfromflags:manual
>>>>>> /reliable:yes /update
>>>>>>
>>>>>> but the time didn't change, I tried again and after I ran:
>>>>>>
>>>>>> net stop w32time
>>>>>> net start w32time
>>>>>> And still nothing, and I doing this right?
>>>>>> "Meinolf Weber [MVP-DS]" <meiweb@(nospam)gmx.de> wrote in message
>>>>>> news:. com...
>>>>>>
>>>>>>> Hello Whiteford,
>>>>>>>
>>>>>>> Run this command on the DC with the PDCEmulator role.
>>>>>>>
>>>>>>> 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
>>>>>>>> Thanks for finding the time to answer my question.
>>>>>>>>
>>>>>>>> Where would I rung these commands from?
>>>>>>>>
>>>>>>>> w32tm /config /manualpeerlist:PEERS /syncfromflags:manual
>>>>>>>> /reliable:yes /update
>>>>>>>>
>>>>>>>> I found my DC with the PDC role by going into ADUC > Operations
>>>>>>>> Master
>>>>>>>>
>>>>>>>>> PDC
>>>>>>>>>
>>>>>>>> "Meinolf Weber [MVP-DS]" wrote in message
>>>>>>>> news:. com...
>>>>>>>>> Hello Whiteford,
>>>>>>>>>
>>>>>>>>> Configure the DC with the PDCEmulator FSMO to an external time
>>>>>>>>> source: w32tm /config /manualpeerlist:PEERS /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/
>>>>>>>>> All other DCs will sync with the PDCEmulator and all domain
>>>>>>>>> machines
>>>>>>>>> use one available DC. If there are problems with time sync after
>>>>>>>>> configuration of the PDCEmulator run on domain machines(can also
>>>>>>>>> be
>>>>>>>>> done with a script): w32tm /config /syncfromflags:domhier /update
>>>>>>>>> After that run:
>>>>>>>>> net stop w32time
>>>>>>>>> net start w32time
>>>>>>>>> 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
>>>>>>>>>> Hello,
>>>>>>>>>>
>>>>>>>>>> I was just wondering how other make sure their DC's time is kept
>>>>>>>>>> correct as ours over the months can drift ahead of itself so I
>>>>>>>>>> change oen DC's time time to the correct time and "net time
>>>>>>>>>> \\DCname" the others, very manual I know.
>>>>>>>>>>
>>>
>>>

>>

>
>


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

 
      11-23-2009
Good, odds are it wasn't a firewall issue since you would be pulling the
time as opposed to the ntp server pushing the time to you.

Glad you got it all worked out.

--
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.

"Whiteford" <> wrote in message
news:eLp%...
> Thanks Paul I'm using your example and it works just fine now.
>
>
> "Paul Bergson [MVP-DS]" <pbbergs@no_spammsn.com> wrote in message
> news:...
>> Did you read my previous post on server names? I don't think you have
>> the proper name. Once you have this setup there is no script that needs
>> to run the time service manages itself.
>>
>> --
>> 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.
>>
>> "Whiteford" <> wrote in message
>> news:...
>>> Sorry, I mean the script to update to the time, should this just be
>>> copied to a batch file and run once a day?
>>>
>>>
>>> "Meinolf Weber [MVP-DS]" <meiweb@(nospam)gmx.de> wrote in message
>>> news:. com...
>>>> Hello Whiteford,
>>>>
>>>> Configure the firewall settings fixed to open the port.
>>>>
>>>> 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
>>>>
>>>>> The firewalls were not open for udp/123 (doh sorry), do I just need to
>>>>> add this to a batch file and run once a day?
>>>>>
>>>>> "Meinolf Weber [MVP-DS]" <meiweb@(nospam)gmx.de> wrote in message
>>>>> news:. com...
>>>>>
>>>>>> Hello Whiteford,
>>>>>>
>>>>>> Check the event viewer for errors and post them here and also make
>>>>>> sure no firewall is blocking ooirt 123 udp.
>>>>>>
>>>>>> 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
>>>>>>> I changed the time, by a minute then:
>>>>>>>
>>>>>>> This successfully ran:
>>>>>>>
>>>>>>> w32tm /config /manualpeerlist:uk.pool.ntp.org /syncfromflags:manual
>>>>>>> /reliable:yes /update
>>>>>>>
>>>>>>> but the time didn't change, I tried again and after I ran:
>>>>>>>
>>>>>>> net stop w32time
>>>>>>> net start w32time
>>>>>>> And still nothing, and I doing this right?
>>>>>>> "Meinolf Weber [MVP-DS]" <meiweb@(nospam)gmx.de> wrote in message
>>>>>>> news:. com...
>>>>>>>
>>>>>>>> Hello Whiteford,
>>>>>>>>
>>>>>>>> Run this command on the DC with the PDCEmulator role.
>>>>>>>>
>>>>>>>> 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
>>>>>>>>> Thanks for finding the time to answer my question.
>>>>>>>>>
>>>>>>>>> Where would I rung these commands from?
>>>>>>>>>
>>>>>>>>> w32tm /config /manualpeerlist:PEERS /syncfromflags:manual
>>>>>>>>> /reliable:yes /update
>>>>>>>>>
>>>>>>>>> I found my DC with the PDC role by going into ADUC > Operations
>>>>>>>>> Master
>>>>>>>>>
>>>>>>>>>> PDC
>>>>>>>>>>
>>>>>>>>> "Meinolf Weber [MVP-DS]" wrote in message
>>>>>>>>> news:. com...
>>>>>>>>>> Hello Whiteford,
>>>>>>>>>>
>>>>>>>>>> Configure the DC with the PDCEmulator FSMO to an external time
>>>>>>>>>> source: w32tm /config /manualpeerlist:PEERS /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/
>>>>>>>>>> All other DCs will sync with the PDCEmulator and all domain
>>>>>>>>>> machines
>>>>>>>>>> use one available DC. If there are problems with time sync after
>>>>>>>>>> configuration of the PDCEmulator run on domain machines(can also
>>>>>>>>>> be
>>>>>>>>>> done with a script): w32tm /config /syncfromflags:domhier /update
>>>>>>>>>> After that run:
>>>>>>>>>> net stop w32time
>>>>>>>>>> net start w32time
>>>>>>>>>> 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
>>>>>>>>>>> Hello,
>>>>>>>>>>>
>>>>>>>>>>> I was just wondering how other make sure their DC's time is kept
>>>>>>>>>>> correct as ours over the months can drift ahead of itself so I
>>>>>>>>>>> change oen DC's time time to the correct time and "net time
>>>>>>>>>>> \\DCname" the others, very manual I know.
>>>>>>>>>>>
>>>>
>>>>
>>>

>>
>>

>



 
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: Notes and Files Relationships Raj Pillai ActiveSync 3 10-08-2008 07:35 PM
sync with Atomic clock khb ActiveSync 0 10-08-2008 05:13 PM
Hardresert -First time sync is ok - next time calendar makes it halt - everytime Troels Majlandt ActiveSync 1 11-26-2004 06:42 PM
First time sync is ok - next time it halt Troels Majlandt ActiveSync 0 11-26-2004 12:53 AM
Problem with time sync tcobb ActiveSync 1 10-06-2004 04:49 AM



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