Note: This transition is only supported on 5.2.2 and later SDDC.
3. While attempting to create the temporary cluster using a single image extracted from a host, the task fails at 5% with the following error:
A failure occurred when starting extract image task on host 'ESXi-hostname': Another task is in progress. Please retry later.","id": "com.vmware.vcIntegrity.lifecycle.HostSeeding.TaskError"
SDDC 5.2.2
VMware vCenter server 8.0.U3
VMware vSphere ESXi 8.0.3
1.Check for all currently running or existing tasks on the ESXi host using the command:
vim-cmd vimsvc/task_list
2. If all tasks in the list appear to be completed, check the settingssd.log and verify the conflicting task_id against the one found in the lifecycle.task file.
3. Move the conflicting task-sync file to a different directory to resolve the contention. The file is located in /var/vmware/lifecycle.
/var/vmware/lifecycle
total 1420
drwxr-xr-x 1 root root #####Month date
drwxr-xr-x 1 root root ##### Month date year ..
drwxr-xr-x 1 root root #####Month date time hostSeed
-rw-r--r-- 1 root root Month date timelifecycle.task
-rw-r--r-- 1 root root Month date Year task-status.json
-rw-r--r-- 1 root root ##### Month date Time task-status.json.db
mv lifecycle.task /var/core
4. Retry to create a cluster from existing host.