Hi,
I'd like to be able to generate on the host a list of the IP addresses of all currently running VMs. Is there a way to do this?
I know I can manually look in the /etc/vmware/vmnet*/dhcp.leases file for the ones whose addresses have been granted by vmware -- but that doesn't tell me which of those machines are currently running, and it doesn't include bridged networks.
For the moment I can ignore the bridged network ones, but it seems like a kludge to write a script to ping all the IPs I find in the dhcp.leases files when vmware has this nice interface...