This is from a previous post in another ng. Dial up and run the
w32tm -once -v command
Post follows
********************************************************
This is a bit confusing. The Net Time command has two functions:
1. get time from a time source using the Windows native time service,
which is NetBIOS based and is available on Windows NT and Windows 2000
computers (e.g. net time \\computername [/set] [/yes]).
2. configure the time source for the Windows 2000 NTP based time service
(e.g. net time /setsntp:DNS name or IP address).
These two functions are not related and do not interact.
To test an NTP time source, use the w32tm command:.
w32tm -once -v
will attempt to get the time from the currently configured NTP time source.
The -v option produces a trace, which you can use to see what source is
being queried and whether it worked or not.
There is no such thing as listening for updates when it comes to the NTP
protocol. The time source responds to time queries, but does not push time
updates. The Windows time service will query its time source every so often
(at startup and about twice per day afterwards).
Windows 2000 member computers in a Windows 2000 domain should not have any
time source manually specified. Instead, they should be configured to
automatically use one of the domain controllers as a time source. To remove
any previously configured time source, issue the command:
net time /setsntp:
Then, the time service will get time from a domain controller (as Michael
says). As far as I'm aware, Michael is correct about the time hierarchy in
a Windows 2000 Domain.
I don't think having a mixed as opposed to native mode Windows 2000 domain
make any difference to how the time synchronisation works for Windows 2000
computers.
--
Bruce Sanderson (242600)
It is perfectly useless to know the right answer to the wrong question.
***********************************************************************
--
Regards,
Mike Holzemer
No email replies please - reply in newsgroup
> Use net time command.
> net time /setsntp:ntp2.usno.navy.mil
> net time /set
> Then reboot and check if you have that event error again.
> > Source: w32time
> > Description:
> > This Machine is a PDC of the domain art the root of the forest. (Yes, I
> know
> > that). Configure to sync from External time source using the net
command,
> > 'net time /setsntp: <server name>'. (I have no idea where to Externally
> sync
> > for the correct time. We use a dialup connection for access to the web.
> Can
> > this be configured this way, or can I sync from another PC on the
network?
> > STEVE