可以使用 vSphere Client 或命令行修复受信任集群的配置。

前提条件

受信任集群的 vCenter Server 必须运行 vSphere 7.0 Update 1 或更高版本。

过程

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