Discussion:
Adjusting time on PDC emulator
(too old to reply)
flyersix
2008-12-09 14:23:39 UTC
Permalink
I have found the time on the 2003 DC holding the PDC emulator FSMO
role to be off by roughly 7 minutes. This machine is set to use its
own CMOS clock for the time source.

Can i just adjust the time from the taskbar to correct the time for
all the machines in the network?
Greg Stigers
2008-12-09 15:52:08 UTC
Permalink
Your PDC emulator should be getting its time from a reliable time source.
The default is time.windows.com. To check your PDC, issue
%windir%\SYSTEM32\NET.EXE TIME /QUERYSNTP
from the command line or run dialog.

To set it to use time.windows.com, issue
%windir%\SYSTEM32\NET.EXE TIME /SETSNTP:time.windows.com
from the command line or run dialog.

With the time source set, issue
%windir%\SYSTEM32\NET.EXE TIME /SET /YES
from the command line or run dialog.

When you shut down normally, the time service should reset the hardware
clock to the time on the software clock.

The default of time.windows.com does work well enough, and is a much better
option the joining the crowd beating on any of the well-known statum 1 time
servers. For other alternatives, http://time.windows.com redirects to an
interesting ntp project, and you can find an appropriate ntp pool.


There are some great articles on this on the Microsoft website.
______
Greg Stigers, MCSE
remember to vote for the answers you like
James Yeomans BSc, MCSE
2008-12-09 15:51:04 UTC
Permalink
Yes that will work. You can also set the PDC to sync its time from the
internet as per the following article:
http://www.justaskjames.co.uk/default.asp?link=121
James.
--
James Yeomans, BSc, MCSE
Ask me directly at: http://www.justaskjames.co.uk
Post by flyersix
I have found the time on the 2003 DC holding the PDC emulator FSMO
role to be off by roughly 7 minutes. This machine is set to use its
own CMOS clock for the time source.
Can i just adjust the time from the taskbar to correct the time for
all the machines in the network?
Trapps
2008-12-09 16:11:02 UTC
Permalink
http://technet.microsoft.com/en-us/windowsserver/2000/default.aspx
--
Steve Einhorn
Network Administrator
Post by flyersix
I have found the time on the 2003 DC holding the PDC emulator FSMO
role to be off by roughly 7 minutes. This machine is set to use its
own CMOS clock for the time source.
Can i just adjust the time from the taskbar to correct the time for
all the machines in the network?
Augusto Alvarez
2008-12-09 19:34:54 UTC
Permalink
Using this posts, worked like a charm for me:

http://www.windowsnetworking.com/articles_tutorials/Configuring-Windows-Time-Service.html

Hope it helps

Cheers
--
augusto alvarez | it pro | southworks
MCP - MCTS - MCITP DBA
http://blogs.southworks.net/aalvarez
Post by flyersix
I have found the time on the 2003 DC holding the PDC emulator FSMO
role to be off by roughly 7 minutes. This machine is set to use its
own CMOS clock for the time source.
Can i just adjust the time from the taskbar to correct the time for
all the machines in the network?
Bruce Sanderson
2008-12-12 06:57:27 UTC
Permalink
I sugget not using the net time command - use w32tm instead. Also, there is
no need to edit the registry manually.

On the Domain Controller with the PDC FSMO role, use these commands:

w32tm /config /manualpeerlist:peers /syncfromflags:manual
/reliable:yes /update
w32tm /resync /rediscover

for the word "peers", substitute the time source of your choice (e.g.
time.nrc.ca or time.nist.gov).

After issuing these command, check the System Event Log for entries from
Source: Time-Service - you should see log entries reporting success.

See http://technet.microsoft.com/en-us/library/cc786897.aspx,
http://technet.microsoft.com/en-us/library/cc784800.aspx and
http://blogs.msdn.com/w32time/default.aspx
--
Bruce Sanderson
http://members.shaw.ca/bsanders

It is perfectly useless to know the right answer to the wrong question.
Post by flyersix
I have found the time on the 2003 DC holding the PDC emulator FSMO
role to be off by roughly 7 minutes. This machine is set to use its
own CMOS clock for the time source.
Can i just adjust the time from the taskbar to correct the time for
all the machines in the network?
flyersix
2009-01-12 12:55:50 UTC
Permalink
I would rather not use an external clock for my time provider. My
main concerns where only that the client pcs' have a fairly acurate
time source and they be able to login (time stamp issue).

The PDC emulator is handling the time server role well. It is just
off a few minutes as is every machine on the network. I was hoping
for advise on wether changing the time from the task bar on the PDC
emulator would correct everyones time without creating login errors
for the other machines.
Meinolf Weber [MVP-DS]
2009-01-12 13:26:04 UTC
Permalink
Hello flyersix,

The machines are having the same time as the PDCEmulator in a domain. So
chagne the time on the PDEmulator and all clients should update there own.
If firewalls are used, NTP port 123 UDP has to be open.

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
Post by flyersix
I would rather not use an external clock for my time provider. My
main concerns where only that the client pcs' have a fairly acurate
time source and they be able to login (time stamp issue).
The PDC emulator is handling the time server role well. It is just
off a few minutes as is every machine on the network. I was hoping
for advise on wether changing the time from the task bar on the PDC
emulator would correct everyones time without creating login errors
for the other machines.
Greg Stigers
2009-01-13 19:05:32 UTC
Permalink
You should not correct your PDC clock more than five minutes from the client
clocks, or the clients will not be able to use Kerberos authentication.

CMOS clocks are cheap and inaccurate. Your PDC should be getting its time
from an reliable time server.
______
Greg Stigers, MCSE
remember to vote for the answers you like

Loading...