VMware Cloud Community
bazza52
Enthusiast
Enthusiast
Jump to solution

How to check snapshot removal progress?

I am committing snapshots (using "Delete All" in the Snapshot Manager), but of course it times out after 15 minutes in the Recent Tasks pane with an error.

I assume the process is still working in the background as it takes some time - how can you check at the command line if the snapshot removal process is actually running? (the two snapshots are 10GB and 20GB)

0 Kudos
1 Solution

Accepted Solutions
athlon_crazy
Virtuoso
Virtuoso
Jump to solution

$vimsh

$vimsvc/task_list

VMware newbie..

Zen Systems Sdn Bhd

www.no-x.org

http://www.no-x.org

View solution in original post

0 Kudos
3 Replies
athlon_crazy
Virtuoso
Virtuoso
Jump to solution

$vimsh

$vimsvc/task_list

VMware newbie..

Zen Systems Sdn Bhd

www.no-x.org

http://www.no-x.org
0 Kudos
lamw
Community Manager
Community Manager
Jump to solution

You can actually monitor the progress using the following as described by this VMware KB: http://kb.vmware.com/kb/1007566

=========================================================================

William Lam

VMware vExpert 2009

VMware ESX/ESXi scripts and resources at:

VMware Code Central - Scripts/Sample code for Developers and Administrators

If you find this information useful, please award points for "correct" or "helpful".

bazza52
Enthusiast
Enthusiast
Jump to solution

Thanks - with vimsh the task is still running;

'vim.Task:haTask-688-vim.VirtualMachine.removeAllSnapshots-130361'

0 Kudos