無法開啟 DPM 2012 控制台

無法開啟 DPM 2012 控制台

我在 Server 2012 上執行 DPM 2012 SP1 安裝,並且在本機上安裝了 SQL Server 2008 R2 10.50.4000.0。 DPM 是 DPM 2012 RTM 的升級,透過中間升級到 DPM 2012 CU3,但升級後我無法打開控制台。我收到以下訊息:“無法連接到 DPMNAME.domain.tld (ID: 948) 請驗證 DPM 服務是否在此電腦上運行”

有一個“更多資訊”連結(http://technet.microsoft.com/en-us/library/ee958049.aspx),像往常一樣轉到 Microsoft“無法找到頁面”URL :)

我對這個問題進行了很多研究,並且關注了 Microsoft 頁面http://technet.microsoft.com/en-us/library/ff934577.aspx它要求您確保這些服務正在運行:

  • DPM(MSDPM)
  • DPM 存取管理器服務 (DPMAMService)
  • DPM 編寫器 (DpmWriter)
  • DPMLA(DPM 函式庫代理)
  • DPMRA(DPM 複製代理)

但我無法啟動服務 DPMRA:

"Error 1053: the service did not respond to the start or control request in a timely fashion"

如果我查看系統事件,會看到一個 7009 事件, "A timeout was reached (30000 milliseconds) while waiting for the DPMRA service to connect."但這是不準確的 - 錯誤會立即發生,而且肯定不會在 30 秒後發生。

其他事件錯誤:事件 7023:

“The DPM service terminated with the following error: 
    %%4294967295”

還有事件 10010:

“The server {27F60283-447F-4D5F-AA84-F45D09BD06EF} did not register with DCOM within the required timeout.”

在應用程式中有一個 3750 事件,但它沒有所有資訊

“The description for Event ID 3750 from source MSDPM cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.”

它確實有這樣的文本,表明 CU3 更新沒有正確完成,儘管我不記得安裝後看到任何錯誤:

“Version 4.0.1908.0 of the DPM database, and version 4.1.3313.0 of the DPM application are not compatible.”

關於我應該嘗試解決這個問題有什麼想法嗎?

謝謝

相關內容