Nodes Create

Can be used to create VMs on an ESX hypervisor, if SSH access is enabled and credentials are set

CLI Tips

If powering on a VM doesn't provide any result:
vim-cmd vmsvc/message (vmid)

If message ask for an answer:
vim-cmd vmsvc/message (vmid) _vmx1 1

If a process gets stuck and you get "Another task is already in progress" error:
Determine id of process in question:
esxcli vm process list
Then kill it:
esxcli vm process kill --type=force --world-id=(id-from-above)

Shrink thin provisioned HDD image (zerofill unused space first)
vmkfstools -K hdd.vmdk