Re: How do I confirm that my time server is running and that my work s
Re: How do I confirm that my time server is running and that my work s
This value is PeerList
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters
NtpServer
My registry looks like this:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters]
"ServiceMain"="SvchostEntry_W32Time"
"ServiceDll"=hex(2):43,00,3a,00,5c,00,57,00,49,00,4e,00,44,00,4f,00,57,00,53,\
00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,77,00,33,00,\
32,00,74,00,69,00,6d,00,65,00,2e,00,64,00,6c,00,6c,00,00,00
"NtpServer"="PeerList"
"Type"="NTP"
Is this command for the Server that the workstations are getting the time
from or the workstations?
When I run "w32tm /resync" on the server I get a message.
"The computer did not sync because no time data was available"
This command "w32tm /resync /computer
Cservername" returns:
"The computer did not sync because no time data was available"
Seems I'm still dead in the water.......
Any more ideas on how to resolve this?
Thanks
Kelvin
"Bruce Sanderson" <bsanders@newsgroups.nospam> wrote in message
news:54340854-A23D-48E2-9FC7-577E8D69A838@microsoft.com...
> The list of NTP servers (peerlist) is stored at
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters
> NtpServer.
>
> If the "Type" value in this key is "NT5DS", the computer is configured to
> get time from the domain hierarchy, not the server(s) identified in the
> NtpServer value.
>
> Use the commands:
>
> w32tm /config /syncfromflags:manualpeerlist
>
> w32tm /config /update
>
> to switch to using the server specified in the NtpServer parameter.
>
> The commands:
>
> w32tm /config /manualpeerlist:time.nist.gov
>
> w32tm /config /update
>
> will set the "peer list" to get time from the time server operated by
> NIST.
>
> The command:
>
> w32tm /resync
>
> will force a time synchronization.
>
> You should get System Event Log entries from the Time Service after most
> of these commands, but I've noticed that the /resync doesn't always create
> one. Restarting the "Windows Time" service should definitly create at
> least one System Even Log entry with source "W32Time telling you where the
> time service is getting time via NTP.
>
> The command
> w32tm /?
> gives reasonably good "Help" information for the w32tm command.
>
> --
> Bruce Sanderson MVP Printing
> http://members.shaw.ca/bsanders
>
> It is perfectly useless to know the right answer to the wrong question.
>
>
>
> "Kelvin Beaton" <kelvin at mccsa dot com> wrote in message
> news:%23zFomVVyHHA.3940@TK2MSFTNGP05.phx.gbl...
>>I look to me like I don't have a PeerList...
>> Where do I put this file?
>> What are valid entries for this list?
>>
>>
>> I'm getting the following in the Event Viewer of my DC.
>>
>> Event Type: Error
>> Event Source: W32Time
>> Event Category: None
>> Event ID: 48
>> Date: 07/18/2007
>> Time: 6:13:10 AM
>> User: N/A
>> Computer: SERVERNAME
>> Description:
>> Time Provider NtpClient: An error occurred during DNS lookup of the
>> manually configured peer 'PeerList'. NtpClient will continue to try the
>> DNS lookup every 960 minutes. This message will not be logged again
>> until a successful lookup of this manually configured peer occurs. The
>> error was: No such service is known. The service cannot be found in the
>> specified name space. (0x8007277C)
>>
>> For more information, see Help and Support Center at
>> http://go.microsoft.com/fwlink/events.asp.
>>
>> Where do I go from here?
>>
>> Thanks
>>
>> Kelvin
>>
>>
>> "viny" <viny@discussions.microsoft.com> wrote in message
>> news:EF241968-A566-4579-8C5E-62425887601A@microsoft.com...
>>> One way to check is to confirm with external Time Zone server
>>> Try using http://wwp.greenwichmeantime.com/
>>>
>>> If your DC is time is ok , one way for clients to update as well is to
>>> add a
>>> group policy under login to run a script to update time on the server.
>>>
>>> net time //servername /set /y
>>>
>>>
>>> "Kelvin Beaton" wrote:
>>>
>>>> I have a Windows 2003 server that is my DC.
>>>> My XP SP2 workstations are not getting their time from that server.
>>>> Their
>>>> times are not the same anyway.
>>>> All the workstations are port of my domain.
>>>>
>>>> Is there a good check list I can go throught to make sure everything is
>>>> configured correclty?
>>>>
>>>> The Windows Time service is running and is set to start automatically.
>>>> Event view doesn't have any Time Service event that I can see.
>>>>
>>>> Where do I find the "Peerlist" ?
>>>>
>>>> If I change the time on my DC, how long should I have to wait to see it
>>>> change back to the correct time?
>>>> How long should it take on the work station?
>>>>
>>>> Any help would be appreciated!
>>>>
>>>> Thanks!
>>>>
>>>> Kelvin
>>>>
>>>>
>>>>
>>
>>
>