WilliamLam.com

  • About
    • About
    • Privacy
  • VMware Cloud Foundation
    • VMware Cloud Foundation 9
  • VKS
  • Homelab
    • Hardware Options
    • Hardware Reviews
    • Lab Deployment Scripts
    • Nested Virtualization
    • Homelab Podcasts
  • VMware Nostalgia
  • Apple
You are here: Home / NSX / Increasing VCF Installer & SDDC Manager Timeout for NSX Deployment

Increasing VCF Installer & SDDC Manager Timeout for NSX Deployment

12.15.2025 by William Lam // 2 Comments

For resource constrained environments, deploying VMware Cloud Foundation (VCF) can take longer, especially when deploying on top of a Nested ESXi configuration. However, the VCF Installer does provide a robust retry function that typically will resolve most intermediate issues.

With that said, for environments that are more resource constrained, you may notice the NSX Manager component fails to complete its initialization within the default timeout period. Users can increase the timeout by adding nsxt.manager.wait.minutes to increase the time out (minutes) that VCF Installer / SDDC Manager will wait for NSX to be ready.

echo "nsxt.manager.wait.minutes=180" >> /etc/vmware/vcf/domainmanager/application-prod.properties
echo 'y' | /opt/vmware/vcf/operationsmanager/scripts/cli/sddcmanager_restart_services.sh

Note: SDDC Manager is responsible for deploying NSX, so the setting above should be applied to SDDC Manager. The default behavior of the VCF Installer is to switch to the SDDC Manager function, which means the setting above is actually applied to the VCF Installer unless you are overriding this behavior within the JSON deployment file.

If you need to increase the timeout for the NSX Edge Deployment, users can add edge.node.vm.creation.max.wait.minutes to increase the time out (minutes) that VCF Installer / SDDC Manager will wait for the NSX Edge to be ready.

echo "edge.node.vm.creation.max.wait.minutes=90" >> /etc/vmware/vcf/domainmanager/application-prod.properties
echo 'y' | /opt/vmware/vcf/operationsmanager/scripts/cli/sddcmanager_restart_services.sh

Note: Settings above are applicable for both VCF 5.x and VCF 9.x

In addition, the VCF Installer will also delete a failed resource after a certain number of retries, which can be tricky to debug.

Here are two additional settings that can be useful to both retain the failed component for troubleshooting and increasing the number of retry (default 3):

echo "orchestrator.task.undoOnFailure=true" >> /etc/vmware/vcf/domainmanager/application-prod.properties
echo "orchestrator.task.retry.max=5" >> /etc/vmware/vcf/domainmanager/application-prod.properties
echo 'y' | /opt/vmware/vcf/operationsmanager/scripts/cli/sddcmanager_restart_services.sh

 

Categories // NSX, VMware Cloud Foundation Tags // VCF 9.0

Comments

  1. *protectedTom says

    12/30/2025 at 8:49 am

    This might be what I'm running into when importing a vSphere 8 virtual infrastructure into VCF. Trying to simulate what we might do real world. It builds the 3 nsx managers but watching NSX VIP you can see it trying to add the transport to the 3 virtual ESXi host in the fabric then just fails? The task in VCF Operations seems lacking pointing out exactly what failed or maybe my lack of understanding, but trying.

    Reply
    • *protectedTom says

      12/30/2025 at 1:11 pm

      Thanks William for the tip. I adjusted the timeout per your instructions, I now have successfully imported vSphere 8 into vcf 9 with 3 managers and each host having the transport configured.

      Reply

Thanks for the comment!Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Search

Thank Author

Author

William is Distinguished Platform Engineering Architect in the VMware Cloud Foundation (VCF) Division at Broadcom. His primary focus is helping customers and partners build, run and operate a modern Private Cloud using the VMware Cloud Foundation (VCF) platform.

Connect

  • Bluesky
  • Email
  • GitHub
  • LinkedIn
  • Mastodon
  • Reddit
  • RSS
  • Twitter
  • Vimeo

Recent

  • Quick Tip - NSX Edge fails DNS pre-check as part of VCF 9.0.2 Upgrade 01/23/2026
  • Quick Tip - No space left on device when upgrading VCF Operations using VCF Operations Fleet Manager to VCF 9.0.2 01/22/2026
  • Every Mini PC & SFF Hardware Announced at CES 2026 01/21/2026
  • Improved Workaround for NSX Edge Deployment & Upgrade to VCF 9.0.2 running AMD Ryzen CPUs 01/20/2026
  • Disable HTTP Range Requests on Synology WebStation, Apache or Nginx 01/14/2026

Advertisment

Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.

To find out more, including how to control cookies, see here: Cookie Policy

Copyright WilliamLam.com © 2026