AJ G-B Virtually
Virtual Blog
My Links
Home
Archives
Links
Contact
Syndication
Login
News
Recent Comments
To allow the root user to log in to a VMware ESX S...
by Deepak
I am setting the time at the VMWARE time page but ...
by Anurag
It seems doesn'y work. My environment is VM6.0 OS ...
by KJ
"I get an unexpected end of file" error
by Ed
Thanks Victor .. it is so easy .. appreciate it .....
by Rajiv
Friday, May 18, 2007
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