Q: Just wondering if MS has ever released any updates for Windows XP to handle the W32Time service to NTP as opposed to just SNTP?
I am doing this since W2K3 Server SP1 or when they was.
Or Ill just have to download some third party client for this?
And yes, I Google, kinda hard trying to find something because everyone seems to be using NTP and SNTP ambiguous, so every damn item I think about just how to configure the W32Time service standard.
Start Your Own Window Cleaning Business
Re:Yep.
Guess I could never mind it for now, gonna be reinstalling next week anyway, and this box isn't really that important, more of a "pilot" so to speak, I just annoyed when things don't work
Dominating the New Google, Google Traffic Tricks & Google Buzz Secrets
Re:Is this box running XP SP2?
Xp Windows Cleaner (Clean Up Microsoft Windows
Re:Originally posted by: guy
Sorry bout that, been busy this week. Everything you posted looks good, not sure why it isn't syncing. Do you see any w32time events in the system log?
Checked it before, but must've missed these.
The time service has not been able to synchronize the system time for 49152 seconds because none of the time providers has been able to provide a usable time stamp. The system clock is unsynchronized.
I have a bunch of those, funny thing is they all say 49152 seconds despite being logged at completely different times(and different days by all means).
Everything You Need to Know About Windows
Re:Sorry bout that, been busy this week. Everything you posted looks good, not sure why it isn't syncing. Do you see any w32time events in the system log?
Earn a Huge Income Tinting Windows
Re:Come forth mighty Stash, and save me!
Umm…yeah….bump that is…
Google Local Customer Magnet
Re:Hmm, still won't work.
Doesn't update, and using the GUI to force it manually results in the regular "An error occurred…" message.
The command I used is "w32tm /config /manualpeerlist:ntp1.sp.se /syncfromflags:manual /update"
Output from w32tm /dumpreg
Value Name Value Type Value Data
————————————————————————————————————————————————————————————————————————————–
————————————————————–
Type REG_DWORD 32
Start REG_DWORD 2
ErrorControl REG_DWORD 1
ImagePath REG_EXPAND_SZ %SystemRoot%\system32\svchost.exe -k netsvcs
DisplayName REG_SZ Windows Time
ObjectName REG_SZ LocalSystem
Description REG_SZ Maintains date and time synchronization on all clients and servers in the network. If this service is stopped, date and time synchronization will be unavailable. If this service is disabled, an
y services that explicitly depend on it will fail to start.
And /dumpreg /subkey:Parameters:
Value Name Value Type Value Data
——————————————————————–
ServiceMain REG_SZ SvchostEntry_W32Time
ServiceDll REG_EXPAND_SZ C:\WINDOWS\system32\w32time.dll
NtpServer REG_SZ ntp1.sp.se
Type REG_SZ NTP
I've made sure there are no network problems, and tried syncing with a few Linux and BSD boxes so there's no problem with the server either.
Confused…
How To Use Windows 7 Quick and Easy Guide
Re:No that uses the same mechanism. It's basically a nice GUI for setting an NTP server to sync with. But it doesn't let you change the Type value, so you could potentially set a server in that UI, but if Type is NT5DS, it will ignore that server.
But on a standalone non-domain joined machine, that UI should work fine. I forgot it was there ![]()
New* Registry Gear – Windows Registry Cleaner & Optimizer.
Re:Oh and while I'm asking, what's the relation between this and the Internet Time config Date and Time Properties?
I presume the latter uses w32time somehow, but apparently not regular NTP?
GAllMighty Software: Get your Ad on Top of Google Logo
Re:Ah, thanks a bunch, gonna give that a try soonish
Scan and Fix Errors in Windows Registry
Re:The net time command is deprecated on XP, don't use it. w32tm is the command you want.
If this is an XP client that is not part of a domain, you can run the following to tell it to sync to a NTP server: "w32tm /config /manualpeerlist:<NTP server fqdn or IP> /syncfromflags:manual /update"
If they are on an AD domain, you don't want to mess with them. They should already be set to NT5DS or AllSync, which means it will use the built in NTP hierarchy in AD to sync. You can check to see how a client is configured by running "w32tm /dumpreg /subkey:Parameters" The values that you'll want to look at are Type and possibly NtpServer.
If Type is NT5DS, it will ignore NtpServer and sync with the domain (this is good). If it is set to AllSync, it will use the domain first and then fall back to the NtpServer (also good). If it says NTP that means it will only sync with the NtpServer value, which is bad for domain clients. Good for non-domain clients.
Re:Originally posted by: guy
XP comes with a full NTP client. SNTP was only in Windows 2000.
Hmm, was mostly guessing since the net time /setsntp command remains without any /setntp equivalent.
Well, the reason I ask is, some XP boxes keep telling me they can't sync to an NTP server that a bunch of *NIX boxes can sync just fine to using ntpdate or ntpd.
Searching a bit for this mostly turns up articles about domain specific stuff involving domain controllers and so forth, plus some links for third party clients…
Is something really weird going on, or am I completely wrong in thinking that this should be configured in the usual time configuration application? Or using "net time" by all means.
Re:XP comes with a full NTP client. SNTP was only in Windows 2000.
0 Comments.