Hi
I have 2 DCs, server 2008 r2 in my LAN(no internet access). both physical.
DC1 is using external NTP (cisco) and DC2 syncronized to DC1.
I run this command on DC1 to configure it as an NTP provider:
1. w32tm /config /manualpeerlist:PEERS /syncfromflags:MANUAL /reliable:YES /update
2. I have restarted the "windows time" service
3. I can see all changes set in registry.
Now, everything was working fine until both DCs shutdown and now when I do w32tm /resync on DC1 it fails.
w32tm /query /source returns with LOCAL CMOS CLOCK
and w32tm /monitor returns with
DC1.PDC.local *** PDC ***[...]
ICMP: 0ms delay
NTP: +0.0000000s offset from DC1.PDC..local.com
RefID: 'LOCL' [0x4C434F4C]
Stratum: 1
DC2.PDC.local[.....]
ICMP: 0ms delay
NTP: -0.0102597s offset from DC1.PDC.local
RefID: 'DC1.PDC.local'
Stratum: 1
how can I solve this?
Thanks!