Probleme mit Zeitsynchronisation
Einige Clients in einer unserer Domains hatten ein Problem ihre Systemzeit von Domaincontroller zu beziehen.Diese äußerste sich durch folgende Meldungen im System-Log der jeweiligen Clients:
Source: W32Time Type: Warning Event ID: 14 Description: The time provider NtpClient was unable to find a domain controller to use as a time source. NtpClient will try again in <minutes> minutes.Bei einem Neustart des Windows-Time-Services kam dann noch folgende Meldung hinzu:
Source: W32Time Type: Error Event ID: 29 Description: The time provider NtpClient is configured to acquire time from one or more time sources, however none of the sources are currently accessible. No attempt to contact a source will be made for 15 minutes. NtpClient has no source of accurate time.Abhilfe schaffte in diesem Fall folgender Befehl auf dem Domaincontroller:
w32tm /config /update /syncfromflags:DOMHIER /reliable:YES
Nach einem Neustart des Dienstes "Windows Time" sowohl auf dem Domaincontroller als auch auf den Clients tauchte plötzlich folgende Meldung im Log auf und alles läuft seither problemlos:
Source W32Time
Type: Information
Event ID: 35
The time service is now synchronizing the system time with the time
source DOMAINCONTROLLER (ntp.d| CLIENTIP->SERVERIP).