您可以使用 vSphere Client 或命令行检查受信任集群的运行状况。

前提条件

  • 受信任集群的 vCenter Server 必须运行 vSphere 7.0 Update 1 或更高版本。
  • 如果使用 PowerCLI,则需要 12.1.0 或更高版本。

过程

  1. 检查受信任集群的运行状况。
    工具 步骤
    vSphere Client
    1. 使用 vSphere Client 连接到受信任集群的 vCenter Server
    2. 以 Trust Authority 管理员的身份登录。
    3. 导航到一个受信任集群,选择配置,然后选择 Trust Authority
    4. 单击检查运行状况
    CLI
    1. 在 PowerCLI 会话中,运行 Connect-VIServer cmdlet,以 Trust Authority 管理员身份连接到受信任集群的 vCenter Server
      Connect-VIServer -server TrustedCluster_VC_ip_address -User trust_admin_user -Password 'password'
    2. 运行 Get-TrustedClusterAppliedStatus cmdlet,例如:
      Get-TrustedClusterAppliedStatus -TrustedCluster 'TrustedCluster'
  2. 如果出现错误,请参见修复受信任集群