Making a vCenter Server cluster into a vSphere Trust Authority Cluster (also called enabling the Trust Authority State) starts the required Trust Authority services on the ESXi hosts in the cluster.
Prerequisites
Procedure
Results
Two services start on the ESXi hosts in the Trust Authority Cluster: the Attestation Service and the Key Provider Service.
Example: Enable the Trusted State on the Trust Authority Cluster
This example shows how to use PowerCLI to enable services on the Trust Authority Cluster. The following table shows the example components and values that are used.
Component | Value |
---|---|
vCenter Server for Trust Authority Cluster | 192.168.210.22 |
Trust Authority Cluster name | vTA Cluster |
Trust Authority administrator | [email protected] |
PS C:\Users\Administrator.CORP> Disconnect-VIServer -server * -Confirm:$false PS C:\Users\Administrator.CORP> Connect-VIServer -server 192.168.210.22 -User [email protected] -Password 'VMware1!' Name Port User ---- ---- ---- 192.168.210.22 443 VSPHERE.LOCAL\trustedadmin PS C:\Users\Administrator.CORP> Get-TrustAuthorityCluster Name State Id ---- ----- -- vTA Cluster Disabled TrustAuthorityCluster-domain-c8 PS C:\Users\Administrator.CORP> Set-TrustAuthorityCluster -TrustAuthorityCluster 'vTA Cluster' -State Enabled Confirmation Setting TrustAuthorityCluster 'vTA Cluster' with new State 'Enabled'. Do you want to proceed? [Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): y Name State Id ---- ----- -- vTA Cluster Enabled TrustAuthorityCluster-domain-c8
What to do next
Continue with Collect Information About ESXi Hosts and vCenter Server to Be Trusted.