Hi
One of our VMs had gone to unresponsive state and i killed its process with esxcli vm process kill --type force --world-id <ID>
after that veeam can not take a snapshot and in vcenter it shows "another task is already in progress"
I have got the task list for this vm in esxi console
vim-cmd vmsvc/get.tasklist haTask-1086-vim.VirtualMachine.createSnapshot-436735209
(vim.fault.NotFound) {
dynamicType = <unset>,
faultCause = (vmodl.MethodFault) null,
msg = "Unable to find a VM corresponding to "haTask-1086-vim.VirtualMachine.createSnapshot-436735209"",
}
what can I do ?
it is ESXi 5.1
Thanks