HowTo - esx update query - determine patches installed to esx
Command To Query currently Installed VI3 patches
esxupdate -l query
Command To Query currently Installed VI3 patches
esxupdate -l query
Query orphaned VM’s
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
Powered by WordPress | Aeros Theme | TheBuckmaker.com WordPress Themes