您可以使用 vSphere Client 或命令列檢查受信任叢集的健全狀況狀態。
必要條件
- 適用於受信任叢集的 vCenter Server 必須執行 vSphere 7.0 Update 1 或更新版本。
- 如果使用 PowerCLI,則需要 12.1.0 或更新版本。
程序
- 檢查受信任叢集健全狀況。
工具 步驟 vSphere Client - 使用 vSphere Client 連線到受信任叢集的 vCenter Server。
- 以 Trust Authority 管理員身分登入。
- 導覽至受信任叢集,選取設定,然後選取 Trust Authority。
- 按一下檢查健全狀況。
CLI - 在 PowerCLI 工作階段中,執行 Connect-VIServer cmdlet,以 Trust Authority 管理員身分連線至受信任叢集的 vCenter Server。
Connect-VIServer -server TrustedCluster_VC_ip_address -User trust_admin_user -Password 'password'
- 執行 Get-TrustedClusterAppliedStatus cmdlet,例如:
Get-TrustedClusterAppliedStatus -TrustedCluster 'TrustedCluster'
- 如果發生錯誤,請參閱修復受信任叢集。