Time Server

Byocky

Member
Joined
Sep 20, 2011
Messages
6
Location
London, UK
Hi all

I am after some help.

I have 5 servers running windows server 2008, and 2 workstations running windows 7. I need to sync the clocks on all units to provide 1 master system time. I do not have a domain, just a workgroup.

How do I make one of the units the master, and how do I sync the others with it?

Ben
 
Thanks for that, but I cannot see the information I am looking for, can you point me to the part of the feed that deals with setting it up on the master server, can pointing the others to it?

Ben
 
Ok, now I have time :P

At cmd type: net stop w32time

Modify this key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config\AnnounceFlags, under Value data, type 5, and then click OK.

Then: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpServer\Enable NTPServer type 1 under Value data, and then click OK.

Then cmd: net start w32time

Now, on client / server side (NOT THE MASTER!) do the following:
right click on your clock, change:
At the top there are 3 tabs, select INTERNET TIME, then CHANGE SETTINGS and finally type the IP or name on the dropdown list.

Done.
 
Many thanks for your assistance.

I more question for you, how often will the "clients" sync with the master, and how can I change this.

Ben
 
Go here:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NTPClient\SpecialPollInterval

You can change the value (MILLISECONDS)
 
Hi

i am unsure how i enter the correct value, i would like it to be every 24 hours which is 3,600,000 milliseconds, how do i enter this?

Ben
 
Back
Top