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

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

[Read more...]

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

VCF 9.0 Fleet Latency Diagram

12.11.2025 by William Lam // 2 Comments

Network latency is an important factor when designing a VMware Cloud Foundation (VCF) Fleet and to assist VCF architects in understanding the various latency maximums, we have just published a new VCF Fleet Latency Network Diagram, which is available under the Network Diagrams on the VMware Ports & Protocols website.


While these latency represent the upper bound for component to component functionality, it is also important to understand that latency can have different types of impact based on the type of traffic: control plane (UI/API) versus data plane (binary download/uploads).

[Read more...]

Categories // VMware Cloud Foundation Tags // VCF 9.0

Quick Tip - Downloading VMware Cloud Foundation (VCF) Consumption CLI for Air-Gapped Environments

12.10.2025 by William Lam // 2 Comments

Prior to VMware Cloud Foundation (VCF) 9.0, you needed to install a custom kubectl vSphere plugin to interact with the vSphere Supervisor and deploy workloads such as vSphere Kubernetes Service (VKS), VM Service, and Data Services.

This custom kubectl plugin was bundled with the vSphere Supervisor release, which meant it could only be downloaded after vSphere Supervisor was enabled and a vSphere Namespace had been created, since the namespace provided the link to the hosted binary.


In VCF 9.0, the kubectl vSphere plugin has been deprecated and has been replaced with the new VCF Consumption CLI which can be used to interact with both vSphere Supervisor Namespaces and/or VCF Automation Namespaces.

[Read more...]

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

  • « Previous Page
  • 1
  • …
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 599
  • Next Page »

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

  • USB Native Network Driver for ESXi supports Realtek RTL8157 & RTL8156BG 02/13/2026
  • Automating the Retrieval of VCF Installer Deployment Milestones 02/10/2026
  • Cross vCenter vMotion workloads from vSphere 7.0 to vSphere 9.0 02/09/2026
  • Installing Realtek Network Driver Fling using Free ESXi 8.0 Update 3e ISO 02/05/2026
  • Modern Kubernetes Visualization using Radar 02/01/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

 

Loading Comments...