Stop SDDC Manager from deleting a failed appliance deployment for troubleshooting purposes.
book
Article ID: 374320
calendar_today
Updated On:
Products
VMware Cloud Foundation
Issue/Introduction
SDDC Manager deletes deployed virtual machines if the workflow fails. This makes it difficult to troubleshoot the deployment issue/collect logs.
Resolution
- Edit or create file
vi /etc/vmware/vcf/domainmanager/application-prod.properties
- Add the following line to the file.
orchestrator.task.stopOnFirstFailure=true
- Save the changes and exit
:x
- Cycle the domainmanager service
systemctl restart domainmanager
- Retry the vCenter deployment.
- Troubleshoot the vCenter deployment issue/collect vCenter logs.
- Remove the flag from the
application-prod.properties.
vi /etc/vmware/vcf/domainmanager/application-prod.properties
orchestrator.task.stopOnFirstFailure=true
- Cycle the domainamanger service
systemctl restart domainmanager
- Run the vCenter upgrade workflow again.
- Once the required logs/troubleshooting steps have been performed make sure to remove the line from the
application-prod.properties
file.
Feedback
thumb_up
Yes
thumb_down
No