WilliamLam.com

  • About
    • About
    • Privacy
  • VMware Cloud Foundation
  • VKS
  • Homelab
    • Hardware Options
    • Hardware Reviews
    • Lab Deployment Scripts
    • Nested Virtualization
    • Homelab Podcasts
  • 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

How to upgrade VMware Cloud Foundation (VCF) with PVSCSI controller incompatibility?

08.10.2024 by William Lam // 1 Comment

If you are running VMware Cloud Foundation (VCF) in a lab using Nested ESXi and you attempt an upgrade workflow, you may find the following upgrade pre-check fail with the following message: VSAN SCSI controller is not VMware certified


You might think you are out of luck, but it is actually pretty straight forward to bypass the checks and still allow the upgrade to proceed, something I recently went through myself when upgrading my VCF 5.1.1 environment to the latest 5.2 release.

Note: To use vSAN ESA in VCF, you should configure your Nested ESXi VM to use an NVMe Controller instead of PVSCSI Controller, so its possible that by changing the controller type, you may not run into this error simliar to findings here. You can also override the vSAN HCL JSON with your own custom HCL JSON which includes the PVSCSI controller by following the blog post here and that would also allow you to proceed, but steps below are the easiest as you do not have to do anything special.

[Read more...]

Categories // Nested Virtualization, VMware Cloud Foundation, VSAN Tags // pvscsi, VMware Cloud Foundation

New PCI Compliance Audit APIs for VMware Cloud Foundation (VCF) 5.2

08.08.2024 by William Lam // Leave a Comment

One very interesting capability that I had noticed while reading the the latest VMware Cloud Foundation (VCF) 5.2 release notes are new VCF APIs for auditing PCI Compliance.

VCF users can now use a new set of APIs that audit VCF configuration for compliance with 9 relevant PCI-DSS controls

In addition to exploring these new VCF APIs, I thought this would also be a good opportunity to contribute to the popular PowerShell Module for VMware Cloud Foundation which is also the basis for several other useful VCF modules for automation:

  • PowerShell Module for VMware Cloud Foundation Reporting
  • PowerShell Module for VMware Cloud Foundation Certificate Management
  • PowerShell Module for VMware Cloud Foundation Password Management
  • PowerShell Module for VMware Cloud Foundation Power Management

To demonstrate the new VCF Compliance Audit APIs, I crated the following new functions which I have also submitted a pull request (PR) 291 to incorporate functions in a future release of the PowerShell Module for VMware Cloud Foundation, which I hope will get merged by the time this blog post is live!

[Read more...]

Categories // Automation, PowerCLI, VMware Cloud Foundation Tags // VMware Cloud Foundation

  • « Previous Page
  • 1
  • …
  • 26
  • 27
  • 28
  • 29
  • 30
  • …
  • 567
  • 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

  • Ultimate Lab Resource for VCF 9.0 06/25/2025
  • VMware Cloud Foundation (VCF) on ASUS NUC 15 Pro (Cyber Canyon) 06/25/2025
  • VMware Cloud Foundation (VCF) on Minisforum MS-A2 06/25/2025
  • VCF 9.0 Offline Depot using Synology 06/25/2025
  • Deploying VCF 9.0 on a single ESXi host? 06/24/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...