DPM and VUM
There is still a disconnect between the DPM (Distributed Power Management) and VUM (VMware Update Manager) products.
More »There is still a disconnect between the DPM (Distributed Power Management) and VUM (VMware Update Manager) products.
More »Good article about troubleshooting Hostd (mgmt-vmware) issues.
More »find -iname "*-flat.vmdk" -mtime +7 -ls
you could identify vmdk files older then 7 days that have not been modified and are either off or orphaned.
or
find -iname "*-delta.vmdk" -mtime +7 -ls
to find old snapshots