Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Server Setup > Setting up time synch

Reply
Thread Tools Display Modes

Setting up time synch

 
 
Dana
Guest
Posts: n/a

 
      05-07-2009
Hi,

We have a domain environment with a W2K3 server and a W2K3 terminal server.
How do I get the main server to get the correct time via the internet and
have that time always synch across the network (term srver and all WinXP
PCs)?

Thx,

D


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

 
      05-08-2009
Hello Dana,

On the DC with the PDCEmulator FSMO:

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/

If some domain machines have problems

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


> Hi,
>
> We have a domain environment with a W2K3 server and a W2K3 terminal
> server. How do I get the main server to get the correct time via the
> internet and have that time always synch across the network (term
> srver and all WinXP PCs)?
>
> Thx,
>
> D
>



 
Reply With Quote
 
Dana
Guest
Posts: n/a

 
      05-08-2009
Hi Meinolf,

Sorry but I'm a little confused with:

On the DC with the PDCEmulator FSMO: **What's FSMO? **

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.

** So do I use "eers" or in PLACE of peers have an IP address or DNS
name? **
** Would you please give me an actual example and does this need to be done
at every reboot? **

Thx again.

D


"Meinolf Weber [MVP-DS]" <meiweb(nospam)@gmx.de> wrote in message
news: .com...
> Hello Dana,
>
> On the DC with the PDCEmulator FSMO:
>
> 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/
>
> If some domain machines have problems
>
> 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
>
>> Hi,
>>
>> We have a domain environment with a W2K3 server and a W2K3 terminal
>> server. How do I get the main server to get the correct time via the
>> internet and have that time always synch across the network (term
>> srver and all WinXP PCs)?
>>
>> Thx,
>>
>> D
>>

>
>



 
Reply With Quote
 
Dana
Guest
Posts: n/a

 
      05-08-2009
Oh, one other thing: the XP PCs will automatically synch to the server's
time?


"Meinolf Weber [MVP-DS]" <meiweb(nospam)@gmx.de> wrote in message
news: .com...
> Hello Dana,
>
> On the DC with the PDCEmulator FSMO:
>
> 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/
>
> If some domain machines have problems
>
> 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
>
>> Hi,
>>
>> We have a domain environment with a W2K3 server and a W2K3 terminal
>> server. How do I get the main server to get the correct time via the
>> internet and have that time always synch across the network (term
>> srver and all WinXP PCs)?
>>
>> Thx,
>>
>> D
>>

>
>



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

 
      05-09-2009
Hello Dana,

In a domain the Domain controller with the PDCEmulator role is the time source
of all other domain machines. If you have only one DC this one has all 5
FSMO roles. Check with "netdom query fsmo" in a command prompt without the
quotes. Therefore you have to install the support\tools\suptools.msi form
the 2003 installation disk if not done.

FSMO are the Flexible single master operations:
http://technet.microsoft.com/en-us/l...08(WS.10).aspx

http://support.microsoft.com/kb/223346/en-us

Peers is a placeholder here, so replace either with ip address or servername.

Examples, one for name the other for ip address:
w32tm /config /manualpeerlist:time.windows.com /syncfromflags:manual /reliable:yes
/update

w32tm /config /manualpeerlist:x.x.x.x /syncfromflags:manual /reliable:yes
/update

This is a one time configuration, except you change the DC which has the
PDCEmulator role. No reboot is required.

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 Meinolf,
>
> Sorry but I'm a little confused with:
>
> On the DC with the PDCEmulator FSMO: **What's FSMO? **
>
> 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.
> ** So do I use "eers" or in PLACE of peers have an IP address or
> DNS
> name? **
> ** Would you please give me an actual example and does this need to
> be done
> at every reboot? **
> Thx again.
>
> D
>
> "Meinolf Weber [MVP-DS]" <meiweb(nospam)@gmx.de> wrote in message
> news: .com...
>
>> Hello Dana,
>>
>> On the DC with the PDCEmulator FSMO:
>>
>> 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/
>> If some domain machines have problems
>>
>> 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
>>> Hi,
>>>
>>> We have a domain environment with a W2K3 server and a W2K3 terminal
>>> server. How do I get the main server to get the correct time via the
>>> internet and have that time always synch across the network (term
>>> srver and all WinXP PCs)?
>>>
>>> Thx,
>>>
>>> D
>>>



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

 
      05-09-2009
Hello Dana,

All domain controllers sync with the PDCEmluator in a domain and the workstations
and member servers choose one available DC in the domain for the time sync.
So all have the same time.

If something does not work and you have errors in the event viewer about
time sync, make sure that port 123 udp is openend on firewalls.

If domain machines does not sync correct run:
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


> Oh, one other thing: the XP PCs will automatically synch to the
> server's time?
>
> "Meinolf Weber [MVP-DS]" <meiweb(nospam)@gmx.de> wrote in message
> news: .com...
>
>> Hello Dana,
>>
>> On the DC with the PDCEmulator FSMO:
>>
>> 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/
>> If some domain machines have problems
>>
>> 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
>>> Hi,
>>>
>>> We have a domain environment with a W2K3 server and a W2K3 terminal
>>> server. How do I get the main server to get the correct time via the
>>> internet and have that time always synch across the network (term
>>> srver and all WinXP PCs)?
>>>
>>> Thx,
>>>
>>> D
>>>



 
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
Another time synch problem Steve E. Windows Vista General Discussion 2 04-15-2008 04:14 AM
Time synch... Howard Woodard Windows Vista General Discussion 3 11-13-2007 10:05 PM
Net time or other time synch on W2k3 workgroup COB Windows Server 5 04-08-2007 05:49 PM
Synch Internet Time more often. OscarVogel Windows Server 0 04-07-2006 06:19 PM
Time synch problems... Jesse Gardner Active Directory 2 03-23-2005 02:08 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