A blog about virtual datacenters, both on-prem (VMware) and off-prem (MS Azure) with howto's, tips, and tools. The purpose of the blog is to act as an electronic notepad - to get those things noted that one discovers during daily operations - as well as, hopefully, being helpful to others in the community.
Friday, April 10, 2009
Monitor progress of snapshot deletion
When deleting (comitting) a snaphot in Virtual Center, it times out after 15 minutes. To follow the progress, log into to the service console and navigate to the folder where the .vmdk files are located. Run the following command:
watch ”ls –oghut –-full-time *.vmdk”
This way, you can see when the snapshot file is removed.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.