/var/log/vmware/vcf/domainmanager/domainmanager.log file on the SDDC Manager:Cannot complete login due to incorrect credentials: vCenter_FQDN, [email protected].Caused by: com.vmware.vim.binding.vim.fault.InvalidLogin: Cannot complete login due to an incorrect user name or password.java.util.concurrent.ExecutionException: (vim.fault.InvalidLogin)YYYY-MM-SS:THH:MM:SS ERROR [vcf_dm,###############################] [c.v.e.s.c.c.v.vsphere.VcManagerBase,##-####-##] Cannot complete login due to incorrect credentials: vCenter_FQDN, [email protected].YYYY-MM-SS:THH:MM:SS ERROR [vcf_dm,###############################] [c.v.e.s.o.model.error.ErrorFactory,##-####-##] [######] VSPHERE_HOST_EXIT_MAINTENANCE_FAILED Host cannot exit maintenance modecom.vmware.evo.sddc.orchestrator.exceptions.OrchTaskException: Host cannot exit maintenance modeThis issue occurs when incorrect configuration inputs are supplied through either the JSON input spec or the SDDC Manager UI.
vcf user, then elevate to root by typing su root.application.properties file to allow curl access, followed by a service restart: echo "vcf.vault.http-access=true" >> /etc/vmware/vcf/domainmanager/application.propertiessystemctl restart domainmanagercurl -k -s http://localhost/domainmanager/internal/vault/<workflow_id_from_url> -X GET | json_pp > /tmp/workflow.jsonworkflow.json file to correct the input parameters that caused the workflow to fail.curl -k -s http://localhost/domainmanager/internal/vault/<workflow_id_from_url> -X PUT -H "Content-type: text/plain" -d @/tmp/workflow.jsonapplication.properties file and restart the service.sed -i '/vcf.vault.http-access=true/d' /etc/vmware/vcf/domainmanager/application.propertiessystemctl restart domainmanager