You can remediate the configuration of a Trusted Cluster by using either the vSphere Client or the command line.
Prerequisites
Procedure
- Connect to the vCenter Server of the Trusted Cluster.
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.
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'
- Remediate the Trusted Cluster then recheck the Trusted Cluster health.
Tool Steps vSphere Client - Navigate to a Trusted Cluster.
- Select Configure, then select Trust Authority.
- Click Remediate.
- Click Check Health.
CLI - Run the Set-TrustedCluster cmdlet with the -Remediate parameter, for example:
Set-TrustedCluster -TrustedCluster 'TrustedCluster' -Remediate
- Run the Get-TrustedClusterAppliedStatus cmdlet, for example:
Get-TrustedClusterAppliedStatus -TrustedCluster 'TrustedCluster'