Instead of adding a vCenter server to vMA, it is possible to add just the individual ESXi hosts. This is particularly useful if a single vCenter is used to manage multiple data centers and you do not want to expose all the ESXi hosts managed by the vCenter to the vMA appliance.
Adding an ESXi host to vMA
How to do it...
The following procedure will take you through the steps required to add a vCenter to vMA by using the fastpass authentication:
- Log in to the vMA console or SSH as the vi-admin user. Now, issue the following command:
vifp addserver <ESXi hostname/ip address> --authpolicy fpauth
Example:
vifp addserver esxi65vc1.vcloud.local --authpolicy fpauth
- Issue the vifp listservers -l command to verify that the server...