You can check the health status of a Trusted Cluster by using either the vSphere Client or the command line.
Prerequisites
- The vCenter Server for the Trusted Cluster must be running vSphere 7.0 Update 1 or later.
- If you use PowerCLI, version 12.1.0 or later is required.
Procedure
- Check the Trusted Cluster health.
Tool Steps vSphere Client - Connect to the vCenter Server of the Trusted Cluster by using the vSphere Client.
- Log in as a Trust Authority administrator.
- Navigate to a Trusted Cluster, select Configure, then select Trust Authority.
- Click Check Health.
CLI - In a PowerCLI session, run the Connect-VIServer cmdlet to connect as the Trust Authority administrator to the vCenter Server of the Trusted Cluster.
Connect-VIServer -server TrustedCluster_VC_ip_address -User trust_admin_user -Password 'password'
- Run the Get-TrustedClusterAppliedStatus cmdlet, for example:
Get-TrustedClusterAppliedStatus -TrustedCluster 'TrustedCluster'
- If there are errors, see Remediate a Trusted Cluster.