Install and configure the VMware vMA for ESX / ESXi 4.1
- Download it from the VMware site
http://www.vmware.com/support/developer/vima/
- Extract the vMA zipped file
- In vCenter Click file, Deploy the OVF Template
- Browse to File, click next
- Check the details of the OVS Template, click next
- Accept the End User Agreement, click next
- Give it a name, default is vSphere Management Assistant (vMA), click next
- Select the disk format, Thick is good unless you are running out of space, click next
- Select the network (vlan), click next
- Review the details and click finish
Configure the vMA
- Power on the vMA
- Open the vMA console and configure the IP address, subnet, Gateway, DNS, hostname and you’re done.
Use the vMA
- Connect it to via SSH using vi-admin as a username since root is disabled by default.
Type:
vifp addserver ESXHOST (to add server as a vMA target)
vifp listservers (Verify that the target server has been added)
vipftarget -s ESXHOST (Set the target as the default for the current session)
vicfg-nics -l (simply a test command to see if the connection is working)
Dont forget to download the vSphere Management Assistant Guide from the VMware site