VCF Operations inventory showing options to create new or import a vCenter instance

Importing a vCenter 8.x as a Workload Domain into VCF 9

As organizations adopt VMware Cloud Foundation 9.0, a common question comes up: what do I do with my existing vCenter 8.x environments? The good news is that VCF 9.0 supports backwards compatibility with 8.x vCenter instances. You can import them as workload domains directly from the VCF Operations console, bringing your legacy infrastructure under VCF management without rebuilding from scratch. In this post I will walk through the full import process (from prerequisites and networking requirements to NSX deployment and validation) so you know exactly what to expect before you hit the “Import” button. ...

 · Updated  · 
Importing a vCenter 8.x as a Workload Domain into VCF 9

Using 90 Days of Usage for Rightsizing Recommendations in VCF Operations 9

In a previous post I walked through configuring VCF Operations 9 capacity policies to align with a 90-day planning window. If you followed that guide, the good news is that rightsizing recommendations share the same underlying policy: Risk Level, Time Remaining thresholds, and buffers all feed directly into the rightsizing engine. So why a separate post? Because rightsizing is a different workflow with its own nuances. Capacity planning asks “when will my clusters run out of room?” Rightsizing asks “are my individual VMs sized correctly for what they actually use?” The policy is the same foundation, but how you consume and act on the results is completely different. ...

Using 90 Days of Usage for Rightsizing Recommendations in VCF Operations 9
VCF Operations policy definition interface showing capacity-management settings

Superseded: 90-Day Capacity Configuration in VCF Operations 9

Correction (August 25, 2026): This article previously treated a 90-day Time Remaining threshold as if it also configured 90 days of historical input. Those controls have different meanings. The original procedure has been retired so it cannot be followed accidentally. Use the corrected follow-up instead: Using a 90-Day Planning Horizon Correctly in VCF Operations The follow-up separates three independent goals: Alerting when capacity is projected to run out within a future planning period. Choosing how much historical demand the projection may consider. Setting the future horizon used for VM Recommended Size calculations. It also corrects the earlier maintenance-window advice. For capacity forecasting, use the product’s projection reset and time-range exclusion controls when you need to disregard anomalous history; do not assume that an alert-maintenance schedule is equivalent to a historical-data exclusion. ...

 · Updated  · 
Superseded: 90-Day Capacity Configuration in VCF Operations 9

How I Migrated My WordPress Blog to Hugo on Cloudflare Workers (And Why You Should Too)

After years of running my tech blog on WordPress, I finally pulled the trigger and migrated everything to Hugo (a blazing-fast static site generator) hosted on Cloudflare Workers. The result? A site that loads in milliseconds, costs nothing to host, and requires zero server maintenance. Here’s exactly how I did it, what went wrong, and what I’d do differently. Why Leave WordPress? WordPress served me well for years. But as my post count grew to 278 articles (mostly VMware VCF guides with dozens of screenshots each), the cracks started showing: ...

 · Cosmin
How I Migrated My WordPress Blog to Hugo on Cloudflare Workers (And Why You Should Too)
VMware Aria Operations dashboard showing alerts with options like "Cancel Alert" and "Delete Canceled Alerts".

Bulk Delete Alerts in VCF Operations (formerly known as Aria Operations)

API correction (August 25, 2026): The UI workflow below remains useful, but the API request bodies originally published in this article were incorrect. Use the reviewed follow-up, Safely Canceling and Deleting Alerts with the VCF Operations API, for the supported query, cancel, and targeted-delete sequence. If you manage a VMware Aria Operations (formerly vROps) environment, you know how quickly alert fatigue can set in. In this guide I will focus specifically on the “Guest OS Experiencing CPU queue” alert. While helpful in identifying CPU-constrained VMs, it can quickly generate thousands of entries if you have a heavily over provisioned environment. ...

 · Updated  · 
Bulk Delete Alerts in VCF Operations (formerly known as Aria Operations)

Temporarily Bypassing VCF Compatibility Checks: A Reversible, Version-Specific Procedure

VCF compatibility checks are safety controls, not generic obstacles to an upgrade or bring-up. Broadcom documents temporary bypasses for two narrowly defined missing-compatibility-data failures. The files and properties differ by release and workflow, so the procedures must not be mixed. This article covers: VCF 5.x and VCF on VxRail 5.x upgrades that match Broadcom KB 323368. VCF 9.0.x bring-up failures on the VCF Installer appliance that match Broadcom KB 403075. Do Not Use This as a General Compatibility Bypass Use the applicable workaround only after confirming that the error matches the linked KB and that the compatibility data is current. ...

 · Updated  · 
Temporarily Bypassing VCF Compatibility Checks: A Reversible, Version-Specific Procedure

Salt vs. BigFix: The Speed of Light vs. The Heavyweight Champion

In the world of infrastructure management, we are often forced to choose between the legacy reliability of the past and the high-speed automation of the future. For years, HCL BigFix (formerly IBM BigFix) has been the “Heavyweight Champion”: a massive, unmovable force in endpoint management. But a challenger has matured into a dominant player: Salt (SaltStack). If you are building a modern, self-healing infrastructure, the conversation shouldn’t just be about “patching.” It should be about reaction time, extensibility, and developer experience. ...

Salt vs. BigFix: The Speed of Light vs. The Heavyweight Champion
VMware Aria Operations Control Panel showing various management options like Access Control, Authentication Sources, and Audit.

Troubleshooting notification plugins in VCF Operations

In the world of modern infrastructure operations, observability is only as good as the actions it drives. Integrating VMware Cloud Foundation (VCF) Operations (formerly Aria Operations) with ITSM platforms like ServiceNow is a critical step for many of my clients. It transforms passive monitoring into active incident management. However, as with any integration involving webhooks and external APIs, things don’t always go according to plan. Recently, while implementing a ServiceNow integration following standard deployment guides (kudos to Brock Peterson for his excellent documentation on ServiceNow Management Packs and Webhooks), I hit a roadblock. My instance was failing to send notifications, and the standard UI errors were vague. ...

Troubleshooting notification plugins in VCF Operations
VMware Cloud Foundation Operations Orchestrator download page with release version 9.0.1.0 and file details.

Deploying an External VCF Operations Orchestrator 9 Appliance

VMware Cloud Foundation (VCF) 9 brings a suite of powerful automation tools, and for many administrators, deploying the Operations Orchestrator (formerly vRO) as a standalone, external appliance provides greater flexibility and isolation. In this guide, I will walk you through the process of deploying VCF Operations Orchestrator 9 using the OVA method, followed by the necessary command-line configurations to get your authentication up and running. Prerequisites Before you begin, ensure you have the following: ...

Deploying an External VCF Operations Orchestrator 9 Appliance
VMware Cloud Foundation 9.0.1.0 download page showing installer and tools versions.

Upgrading VCF Operations to 9.0.1 Using a .PAK File

This walkthrough records a VCF Operations 9.0.1 upgrade with a .pak file and the checks I use to verify the cluster afterward. If you are still on an older release, I covered the initial jump in Upgrading Aria Operations to 9.0 Using a .PAK File. Before You Begin Prerequisites Before starting the upgrade, ensure the following prerequisites are met: Backup the Existing Deployment: Take a snapshot of all nodes in the Aria Operations (Master, Cloud proxies, and any other nodes). ...

Upgrading VCF Operations to 9.0.1 Using a .PAK File