VCF installer deployment failed. #35
Replies: 16 comments
-
|
Yes, Holorouter VM needs to have access to the target ESX host to transfer the OVA file as mentioned in the docs: https://vmware.github.io/Holodeck/#configuration-requirements |
Beta Was this translation helpful? Give feedback.
-
|
I'm afraid that the instructions below are a little too vague - I see no confirmation of the source:destination:ports required for the holorouter to function... (is it just parent ESXi/vCenter API calls etc?) "If a vCenter is used as the target for deploying nested VCF lab, then VLANs 0, 10 through 25 and 40 through 58 need to be allowed on the physical switches to allow inter-host communication within the vSphere cluster where the nested VCF deployment will occur." If these instructions can't be expanded with more details, can you confirm if there is a manual method to get the SDDC appliance up and running so the script can continue? Thanks, |
Beta Was this translation helpful? Give feedback.
-
|
Can you ping the target ESX hosts from Holorouter and see if they are reachable? |
Beta Was this translation helpful? Give feedback.
-
|
ICMP unfortunately is blocked in this environment... Is there another method or manual process that could be used to 'get' the SDDC appliance up and running if we cannot API call the hosts... the networking port requirements are missing from the documentation it would appear. |
Beta Was this translation helpful? Give feedback.
-
|
We make use of ovftool to deploy the OVA file. Even though we target the vCenter if that is selected, the actual OVA deployment happens on the ESX host within the cluster instead of directly on the vCenter because the datastore is on the ESX hosts and not the vCenter. This is not specific to Holodeck and is just how ovftool works in general even outside Holodeck. That said, here is the step to do this manually, however still tries the same thing: #28 (comment) Most likely you'll see the same error. In that case, you can manually deploy the OVA file on the vCenter as you would normally deploy an OVA by right clicking on the vCenter cluster > Deploy new OVF Template, select the OVA and fill out the details manually |
Beta Was this translation helpful? Give feedback.
-
|
If we deploy the SDDC/VCF installer manually, what are the steps to continue the holodeck deploy using the manual deploy process? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
After setting up the sddc manually (and we can open the VCF UI via the htop console OK) and running the code in the #28 comment we now get this error.. 15-08-2025 03:39:45 SetHoloDeckConfig[61306]: [INFO] Updating the Global Config, ConfigKey: vSANMode, ConfigValue: ESA It looks like we hit another hard-stop with access to the parent hypervisor with the #28 code block sub-tasks. 15-08-2025 04:22:18 HoloSite[61306]: [INFO] Updating VCF Installer Settings |
Beta Was this translation helpful? Give feedback.
-
|
#28 is using some variables that are not directly defined in that comment but are defined in the comment above it. Here's what you can run first: Then run #28 and it should work This is a known issue that we will fix in the next patch release. To skip over it, you can run (assuming your config is loaded, you can check by running $config in pwsh to see if you get an output) Search for the section: Change "InProgress" to "Success" and save the file. Then run your New-HoloDeckInstance command again |
Beta Was this translation helpful? Give feedback.
-
|
perfect! .. Looks like I need to fix the depot file structure now :) 15-08-2025 07:17:18 SddcMgmtDomain[61306]: [INFO] Received Bundles. Checking if all VCF 9 bundles are available it must be unhappy with the following : [4.0K] /var/www/ |
Beta Was this translation helpful? Give feedback.
-
|
I'm not able to tell clearly, is your COMP folder within the PROD folder? If not, it should be. You also need to ensure the correct permissions are assigned to the folders by running these commands: |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
That's still missing the puzzle piece I cannot find any results for, is
there a way to manually download the vcf installer binaries myself and then
populate them into an offline depot.
I can't see if this is possible or not.
…On Sat, 16 Aug 2025, 15:31 dhruv-tyagi-broadcom, ***@***.***> wrote:
*dhruv-tyagi-broadcom* left a comment (vmware/Holodeck#30)
<#30 (comment)>
Documentation for setting up the offline depot:
https://techdocs.broadcom.com/us/en/vmware-cis/vcf/vcf-9-0-and-later/9-0/deployment/deploying-a-new-vmware-cloud-foundation-or-vmware-vsphere-foundation-private-cloud-/preparing-your-environment/downloading-binaries-to-the-vcf-installer-appliance/connect-to-an-offline-depot-to-download-binaries.html
—
Reply to this email directly, view it on GitHub
<#30 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AK3OQXUFXNLQQPDNTZ7RNJT3N2QZVAVCNFSM6AAAAACD4LCAUKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTCOJTGM2DKOBVGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
I'm not sure about manually downloading the binaries. Here are some more blogs around offline depot setup to help you figure out what you may be missing: https://williamlam.com/2025/06/vcf-9-0-offline-depot-using-synology.html |
Beta Was this translation helpful? Give feedback.
-
|
got deployment working.. (of sorts, will log a new bug) |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
My deploy is failing at the SDDC stage, is the error below because the holorouter VM requires direct network access to the parent ESXi host?
14-08-2025 10:29:59 VCFInstaller[61306]: [ERROR] VCF Installer deployment failed
14-08-2025 10:29:59 VCFInstaller[61306]: [INFO] Failed to deploy OVF template. Retry #5
Opening OVA source: /holodeck-runtime/bin/9.0/VCF-SDDC-Manager-Appliance-9.0.0.0.24703748.ova
The manifest validates
Opening VI target: vi://user%40domain.local@parent-vcenter:443/LAB-DC/host/LAB_CLUSTER01
Deploying to VI: vi://user%40domain.local@parent-vcenter:443/LAB-DC/host/LAB_CLUSTER01
Transfer Failed
Transfer Failed
Error: Failed to send file [disk-0.vmdk] to the host [host-0001.domain.local], please check the network connection
Completed with errors
14-08-2025 10:30:12 VCFInstaller[61306]: [ERROR] VCF Installer deployment failed
14-08-2025 10:30:12 VCFInstaller[61306]: [ERROR] Failed to deploy OVF template after 6 retries. Terminating
Reproduction steps
...nested hosts deploy etc...
SDDC .ova retry quits after 6 attempts.
Expected behavior
SDDC disks are uploaded and the SDDC/VCF installer appliance boots up?
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions