WilliamLam.com

  • About
    • About
    • Privacy
  • VMware Cloud Foundation
    • VMware Cloud Foundation 9.1
    • VMware Cloud Foundation 9.0
  • VKS
  • Homelab
    • Hardware Options
    • Hardware Reviews
    • Lab Deployment Scripts
    • Nested Virtualization
    • Homelab Podcasts
  • VMware Nostalgia
  • Apple

Quick Tip: Automating ESX System Resource Pool Workaround Prior to 8.0 Update 3g

08.06.2026 by William Lam // Leave a Comment

For users running ESX 8.0 Update 3 releases prior to Update 3g, applying patches may result in a pre-check failure with a SHA-1 signature error due to memory exhaustion, as outlined in KB 433124. The knowledge base article also describes a resolution that involves increasing the memory limit for one of the ESX system resource pools by using localcli.

Since localcli is the local version of ESXCLI, the command must be executed directly on the ESX host, typically requiring SSH access. An alternative approach is to use the vSphere API, which exposes the ESX system resource pool configuration, which means we can use tools like PowerCLI. This allows the same workaround to be applied remotely without requiring SSH or direct access to the ESX host.

[Read more...]

Categories // ESXi, Uncategorized Tags // ESXi 8.0 Update 3

VCF 9.1 - Deploying the VCF License Server Directly to an ESX Host

07.24.2026 by William Lam // 2 Comments

For most customers, a single VCF License Server, which is automatically deployed as part of a VMware Cloud Foundation (VCF) or VMware vSphere Foundation (VVF) deployment, is sufficient to provide centralized license management for all VCF components. A single VCF License Server and VCF Operations instance can manage both VCF and VVF entitlements, so deploying additional VCF License Servers provides no additional benefit.


While additional VCF License Servers (LS) can certainly be deployed, the primary use cases are replacing an existing VCF LS or supporting extreme edge deployments where vCenter Server has limited connectivity to the primary data center and requires a VCF LS to be co-located with the edge deployment.

The VCF LS is provided as a virtual appliance in OVA format. The typical deployment workflow uses vCenter Server, where the VCF LS uses OVF properties, like most virtual appliances, to configure itself during deployment.

With that said, if you need to deploy the VCF LS directly to an ESX host, this is certainly possible using OVF Tool, which can inject the required OVF properties as part of the deployment workflow.

[Read more...]

Categories // ESXi, VMware Cloud Foundation, VMware vSphere Foundation Tags // VCF 9.1

VCF 9.1 - Are You Using the Correct ESXCLI Command to Enable NVMe Tiering?

06.12.2026 by William Lam // 2 Comments

Historically, enabling NVMe Tiering prior to VMware Cloud Foundation (VCF) 9.1 was not very user friendly, as it required users to remember three distinct ESXCLI commands.

# Enable or Disable NVMe Tiering
esxcli system settings kernel set -s MemoryTiering -v TRUE

# Configure the Tiering % 
esxcli system settings advanced set -o /Mem/TierNvmePct -i 100

# Configure NVMe device for with NVMe Tiering
esxcli system tierdevice create -d /vmfs/devices/disks/${NVME_TIERING_DEVICE}

By now, most users have probably made a mental note of these commands, with some even incorporating them into their automated ESX Kickstart deployments (example), so it is something you do not have to remember.

VCF 9.1 introduces a new method for enabling and configuring NVMe Tiering that is significantly simpler and no longer requires a system reboot. As a result of these improvements, the ESXCLI commands used in previous releases will no longer properly enable NVMe Tiering in VCF 9.1 and later.

I have seen an increasing number of users, both internally and externally, report that they have enabled NVMe Tiering, only to discover that it was never properly activated due to the use of the legacy ESXCLI commands.


Users will typically share a screenshot from vCenter Server similar to the one above, and there are two dead giveaways that NVMe Tiering was not properly enabled.

  • The first is the traditional memory capacity view, which does not reflect the combined memory capacity based on the configured NVMe Tiering ratio.
  • The second is the new Memory Tiering widget in the vSphere UI, where the Tier 1 capacity, representing the NVMe Tiering device capacity, shows a value of 0.

[Read more...]

Categories // ESXi, VMware Cloud Foundation Tags // VCF 9.1

  • « Previous Page
  • 1
  • 2
  • 3
  • 4
  • …
  • 154
  • 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
  • Reddit
  • RSS
  • Twitter
  • Vimeo

Recent

  • VCF 9.1 - Configuring Harbor to use VCF Identity Broker (IDB) for External Identity Federation 08/19/2026
  • Quick Tip: The Fastest Way to Clear Partitions for ESX Reinstallation 08/15/2026
  • Quick Tip: Reducing High CPU Utilization in VCF Automation (VCFA) on AMD Zen4/Zen5 CPUs 08/12/2026
  • VCF 9.1 - Quick Tip: Optimized Workflow for Configuring Distributed Transit Gateway (DTGW) with NSX Virtual Network Appliance (VNA) 08/11/2026
  • Quick Tip: Selective ESX Host Patching in VCF 9.1 08/10/2026
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...