Link to home
Start Free TrialLog in
Avatar of Timbertool12
Timbertool12

asked on

Server 2003 Time Setup

I am trying to set up a domain time server.

Have synchronised the Server with an external time source but cannot get the domain clients to set their time from the server.

Any clues would be helpful.

Do I need to set up time server in a group policy, if so how do I do that ?

Alan
Avatar of youre1m
youre1m

Check this out:

https://www.experts-exchange.com/questions/21112654/W32-Time-Problem.html

Of if you want a quick fix from 1 workstation you can use the "net time" command, run it with /? for help.
In windows 2003 the primary time server is the PDC for the domain. If you have multiple domain the ultimate primary will be the PDC of the first domain that was installed.
As long as the primary is synched with an external source, all the other servers will synch in heirarchy up to the primary. You don't have to do anything extra to the other servers.
 If you want extra settings or monitoring look in the Server Help for w32tm. At the command prompt type "w32tm /?"
Avatar of Timbertool12

ASKER

Just to clarify :

Have one domain, one 2003 server, several 2000 Pro workstations.

The workstations are part of the domain but will not synch their clocks to the sertver.

Any other helpfull info would be appreciated.
ASKER CERTIFIED SOLUTION
Avatar of youre1m
youre1m

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
These commands will set a computer to synch from the domain. However this should be the default setting.
w32tm /config /syncfromflags:DOMHIER
w32tm /config /update
net stop w32time
net start w32time