Tagged Questions

More information about the components behaviour is available at the following resources. http://technet.microsoft.com/en-us/library/cc773013(WS.10).aspx http://blogs.msdn.com/w32time/

learn more… | top users | synonyms

2
votes
2answers
103 views

Growing time difference between Windows Server 2003 and time.nist.gov even after explicitly syncing time

I have synced the time of my server to time.nist.gov. This server communicated with a client’s server which is also synced with time.nist.gov. After noting that we seemed to be out of sync with the ...
1
vote
1answer
49 views

inconsistant w32tm results

What can be the reason to get 2 different results when running C:\Documents and Settings\wswebuser.OPTI>w32tm /monitor OptiDC.opti *** PDC *** [192.168.0.2]: ICMP: 0ms delay. NTP: ...
2
votes
1answer
63 views

How can I check if my time sync is correct?

I have updated a W2K3 settings according to the steps shown here: http://support.microsoft.com/kb/816042#LetMeFixItMyselfAlways2 The peers list I use is: 0.asia.pool.ntp.org,0x1 ...
0
votes
2answers
109 views

How to configure an authoritative time server in Windows Server

I have a performance lab running behind a firewall, so none of the machines in the lab has internet access. All machines in the lab are part of a domain with the domain controller also present inside ...
2
votes
1answer
85 views

How set in Windows Server 2008 r2 interval to sync time with the PDC emulator?

In a Windows 2003 domain, I have 7 members servers that are Windows Server 2008 R2. I need to make it so that they sync time with the PDC emulator at least every 15 minutes or less if possible. Is ...
1
vote
1answer
69 views

Using w32tm to resync all computers on a domain

I've noticed the time on all of our computers seems to be off by about 5 minutes. I think most computers are set up to sync time with one of our servers. after running a net time or a w32tm /query ...
0
votes
0answers
21 views

Task in Scheduled Task (Win2K) reports as running but doesn't actually run the application

I have a strange problem where scheduled tasks no longer run the application that it's supposed to run. It has always worked before but stopped working a couple days ago. The task will report its ...
0
votes
3answers
119 views

Windows Time out of sync

We have 5 virtual Windows 2003 servers running Citrix in our company, that users can log onto, Every so often one of the servers will change it's date/time so far ahead, users are unable to log on ...
2
votes
2answers
98 views

Configuring time sync on domain

I have an AD domain (2 dcs single domain) and a number of member servers. I need to configure time synchronisation so that everything is in sync. There is a lot of fluff on this topic. Does anyone ...
2
votes
2answers
96 views

Catch Windows system log events to a text file

I need to capture w32time events to a text file for a silly compliance requirement. Is there a way to that in Windows?
1
vote
2answers
110 views

Windows Time management: Domain Time II a neccessary product?

I ask as I have become part of a network where they have w32 time disabled on machines, and use Domain Time II. Product info here: http://www.greyware.com/software/domaintime/ Just curious if anyone ...
0
votes
2answers
116 views

Lost NTP sync on SQL servers

I've just noticed that one of our clients SQL servers are syncing against time.microsoft.com, the rest of the domain is looking at ntp.[clients.domain].co.uk, so our SQL servers are about 3 minutes ...
2
votes
1answer
1k views

Windows 2008 R2 Time Sync Between DCs

Our domain has three domain controllers, two of which are Windows 2008 R2, with a third that runs 2003 R2. DC1 (2008 R2, PDC Emulator, Syncs with external time source) DC2 (2008 R2) DC3 (2003 R2) ...
1
vote
2answers
187 views

w32tm returning inconsistent results

We've got a Hyper-V environment where the time is running around like a headless chicken. Some days when I come in, it's 10 minutes slow. Other days, it's 5 minutes fast. Today it's over 30 minutes ...
1
vote
3answers
772 views

Increasing the accuracy of windows 2003 NTP time sync

Hi using w32tm or some other service (NTP W32Time) is there away to increase the accuracy of windows time to sync at-least every 1sec? Whats setup; windows 2003 AD environment with a few servers and ...
3
votes
1answer
7k views

Can't access some clients using w32tm /stripchart - error: 0x800705B4

I'm trying to track down a time synchronisation problem. I've got a DC in a remote branch. w32tm /dumpreg /subkey:Parameters reveals Type = NT5DS and the Type means its sync'ing with the domain, I ...
0
votes
1answer
8k views

W32Time sync problems for Hyper-V Guests (W32Time Event IDs 38, 24, 29, 35)

On my Windows guests running under Hyper-V in a domain environment, I noticed that the Windows Time service was having problems. Periodically, I was receiving the following three messages in the ...
5
votes
3answers
5k views

How do I configure a windows domain controller to use an external time server?

I found this KB artice: http://support.microsoft.com/kb/816042 But it involves a bunch of manual registry hacks. I was hoping to find something buried in Administrative Tools somewhere that allowed ...