There are currently no logon servers available to service the logon request

ISSUE

You've recently restored an Active Directory domain controller either via WinIR, VMIR or straight restore via host-based or file-based backup.

Upon attempting to authenticate with domain credentials for any domain computer or member server, you're presented with the following error.

There are currently no logon servers available to service the logon request

RESOLUTION

After restoring a domain controller, login and confirm that the SYSVOL share is present.  The command to do this is `net share | findstr /b SYSVOL`.
If the SYSVOL share is not present, then you need to perform a series of steps (below) to make it available again, including your group policy objects and scripts.

  1. Log in to the domain controller
  2. Open File Explorer and navigate to C:\Windows\SYSVOL\domain\
  3. Follow the link for your domain
  4. Enter folder “NtFrs_PreExisting__See_EventLog”
  5. Copy the content to a new folder on the desktop
  6. Open the Registry Editor and navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters
  7. Set SysVolReady to 0
  8. In the Registry Editor, navigate to HKLM\System\CurrentControlSet\Services\NtFrs\Parameters\Backup/Restore\Process at Startup
  9. Set BurFlags to D4
  10. Open services.msc
  11. Restart the “File Replication” service
  12. Copy the data from the new folder (see step #5) back to the folder for your domain location under C:\Windows\SYSVOL\domain\
  13. In the Registry Editor, navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters
  14. Set SysVolReady to 1
  15. [Optional] Reboot

CAUSE

There can be many causes for this particular condition. In most cases, the domain services did not come up in the proper order on the affected domain controller.

Please keep in mind that restoring a domain controller is not recommended unless you have no other domain controllers in your environment. The majority of situations that we've seen this particular issue in is where a domain controller is spun up in a DR environment.

NOTES

Have more questions?

Contact us

Was this article helpful?
1 out of 1 found this helpful

Provide feedback for the Documentation team!

Browse this section