Custom Rightsizing Guardrails in VCF Operations 9 with Super Metrics

In a previous post I covered how to configure VCF Operations 9 to use 90 days of usage data for rightsizing recommendations. That gives you a solid foundation — but once you start reviewing the recommendations, you will quickly notice that the engine does not enforce any organizational sizing standards. For example, the engine might recommend reducing a VM from 8 vCPUs to 5, or suggest removing just 1 GB of RAM. Both are technically valid from a demand perspective, but in practice: ...

March 31, 2026 · Cosmin Trif

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. ...

March 31, 2026 · Cosmin Trif

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. ...

March 30, 2026 · Cosmin Trif

Configuring VCF Operations 9 Capacity Calculations to Consider 90 Days of Usage

As a solutions architect managing a VCF 9 Operations instance, one of the first things I tune after initial deployment is the capacity engine. Out of the box, VCF Operations uses an exponential decay model that heavily weights the most recent data points. That is great for catching sudden spikes, but it can misrepresent your true capacity posture if your environment has cyclical workloads — think month-end batch jobs, quarterly reporting bursts, or seasonal traffic patterns. ...

March 30, 2026 · Cosmin Trif

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: ...

March 24, 2026 · Cosmin
VMware Aria Operations dashboard showing alerts with options like "Cancel Alert" and "Delete Canceled Alerts".

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

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. Inspired by Brock Peterson’s excellent guide on Alert Hygiene, we are going to look at exactly how to cancel and delete these specific CPU queue alerts, both via the User Interface and programmatically via the API. ...

March 17, 2026 · Cosmin Trif

Unstuck Your VCF Lab: A Script to Bypass Compatibility & Interoperability Checks

If you spend enough time building out VMware Cloud Foundation (VCF) in a lab, Proof of Concept, or nested environment, you will eventually hit “The Wall.” You know the hardware works. You know the ESXi versions will play nicely together. But SDDC Manager’s automated guardrails, the strict Hardware Compatibility List (HCL) checks and VVS (VMware Validated Solutions) interoperability validations throw up a red flag and stop your deployment or upgrade dead in its tracks. ...

February 9, 2026 · Cosmin Trif
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. ...

November 26, 2025 · Cosmin Trif
UI shows 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: ...

November 21, 2025 · Cosmin Trif
VMware Cloud Foundation Operations UI showing SDDC Manager update details for VCF 9.0.

Upgrading VCF 9.0 SDDC Manager to 9.0.1: A Step-by-Step Guide

Upgrading your SDDC Manager from version 9.0 to 9.0.1 is a relatively straightforward process when done through the integrated Lifecycle interface. Below is a guide to go over this patch upgrade. 1. Navigate to the Update Section Log into Operations → Fleet Management. Under Lifecycle → VCF Instances, select the VCF instance you want to upgrade. Look for the available update section. If you see SDDC Manager Update 9.0.1, click the Download icon. If no update appears, double-check your depot configuration and ensure your binary repositories are correctly set up. ...

October 9, 2025 · Cosmin Trif