Setting Up an Offline Depot for VMware Cloud Foundation 9.x Using Apache on Ubuntu

VMware Cloud Foundation 9 introduces a more comprehensive and flexible architecture, making it easier to design and deploy modern infrastructure stacks. One of the key improvements is the streamlined deployment of core components like vCenter, ESXi, NSX, and Aria Operations. Compared to previous versions—especially vSphere 8 and Aria Suite 8—VCF 9 simplifies lifecycle management and reduces manual steps. For example, […]

How to Run a PowerShell Script Inside Python

Sometimes when writing Python code, you might need to call an external script to do something that’s easier in another language. A common case is running a PowerShell script from Python. For example: The good news: Python’s built-in subprocess module makes this very straightforward. Step 1 – Create a PowerShell Script Let’s say we have a file called hello.ps1 in […]

Deep Notes About VMware Cloud Foundation (VCF)

VMware Cloud Foundation (VCF) is a robust hybrid cloud platform designed to unify compute, storage, networking, and management into a single, seamless framework. It provides the foundation for modern enterprise workloads across private and public cloud environments. In this post, we dive deep into the architecture, components, lifecycle management, deployment models, and other critical aspects of VCF. Core Components Key […]

Reordering vmhba and vmnic in ESXi Hosts

If you encounter issues with the ordering of vmnic and vmhba in some of your ESXi hosts, such as one host not following the expected order and violating your cluster configuration, you can reorder them to match your desired setup. Steps to Reorder vmnic and vmhba Put the Host into Maintenance Mode: Start SSH and ESXi Shell Services: Connect to […]

Automating Veeam Backup for VMware Aria Automation Cloud Assembly VMs Using Tags

In this post, I’ll explain the easiest way to automatically add a deployed VM from VMware Aria Automation Cloud Assembly to a Veeam backup job using tags. This method ensures that your VMs are consistently backed up without manual intervention. Step-by-Step Guide After the VM deployment complete make sure the vsphere tag (backup:true) assigned to the VM. You can see […]

Integration of DNS Server and VMware Aria Automation 8 to Create DNS Records on Microsoft DNS Server

In this post, I’ll describe how to create a DNS record when the cloud template configuration sets a static IP address on a cloud VM after deployment. Prerequisites Steps to Add the DNS Server as a PowerShell Host PowerShell: After adding the DNS Server you will be able to see it on VRO inventory. Create a Scriptable Task: javascript After […]

Installing VMware Aria Automation Using the Easy Installer

In this guide, I’ll walk you through the steps to successfully install VMware Aria Automation using the Easy Installer ISO. We’ll cover a standard installation scenario, which includes deploying one VMware Aria Suite Lifecycle Manager, one VMware Identity Manager, and one VMware Aria Automation instance. Note that in a production environment, you should plan for a clustered deployment. Prerequisites Installation […]

Installing VMware Aria Operations 8 with High Availability

VMware Aria Operations, formerly known as vRealize Operations (vROps), retains the core functionalities of its predecessor while introducing enhanced integration with cloud platforms. If you’re familiar with vROps, you’ll find it easy to install, configure, and manage Aria Operations. This guide will walk you through installing Aria Operations 8.17 with high availability (HA) using two primary nodes. Why High Availability? […]

VMware Site Recovery Manager (SRM)

VMware SRM is a software solution that enables failover when a disaster occurs at your primary site, causing partial or full downtime. While SRM is not a replication software, it leverages VM-level and array-based replication to orchestrate failover in a predefined order. The distance between two sites can be thousands of miles, such as one site in Dallas and the other […]