LKBEN10608: Time service problems after changing the pdc emulator role to a different system
LKB | Created: 02/04/2020 | Version: 0 | Language: EN | Rating: 0 | Outdated: False | Marked for deletion: False
Author: Wim Peeters - Keskon GmbH & Co. KG
Symptom
The domain controller does not synchronise its time as ist should be
Cause
The domain controller was the pdc emulator and the role has been moved
Solution
After you transfer the role to a different system, you have to configure the old system so it will get its time from the domain hierarchy. You need to be administrator to make these changes. Type the following command in a command line:
w32tm /config /syncfromflags:domhier /reliable:no /update
The domhier stands for the domain hierarchy!
After the change you have to restart the service. You can do this with "net stop w32time" followed by "net start w32time".
Now everything should be ok again.
About the Author
Wim Peeters is electronics engineer with an additional master in IT and over 30 years of experience including time spent in support, development, consulting, training and database administration. Wim has worked with SQL Server since version 6.5. He has developed in C/C++, Java and C# on Windows and Linux in different European countries and different European languages. He writes knowledge base articles to solve IT problems and publishes them on the Lubby Knowledge Platform where he is one of the most important contributors and the main developer.