狀況:
A.DC之間檔案複製失敗(NTFrs)
B.Event ID NtFrs 13508
描述:檔案複寫服務無法啟動 c:\winnt\sysvol\domain 的複寫 (從 (computername) 到 (computername));正在重試。
C.Event ID NtFrs 13562
1. FRS can not correctly resolve the DNS name for server 2 from server 1.
2. FRS is not running on server 2
3. The topology information in the Active Directory for this replica has not yet replicated to all the Domain Controllers.
This event log message will appear once for each connection. After the problem is fixed you will see another event log message that indicates that the connection has been established.
D.dcdiag /v 出現 "DcGetDcName<Time_Server> call failed, error 1355,A Time Server could not be located."
解決方法:
1.檢查PDC Role在那一台DC,其時間服務(Windows Time)是否正常
如何重新註冊Windows Time Service:
net stop w32time
w32tm.exe / unregister
w32tm / register
net start w32time
2.將各台DC NTFrs設定為"模式還原"
主要的正常的Sysvol那台DC,將其Process at Startup\BurFlags設為D4
其它台DC全都設定為D2
Registry路徑:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NtFrs\Parameters\Backup/Restore\Process at Startup\BurFlags
3.全部DC重新啟動NTFrs Service
參考網頁:
http://support.microsoft.com/kb/290762/zh-tw