Netlogon Paused on Windows Domain Controller
Windows Server Domain CotrollerRootcause
- Restoring AD database using snapshot.
- Abnormal restart of the DC which corrupts AD database called NTDS,DIT.
- Rubuilding Indices occurs when a domain controller is restored from the snapshot or rebooted abnormally.
Solution
The better way to to handle this kind of issue is to demote the DC and promote the DC again.
Here is another simple way:
- Open Regedit
- Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NTDS\Parameters
- Locate the key: Dsa Not Writable=dword:00000004
- Delete the key
- Enable replaction by running the below commands if the repoication is disabled.
repadmin /options myserver -DISABLE_INBOUND_REPL
repadmin /options myserver -DISABLE_OUTBOUND_REPL
- Reboot
References:
Written on September 25, 2023