WilliamLam.com

  • About
    • About
    • Privacy
  • VMware Cloud Foundation
  • VKS
  • Homelab
    • Resources
    • Nested Virtualization
  • VMware Nostalgia
  • Apple

Quick Tip - vCenter Server Advanced Settings Reference

08.13.2024 by William Lam // 1 Comment

Simliar to my ESXi Advanced and Kernel Settings reference, I was recently asked about creating one for vCenter Server to capture all the default out of the box advanced settings.

With some automation in place, I deployed all major releases of the vCenter Server Appliance (VCSA) from 6.7 to 8.0 which is available in this repo: https://github.com/lamw/vc-advanced-settings


For those interested, here is the one-liner PowerCLI code to retrieve all vCenter Server advanced settings:

Get-AdvancedSetting -Entity ($global:DefaultVIServer)

Categories // Automation, vSphere 6.7, vSphere 7.0, vSphere 8.0 Tags // vcenter server appliance, vSphere 6.7, vSphere 7.0, vSphere 8.0

Downgrading new VMware vSphere Foundation (VVF) or VMware Cloud Foundation (VCF) licenses to 7.x

06.11.2024 by William Lam // 5 Comments

When you access your new VMware vSphere Foundation (VVF) or VMware Cloud Foundation (VCF) license in the Broadcom Support Portal (BSP), it is delivered using the new solution license key type  which can activate multiple components within a VVF or VCF deployment.

By default, VVF and VCF licenses will come entitled for latest vSphere 8.0 Update 2b and VCF 5.1.1 respectively, because those are the minimum versions that support the new solution license key type. With that said, users can also downgrade their existing VVF and VCF licenses to support earlier vSphere 8.x and 7.x releases using the BSP license management system, which was something I had recently learned about and went through the process myself, so here is what it looks like end-to-end.

Note: License downgrade requires both user downgrade permissions in the BSP license management as well as using non-NFR licenses, which can obtained through the BSP self-service "Trials and Beta" or internally for employees. For NFR licenses, downgrade is not available.

[Read more...]

Categories // Uncategorized, VMware Cloud Foundation, VMware vSphere Foundation, vSphere 7.0, vSphere 8.0 Tags // license, VMware Cloud Foundation, VMware vSphere Foundation, vSphere 7.0, vSphere 8.0

Updating handshakeTimeoutMs setting for ESXi 7.x & 8.x using configstorecli

05.14.2024 by William Lam // 3 Comments

With the introduction of the ESXi Configuration Store back in vSphere 7.0 Update 1, all ESXi configuration changes should be managed using either the configstorecli for an individual ESXi host or leveraging the new vSphere Configuration Profiles (VCP) for scale with vCenter Server.

For certain ESXi hostd configurations such as configuring the handshakeTimeoutUs property, which has changed locations from several locations including /etc/vmware/hostd/config.xml and /etc/vmware/vpxa/vpxa.cfg to now /etc/vmware/rhttpproxy/config.xml in the latest ESXi 8.x release, it can be challenging to figure out the correct configstorecli syntax.

Having spent some time playing with the configstorecli, I was able to quickly help a customer recently who was looking to update the handshakeTimeoutUs property for ESXi 7.x and I wanted to make it easy for folks to find the syntax for both ESXi 7.x and 8.x.

[Read more...]

Categories // Automation, ESXi, vSphere 7.0, vSphere 8.0 Tags // configstorecli, vSphere 7.0, vSphere 8.0

  • 1
  • 2
  • 3
  • …
  • 11
  • 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

  • VMware Flings is now available in Free Downloads of Broadcom Support Portal (BSP) 05/19/2025
  • VMUG Connect 2025 - Minimal VMware Cloud Foundation (VCF) 5.x in a Box  05/15/2025
  • Programmatically accessing the Broadcom Compatibility Guide (BCG) 05/06/2025
  • Quick Tip - Validating Broadcom Download Token  05/01/2025
  • Supported chipsets for the USB Network Native Driver for ESXi Fling 04/23/2025

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 © 2025

 

Loading Comments...