| Author |
Topic  |
|
|
chamezzzz
Honorable But Hopeless Addict
    
United Kingdom
2298 Posts
Status: offline |
Posted - 04/03/2012 : 06:31:56 AM
|
Hi, This comes up now and again, just posting for my benefit and others. When I have a small domain I like to configure the time-service to point to my ISPs DNS Server. This means that my time source is external. You have introduced your first 2008 R2 Domain Controller into your 2003 AD. When you move the PDC role to your 2008 DC you are going to have to re-configure your time source. Likely EventID12 with a source of Time-Service in your Domain Controller System Event Viewer Log.
To set this, open command prompt as administrator and type
w32tm /config /manualpeerlist:server,0x8, /syncfromflags:manual /update
Change the word server to your ISP DNS server address. For example, if you were using Googles Public DNS Server you would type
w32tm /config /manualpeerlist:8.8.8.8,0x8, /syncfromflags:manual /update
Then Stop the Time Service
net stop w32time
Then Start the Time Service
net start w32time
To verify type
W32TM /resync
and then query the status
W32TM /query /status
This taken from
http://goo.gl/Soh29
Nathan wrote a great article on this back in 2006 - it seems to have been taken offline, looks like it is much easier in 2008 |R2.
|
James |
Edited by - chamezzzz on 04/03/2012 06:32:58 AM |
|
|
wkasdo
Administrator
    
Netherlands
7405 Posts
Status: offline |
Posted - 04/03/2012 : 08:49:04 AM
|
> I like to configure the time-service to point to my ISPs DNS Server.
Just to clarify: not all DNS servers offer NTP. I didn't know that google did, but my ISP doesn't do it this way. |
Make it as simple as you can, but not simpler -- Albert Einstein |
 |
|
|
NMDANGE
Honorable But Hopeless Addict
    
USA
2054 Posts
Status: offline |
Posted - 04/03/2012 : 09:07:17 AM
|
I prefer using this list for time servers: http://tf.nist.gov/tf-cgi/servers.cgi |
Michael D'Angelo (former)MVP-MIIS, Pace University Senior Systems Administrator (Windows) (MS)NMDANGE PhoeniX WorX Systems Administrator. If you play Total Annihilation, please join us. http://www.phoenixworx.org |
 |
|
|
chamezzzz
Honorable But Hopeless Addict
    
United Kingdom
2298 Posts
Status: offline |
Posted - 04/03/2012 : 5:24:08 PM
|
quote: Originally posted by wkasdo
> I like to configure the time-service to point to my ISPs DNS Server.
Just to clarify: not all DNS servers offer NTP. I didn't know that google did, but my ISP doesn't do it this way.
Yes, I don't know if Googles do either. I don't think ISPs want you to do this but the way I figure, if you are a small shop then it's one less thing to worry about.
NIST is great if you are in the States (Not all of us are)
On the SME front, there is a really nice post and all-round blog by Pierre Lemiuex http://blog.lemieuxnc.net/2009/11/integrating-dhcp-dns-ntp-nat-ios.html
Some good stuff. |
James |
 |
|
|
Xenophane
Honorable But Hopeless Addict
    
Denmark
3070 Posts
Status: offline |
Posted - 04/05/2012 : 2:22:05 PM
|
| I usually use pool.ntp.org (and then choose one of the pools local to where the servers are) |
Microsoft Powershell MVP
SIG> George Bernard Shaw : The power of accurate observation is commonly called cynicism by those who have not got it. </SIG>
You can read my blog at www.xipher.dk |
 |
|
|
rogerd2u
Old Timer
  
USA
400 Posts
Status: offline |
Posted - 05/01/2012 : 2:18:09 PM
|
Here's what I use, for those who want to use known time providers in the US. Run the following commands from an elevated command-prompt:
1. w32tm /config /syncfromflags:manual /manualpeerlist:"time-a.nist.gov nist1-chi.ustiming.org time-a.timefreq.bldrdoc.gov" /reliable:yes /update 2. w32tm /resync 3. w32tm /query /source (This should show the first external time source "time-a.nist.gov")
|
Roger Osborne Microsoft - Premier Field Engineer (Platforms)
MCITP (EA, SA), MCSE (2000), MCSA (2000/2003), Project+, Net+, A+
"When people show you who they are, believe them."
|
Edited by - rogerd2u on 05/07/2012 10:40:26 AM |
 |
|
|
bgetreu
Seasoned But Casual Onlooker

USA
36 Posts
Status: offline |
Posted - 05/23/2012 : 11:57:14 AM
|
| I have a current Windows Server 2008 DC that syncs time with a local university's Naval time server (with permission). I have to retire this DC this summer and will be replacing it with a Windows Server 2008 R2 DC. What steps do I need to take to ensure this switchover is smooth and error-free? |
 |
|
|
chamezzzz
Honorable But Hopeless Addict
    
United Kingdom
2298 Posts
Status: offline |
Posted - 05/23/2012 : 12:41:49 PM
|
Once you introduce the new 2008 R2 DC, run my command as per the first post in this thread and substitute for your IP of the server you are using for controlling time. Regards
EDIT: - Sorry - not sure if you mean time service or introduction of the new DC? Marks recent newsletter gives good tips http://www.minasi.com/newsletters/nws1204.htm
Sign up here http://www.minasi.com/nwsreg.htm |
James |
Edited by - chamezzzz on 05/23/2012 3:31:13 PM |
 |
|
| |
Topic  |
|