I'm having some weird issues on my pdc emulator 2003 machine.
I have configured it to use an external time provider, I have verified
I can ping the provider.
basically I ran this on the emulator:
w32tm /config /syncfromflags:manual /manualpeerlist:"time.windows.com
tock.usno.navy.mil time.nist.gov"
net time /setsntp:"time.windows.com tock.usno.navy.mil time.nist.gov"
w32tm /config /update
net stop w32time
net start w32time
My goal is to then make sure that all workstations and servers in the
domain know to get the current time from this pdc emulator.. so to
achieve that i added net time /setsntp
stdc2 to the login script for
the workstations. It was my understanding I shouldnt need to do this
though.
After all this..
At the PDC.. if i enter net time.. instead of showing the external
source.. it says.. current time at \\pstdc is etc.
Note the pstdc (another server, not the emulator).. At one point I did
have the other server as the time emulator.. but realized it should
have been pstdc2, as it is the pdc emulator. I've of course ran the
lines above so it should all be set.
The other issue i have is running
w32time /stripchart /computer:IPADDRESS
Where for ip address i've tried various external sources. If I
manually change the clock, say move it ahead 4 minutes, when I run
that.. it actually says.. the current time is 12:36 (the moved ahead
time).. then the lines that follow are 12:36:27 , 12:36:29 etc.. so its
like its getting the time from itself and not really the outside
source..
here is the snipet:
C:\Documents and Settings\markm\Desktop>w32tm /stripchart
/computer:tock.usno.na
vy.mil
Tracking tock.usno.navy.mil [192.5.41.41].
The current time is 3/31/2006 12:36:27 PM (local time).
12:36:27 d:+00.0466380s o:-175.2398671s [@ |
]
12:36:29 d:+00.0156020s o:-175.2441210s [@ |
Does anyone know why I cant seem to get the pdc emulator to sync. up
with an external time server via these commands?
BTW.. I can run a seperate utiltiy on the server to sync the time, but
obviously this isnt desired as it is a domain server.
I have configured it to use an external time provider, I have verified
I can ping the provider.
basically I ran this on the emulator:
w32tm /config /syncfromflags:manual /manualpeerlist:"time.windows.com
tock.usno.navy.mil time.nist.gov"
net time /setsntp:"time.windows.com tock.usno.navy.mil time.nist.gov"
w32tm /config /update
net stop w32time
net start w32time
My goal is to then make sure that all workstations and servers in the
domain know to get the current time from this pdc emulator.. so to
achieve that i added net time /setsntp
the workstations. It was my understanding I shouldnt need to do this
though.
After all this..
At the PDC.. if i enter net time.. instead of showing the external
source.. it says.. current time at \\pstdc is etc.
Note the pstdc (another server, not the emulator).. At one point I did
have the other server as the time emulator.. but realized it should
have been pstdc2, as it is the pdc emulator. I've of course ran the
lines above so it should all be set.
The other issue i have is running
w32time /stripchart /computer:IPADDRESS
Where for ip address i've tried various external sources. If I
manually change the clock, say move it ahead 4 minutes, when I run
that.. it actually says.. the current time is 12:36 (the moved ahead
time).. then the lines that follow are 12:36:27 , 12:36:29 etc.. so its
like its getting the time from itself and not really the outside
source..
here is the snipet:
C:\Documents and Settings\markm\Desktop>w32tm /stripchart
/computer:tock.usno.na
vy.mil
Tracking tock.usno.navy.mil [192.5.41.41].
The current time is 3/31/2006 12:36:27 PM (local time).
12:36:27 d:+00.0466380s o:-175.2398671s [@ |
]
12:36:29 d:+00.0156020s o:-175.2441210s [@ |
Does anyone know why I cant seem to get the pdc emulator to sync. up
with an external time server via these commands?
BTW.. I can run a seperate utiltiy on the server to sync the time, but
obviously this isnt desired as it is a domain server.