设想:
DC01-Windows 2008 R2-DC
DC02-Windows 2003-DC
我想将 Active Directory 迁移到 2016 服务器。首先,我成功删除了 2003 基本 DC,没有任何错误消息,然后清除了 2008 DC/DNS 中的所有条目,检查了 DC01 上的所有复制状态均正常,没有错误。
现在我开始将 SYSVOL 迁移到 DFSR,在第 2 阶段之后,它一直说
C:\>dfsrmig /getmigrationstate
The following Domain Controllers are not in sync with Global state ('Redirected'
):
Domain Controller (Local Migration State) - DC Type
===================================================
20008r2DC ('Preparing') - Primary DC
Migration has not yet reached a consistent state on all Domain Controllers.
State information might be stale due to AD latency.
C:\>
我试过这个
C:\>repadmin /syncall /force /APed
Syncing all NC's held on DC01.
Syncing partition: DC=ForestDnsZones,DC=MYDOMAIN
CALLBACK MESSAGE: SyncAll Finished.
SyncAll terminated with no errors.
Syncing partition: DC=DomainDnsZones,DC=MYDOMAIN
CALLBACK MESSAGE: SyncAll Finished.
SyncAll terminated with no errors.
Syncing partition: CN=Schema,CN=Configuration,DC=MYDOMAIN
CALLBACK MESSAGE: SyncAll Finished.
SyncAll terminated with no errors.
Syncing partition: CN=Configuration,DC=MYDOMAIN
CALLBACK MESSAGE: SyncAll Finished.
SyncAll terminated with no errors.
Syncing partition: DC=MYDOMAIN
CALLBACK MESSAGE: SyncAll Finished.
SyncAll terminated with no errors.
但服务器仍然停留在错误消息上。我该如何解决?它会对正在运行的生产直流服务器产生什么影响?