我的主域控制器似乎有问题。无论我做什么,我都不能让其他域控制器在升级后创建文件夹。我的dcdiag在我的新域控制器上显示了以下错误:
Starting test: Advertising
Warning: DsGetDcName returned information for \\ds1.directory.myorg.com, when we were trying to
reach DS3.
SERVER IS NOT RESPONDING or IS NOT CONSIDERED SUITABLE.
......................... DS3 failed test Advertising
Starting test: NetLogons
Unable to connect to the NETLOGON share! (\\DS3\netlogon)
[DS3] An net use or LsaPolicy operation failed with error 67, The network name cannot be found..
......................... DS3 failed test NetLogonsdfsrmig.exe /getmigrationstate在两个域控制器上都显示了这一点:
All domain controllers have migrated successfully to the Global state ('Eliminated').我尝试过手动共享C:/Windows/SYSVOL/sysvol来匹配我的主DC,但这似乎行不通。除了要创建/复制的SYSVOL和NETLOGON文件夹之外,一切看起来都正常。
发布于 2017-07-18 15:47:26
我的SYSVOL和NETLOGON文件夹没有同步,因为我的主DC没有设置为权威的DFSR成员。它还在试图复制到降级的DC。在我的主DC:https://support.microsoft.com/en-us/help/2218556/how-to-force-an-authoritative-and-non-authoritative-synchronization-fo指南中,我遵循了“如何执行DFSR复制的SYSVOL的权威同步”。
https://serverfault.com/questions/862618
复制相似问题