VCF Management Services cluster bootstrap failed with the following errors. /var/log/vmware/vcf/domainmanager/domainmanager.log on VCF Installer/SDDC-Manager contains errors indicating a timeout or failure during the VSP cluster bootstrap:YYYY-MM-DDThh:mm:ss ERROR [vcf_dm,<task_id>,<subtask_id>] [c.v.v.v.services.VspServiceImpl,pool-3-thread-####] YYYY-MM-DDThh:mm:ss install API Task with Id ######## has status FailedYYYY-MM-DDThh:mm:ss ERROR [vcf_dm,<task_id>,<subtask_id>] [c.v.v.v.services.VspServiceImpl,pool-3-thread-####] Error: install failed: FailedYYYY-MM-DDThh:mm:ss ERROR [vcf_dm,<task_id>,<subtask_id>] [c.v.v.v.services.VspServiceImpl,pool-3-thread-####] YYYY-MM-DD hh:mm:ss error: install failed: FailedYYYY-MM-DDThh:mm:ss DEBUG [vcf_dm,<task_id>,<subtask_id>] [c.v.e.s.c.util.LocalProcessService,dm-exec-####] Command exit code: 1YYYY-MM-DDThh:mm:ss ERROR [vcf_dm,<task_id>,<subtask_id>] [c.v.e.s.c.util.LocalProcessService,dm-exec-####] Local command /opt/vmware/vcf/domainmanager/tmp/vmsp######## bootstrap cluster deploy --wait /nfs/vmware/vcf/nfs-mount/bundle/####-####-####/####-####-####/vcf-services-platform-template-9.1.0.####.ova --props-file=/opt/vmware/vcf/domainmanager/tmp/vmsp.props.########.tpl failed with exit code 1Out Stream: LocalProcess INFO: YYYY-MM-DD hh:mm:ss - Bootstraping cluster with ID ####-####-####-####...LocalProcess ERROR: YYYY-MM-DD hh:mm:ss - YYYY-MM-DD hh:mm:ss install API Task with Id ######## has status RunningLocalProcess ERROR: YYYY-MM-DD hh:mm:ss - YYYY-MM-DD hh:mm:ss install API Task with Id ######## has status FailedLocalProcess ERROR: YYYY-MM-DD hh:mm:ss - Error: install failed: FailedLocalProcess ERROR: YYYY-MM-DD hh:mm:ss - YYYY-MM-DD hh:mm:ss error: install failed: Failed...YYYY-MM-DDThh:mm:ss DEBUG [vcf_dm,<task_id>,<subtask_id>] [c.v.e.s.c.util.LocalProcessService,dm-exec-####] Output: VM bootstrap-vm-<vm_name>has IP: <bootstrap_vm_ip>{ "id": "########", "type": "com.vmware.vcfms.task.InstallVcfmsComponent", "createTime": "YYYY-MM-DDThh:mm:ss", "startTime": "YYYY-MM-DDThh:mm:ss", "endTime": "YYYY-MM-DDThh:mm:ss", "cancellable": false, "retryable": true, "phase": "Failed", "status": "Failed", "createdBy": "vmware-system-user"}YYYY-MM-DDThh:mm:ss ERROR [vcf_dm,<task_id>,<subtask_id>] [c.v.e.s.o.model.error.ErrorFactory,dm-exec-####] [REFERENCE_TOKEN] PUBLIC_VSP_CLUSTER_BOOTSTRAP_FAILED_DETAILED VCF Management Services cluster bootstrap failed with the following errors: .com.vmware.evo.sddc.orchestrator.exceptions.OrchTaskException: VCF Management Services cluster bootstrap failed with the following errors: Connection refused" or "Connection timed out" similar to below:# openssl s_client -showcerts -connect <vc_fqdn>:443#######:error:########:system library:connect:Connection timed outThis issue occurs when a network firewall blocks HTTPS (port 443) connectivity between the temporary VCF Services Platform (VMSP) Bootstrap VM and the vCenter Server. The bootstrap process requires the Bootstrap VM to communicate with vCenter to initialize the Management Services cluster. If this traffic is intercepted or dropped, the bootstrap task times out.
To resolve this issue, identify the IP address of the temporary Bootstrap VM and ensure port 443 is open to the vCenter Server.
openssl command:openssl s_client -connect <vcenter_fqdn>:443 -showcertsTo enable verbose logging and gather more detailed logs for bootstrap tasks, refer to VMSP deployment fails at "Bootstrap VCF Services Platform" step during VCF upgrade