VM Task Hung in vCloud Director
book
Article ID: 371639
calendar_today
Updated On:
Products
VMware Cloud Director
Issue/Introduction
Unable to delete a task in Cloud Director. VM Task is hung and VM is unoperational
Resolution
- Ensure to take backup of VCD Database
- Login to VCD DB and delete the task from two tables : jobs and task
- Search the task using job_id ( copied from failure task in VCD UI) : select * from jobs where job_id='';
- Once we have the job_id, delete it from jobs table and task table using : delete from jobs where job_id='';
- Once deleted, refresh the vCloud Director User Interface to see updated results
Feedback
thumb_up
Yes
thumb_down
No