Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Server Setup > Windows 2000 Server DC Time Server

Reply
Thread Tools Display Modes

Windows 2000 Server DC Time Server

 
 
Amrik
Guest
Posts: n/a

 
      08-21-2009
I am trying to configure a time server, details:

1. enviroment - one forest domain with one root domian
2. I have two windows 2000 server DC servers and five windows 2003 DC servers
3. my head office has two domain controllers one is W2K which was the first
DC and it has all the forest and domain operation master roles, there is also
a windows 2003 DC on this site which only a DC and GC. The other 5 DC servers
are located on branch offices and are all GC.
4. it seems that all pcs and servers are using one of the branch office DC
server as their time server. To elaborate this server is a W2K DC (GC) and is
located on a branch office.

I would like to setup my W2K DC at my head office as the time server and it
to take it time from a time source from the inrenet and then all other
servers and clients to take their time from this server can someone
help/advise
 
Reply With Quote
 
 
 
 
Meinolf Weber [MVP-DS]
Guest
Posts: n/a

 
      08-21-2009
Hello Amrik,

In a domain the DC with PDCEmulator FSMO is the authoritative time source.
All DCs sync with that one and member servers and workstations choose one
available DC.

In your case configure the DC with PDCEmulator FSMO, check with "netdom query
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/

ON problem machines reconfigure them with:
w32tm /config /syncfromflags:domhier /update

After that run:
net stop w32time
net start w32time

This can also be scripted with a startup script. Make sure if firewalls are
used that port 123 UDP is open.

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 am trying to configure a time server, details:
>
> 1. enviroment - one forest domain with one root domian
> 2. I have two windows 2000 server DC servers and five windows 2003 DC
> servers
> 3. my head office has two domain controllers one is W2K which was the
> first
> DC and it has all the forest and domain operation master roles, there
> is also
> a windows 2003 DC on this site which only a DC and GC. The other 5 DC
> servers
> are located on branch offices and are all GC.
> 4. it seems that all pcs and servers are using one of the branch
> office DC
> server as their time server. To elaborate this server is a W2K DC (GC)
> and is
> located on a branch office.
> I would like to setup my W2K DC at my head office as the time server
> and it to take it time from a time source from the inrenet and then
> all other servers and clients to take their time from this server can
> someone help/advise
>



 
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
had windows 2000 server set as time server - now want to move it to 2003 gary Windows Server 13 03-16-2007 08:58 PM
Someone confirm my windows 2000 time server configuration Steve Windows Server 2 12-10-2005 06:58 PM
Can't set time server in Windows 2000 domain John McCoy Server Networking 2 11-28-2005 03:24 PM
Windows 2000 Server Authoritative Time Server Setup?? TC10284 Windows Server 1 02-08-2005 02:46 AM
windows 2000 - server time synchronization eashwar Server Setup 1 08-11-2004 12:51 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