Another way to see if the VMware ESX host is removing snapshots is to use 'vimsh'. Here is a how:
Logon to the Service Console
Type:bq. vimsh
Press Enter
Type:
vimsvc//task_list
Press Enter
A list of running process should be displayed, for example:
(ManagedObjectReference) + \\ + 'vim.Task:haTask--vim.FileManager.copy-4776',+ \\ + 'vim.Task:haTask-208-vim.VirtualMachine.removeAllSnapshots-168'+ \\ +
Type:
vimsvc/task_info haTask-208-vim.VirtualMachine.removeAllSnapshots-168
Press Enter
Information about the process should be displayed, for example:
(vim.TaskInfo) {
+ dynamicType = <unset>,+
+ key = "haTask-208-vim.VirtualMachine.removeAllSnapshots-168",+
+ task = 'vim.Task:haTask-208-vim.VirtualMachine.removeAllSnapshots-168',+
+ name = "vim.VirtualMachine.removeAllSnapshots",+
+ descriptionId = "VirtualMachine.removeAllSnapshots",+
+ entity = 'vim.VirtualMachine:208',+
+ entityName = "Buggered-VM001",+
+ state = "running",+
+ cancelled = false,+
+ cancelable = false,+
+ error = (vmodl.MethodFault) null,+
+ result = <unset>,+
+ progress = <unset>,+
+ reason = (vim.TaskReasonUser) {+
+ dynamicType = <unset>,+
+ userName = "vpxuser",+
+ },+
+ queueTime = "2008-12-10T17:57:14.244144Z",+
+ startTime = "2008-12-10T17:57:14.244144Z",+
+ completeTime = <unset>,+
+ eventChainId = 168,+
+ }+
I hope this helps.
Thanks to Jina Jang from VMware support for teaching this to me.
For more information on 'vimsh' you could check:
http://knowledge.xtravirt.com/white-papers/index.php?option=com_remository&func=download&id=10&chk=59bad547668e4eb01dff91e33cdf7bd9&no_html=1