You can add a host to any site or site cluster. A minimum number of hosts are required for each site type to function. A Cell Site Group requires minimum one host and a Compute Cluster requires minimum three hosts.
Note: If a cell site domain has multiple Distributed Virtual Switches in it, then the switch to which the management network is associated should also be mapped to use the vmnic that has the vmk0 VMKernel network interface attached.
Prerequisites
A site type for which you want to add a host is already added in Domains.
-
When adding a host to a cell site group, ensure that the parent vCenter domain is PROVISIONED with the latest version. You cannot add a host to a cell site group that has its parent vCenter domain status as anything other than PROVISIONED.
Parent Site Status
Cell Site Group Status
Host Addition
Provisioned
Any
Allowed
Not Provisioned
Any
Not Allowed
Failed
Any
Not Allowed
In Progress
Any
Not Allowed
Provisioned*
Any
Not Allowed
Failed*
Any
Not Allowed
Note:
'*' suffix in the status of vCenter Domain denotes that it needs to be re-synced.
-
Ensure that the certificate is generated with the server hostname as SAN by performing the following:
- Log in to the ESXi host using an SSH client, Putty, or any other SSH client.
- Regenerate the self-signed certificate by running the following command:
/sbin/generate-certificates
- Restart the hostd and vpxa services by running the following command:
/etc/init.d/hostd restart && /etc/init.d/vpxa restart