Jump to content

Recommended Posts

Posted

OK - ta Geoff - now the reason for doing this is one of my servers is not keeping good time and we all turned up to canteen for toast 5 mins early because of this! :)

 

(all my clients have a net use time thingy startup batch file that syncs them to the server)

 

But now I'm struggling to find where to configure this on the w2k3 server - surely it must be easy peasy??

 

Si

Posted
OK - ta Geoff - now the reason for doing this is one of my servers is not keeping good time and we all turned up to canteen for toast 5 mins early because of this! :)

 

(all my clients have a net use time thingy startup batch file that syncs them to the server)

 

But now I'm struggling to find where to configure this on the w2k3 server - surely it must be easy peasy??

 

Si

 

You don't use AD do you? surely you can just right click on the time and set it under internet time? I think its on when joined to a domain this is removed.

Posted

In an AD environment you generally setup the NTP settings on a GPO somewhere. Generally I use a GPO tied to the Domain Controllers Container.

 

If it's just a single server setup then just set it manually:

 

net time /setsntp:uk.pool.ntp.org

 

and restart the w32time service.

 

net stop w32time && net start w32time

 

you can check its working via

 

net time /querysntp

  • Thanks 1
Posted

@ChrisH and @Geoff I stuck this in a bat file and ran it and it updated my server time within 30 secs :)

w32tm /config /manualpeerlist:ntp0.lancsngfl.ac.uk,0x8 /syncfromflags:MANUAL /reliable:yes 


rem All you need to do then is stop and restart the service: and give it a chance to refresh it

net stop w32time && net start w32time 

rem If you want to force a refresh you can use the command:

rem w32tm /resync /nowait 
rem pause

Am I finished now or will I have to stick this as a server logon script?

 

Si

Posted
There is only your clients to check as well after that although by default they should be fine. See the last part of my blog post about the client end.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...