VM Snapshot Stuck at 99%
VM Snapshot Stuck at 99%
Cause
Datastore has no free space left to comit the snapshots
Datastore has no free space left to comit the snapshots
Applies to: ESXi5.x
Solution
Checked running tasks to find out the root cause.
vim-cmd vimsvc/task_list – To get the running task list
vim-cmd vmsvc/getallvms – To get the all VMs hosted on ESX
vim-cmd vmsvc/get.tasklist <enter vmid number> – To get into the VM by finding VM ID number
vim-cmd vmsvc/task_info <task identifier> – To find out the exact error message of running task.
Checked running tasks to find out the root cause.
vim-cmd vimsvc/task_list – To get the running task list
vim-cmd vmsvc/getallvms – To get the all VMs hosted on ESX
vim-cmd vmsvc/get.tasklist <enter vmid number> – To get into the VM by finding VM ID number
vim-cmd vmsvc/task_info <task identifier> – To find out the exact error message of running task.
Alternate Quick resolution
Restart the management service of ESX where hosted VM
service mgmt-vmware restart
/etc/init.d/hostd restart
/etc/init.d/vpxa restart
/etc/init.d/vpxa restart
Post restarting management service running snapshot tasks stopped and VM highlighted to consolidate the all snapshots.
Once consolidation completed, powered on the VM.
Comments
Post a Comment