Sql-Server
如何驗證 Windows 群集之前是否已成功驗證?
作為自動化 SQL Server 安裝過程的一部分,我想以程式方式檢查 Windows 故障轉移群集是否已經過驗證。
有一些以程式方式驗證集群的方法,例如 Powershell cmdlet
Test-Cluster
,但我無法找到一種方法來檢查驗證狀態而無需重新執行驗證過程,這可能很慢,並且對於某些測試需要採取磁碟離線。有沒有辦法檢查驗證狀態,例如可以通過 WMI、系統資料庫或 Powershell cmdlet 訪問的屬性?
如果是我,我想看集群驗證報告。據科技網報導,
To view the results of the tests after you close the wizard, choose one of the following: * Open the folder systemroot\Cluster\Reports (on a clustered server). * In the console tree, right-click the cluster, and then click View Validation Report. This displays the most recent validation report for that cluster.