Windows-Server-2008
DCDIAG VerifyEnterpriseReferences 測試在 PDC 上失敗
我有兩個域控制器都是server 2008,並且域功能級別已經提升到2008。我們之前是從一個執行server 2008的單個dc遷移過來的。如果我執行:
dcdiag /v /c /d /e /s:win2k8dc1 >c:dcdiag.
文本文件我收到以下錯誤:
Starting test: VerifyEnterpriseReferences The following problems were found while verifying various important DN references. Note, that these problems can be reported because of latency in replication. So follow up to resolve the following problems, only if the same problem is reported on all DCs for a given domain or if the problem persists after replication has had reasonable time to replicate changes. [1] Problem: Missing Expected Value Base Object: CN=WIN2K8DC1,OU=Domain Controllers,DC=JEWELS,DC=LOCAL Base Object Description: "DC Account Object" Value Object Attribute Name: msDFSR-ComputerReferenceBL Value Object Description: "SYSVOL FRS Member Object" Recommended Action: See Knowledge Base Article: Q312862 [2] Problem: Missing Expected Value Base Object: CN=WIN2K8DC2,OU=Domain Controllers,DC=JEWELS,DC=LOCAL Base Object Description: "DC Account Object" Value Object Attribute Name: msDFSR-ComputerReferenceBL Value Object Description: "SYSVOL FRS Member Object" Recommended Action: See Knowledge Base Article: Q312862 LDAP Error 0x20 (32) - No Such Object. ......................... WIN2K8DC1 failed test
我一直在研究並發現一個關於類似問題的 microsoft technet 論壇文章。答案是跑
dfsrmig /getglobalstate
並查看 dc 處於什麼狀態。如果狀態是 start、prepared 或 redirected,您應該使用以下命令重新啟動該過程:
dfsrmig /setglobalstate = 1 dfsrmig /setglobalstate = 2 dfsrmig /setglobalstate = 3
推動它完成整個過程。但是getglobalstate返回:dfsr 遷移尚未初始化。要開始遷移,請將全域狀態設置為所需的值。
我還應該通過setglobalstate命令,還是這是另一個問題?
你看過知識庫文章 Q312862 嗎?命令輸出兩次提到它,所以這是我要做的第一件事。
http://support.microsoft.com/kb/312862
另外,看看這個問題和第一個答案: