top of page


HCX Data‑Plane Diagnostics — The Practical Guide to Faster Troubleshooting
When HCX migrations or network extensions misbehave, most engineers instinctively start checking firewall rules, routing, or DNS. That’s necessary—but it’s not always the fastest approach. HCX includes a powerful built-in feature called Data‑Plane Diagnostics that helps you validate site‑to‑site data‑plane connectivity and quickly pinpoint why a Service Mesh tunnel is down, degraded, or behaving inconsistently. This blog explains what Data‑Plane Diagnostics is , how to run

Mohd Faizullah
Mar 102 min read


Uninstalling VMware HCX: A Comprehensive Step-by-Step Guide
Uninstalling VMware HCX 4.11 in a Private Cloud Environment

Mohd Faizullah
Dec 20, 20253 min read


VMware HCX Manager: How to Backup a Step-by-Step Guide
VMware HCX Manager: How to Backup a Step-by-Step Guide

Mohd Faizullah
Dec 20, 20252 min read


Create GitHub Repository through Terraform – Step-by-Step Guide
Managing infrastructure and development workflows manually often leads to inconsistency and inefficiency. This is where Terraform , a...

Mohd Faizullah
Sep 20, 20252 min read


Mastering Terraform for Cloud Automation
In this blog, we’ll cover the following: Quick Introduction to Terraform Setting up an AWS IAM User Writing Terraform Code Deploying AWS Resources Destroying Infrastructure with Terraform Best Practices for Using Terraform Quick Introduction to Terraform Terraform is an open-source IaC tool that allows you to define and provision infrastructure in a declarative way using configuration files. Some key highlights include: Automates infrastructure provisioning. Provides repeat

Mohd Faizullah
Sep 15, 20253 min read


Introduction and Understanding Terraform: The Power of IaC in Modern Cloud Architecture
In today’s cloud-driven world, manual infrastructure management is no longer sustainable. Whether you're deploying across AWS, Azure, or...

Mohd Faizullah
Sep 10, 20252 min read


Discover Emerging Technology Trends for 2025/26
Every year, technology evolves at a breakneck pace. And 2025 is no exception! If you want to stay ahead, you need to know what’s coming...

Mohd Faizullah
Sep 4, 20253 min read


Automating AWS Infrastructure with Terraform
What’s Covered in This Blog Post? Step 1: Install Visual Studio Code Step 2: Install AWS CLI Step 3: Install Terraform Step 4: Install VS Code Extensions Step 5: Set Up AWS IAM Step 6: Configure Terraform to Create AWS VPC and Subnet Step 7: Verify VPC and Subnet in AWS Console Step 8: Destroy Resources Please Note: I've pasted the screenshots from my lab for your reference. Step 1: Install Visual Studio Code First, download and install Visual Studio Code for your o

Mohd Faizullah
Aug 2, 20253 min read


How to Collect SDDC Manager Logs for Troubleshooting and Diagnostics
Situation: This blog post provides a detailed, step-by-step guide on how to collect SDDC Manager logs, which can be essential for troubleshooting issues or conducting diagnostics within a VMware Cloud Foundation (VCF) environment. Procedure: SSH to SDDC Manager, switch to "root". Run the following command to begin collecting the SDDC Manager logs. # /opt/vmware/sddc-support/sos --sddc-manager-logs --zip Note: If you need to collect logs for a specific domain or the NSX Manag

Mohd Faizullah
Apr 12, 20251 min read


Automate ISO File Deletion from VMware vCenter Datastores Using PowerShell
In a VMware vCenter environment, managing ISO files across multiple datastores can be a cumbersome task. If you have numerous ISO files that need to be deleted, doing it manually is time-consuming and prone to errors. Thankfully, PowerShell, combined with VMware PowerCLI, can automate this process efficiently. Prerequisites: Before running the script, ensure you have "VMware PowerCLI" installed, if not then below is the command line to install it. # Install-Module -Name VMwar

Mohd Faizullah
Feb 11, 20252 min read


Automate "ISO" File Retrieval from VMware vCenter Datastores Using PowerShell
If you've ever needed to manage a multitude of ISO files across multiple datastores in a VMware vCenter environment, you know how time-consuming and error-prone it can be to manually search for these files. That's where PowerShell comes in handy! By leveraging PowerShell scripts, you can automate the process of retrieving information about all ISO files from datastores, saving you time and reducing the risk of human error. Why PowerShell? PowerShell is a powerful scripting la

Mohd Faizullah
Feb 11, 20252 min read


VCF SDDC Manager: Depot Connection Issues Check
Sometimes VMware's depot is just down or facing depot connection issue. First off, verify the "VMware Customer Connect Depot" connection status from SDDC UI. Administration > Online Depot Start off with a simple ping to verify SDDC network connection with Depot. SSH into your SDDC Manager as vcf and su to root. # ping depot.broadcom.com Can you can ping from the SDDC Manager? If you can, most likely you aren't having a connection issue. SSH into your SDDC Manager as vcf and s

Mohd Faizullah
Feb 2, 20251 min read


How to: Bundle Cleanup from SDDC Manager
Sometime you are required to remove the old upgrade and installed bundles to free up space on your SDDC Manager. In this blog post, we will see the instructions for removing old upgrade and installed bundles. Supported Environment: VMware Cloud Foundation 3.x VMware Cloud Foundation 4.x Procedure: UI login to SDDC Manager. Go to Lifecycle Management > Bundle Management > Download History. Take a note of Bundle ID that needs to be deleted/cleanedup. Create a snapshot of the SD

Mohd Faizullah
Feb 2, 20251 min read


While VCF Upgrade, Plan Patching/Upgrading Screen Does Not Populate Customize Option in SDDC Manager 5.2.1
Issue: While performing VCF upgrade from 4.5.2 to 5.2.1 , we observed when selecting the "Customize Upgrade" before the vCenter upgrade, it doesn't load and populate for customization options. Cause & Task: This occurs if there is any stale 6.x vCenter bundle reference existing in the LCM database. Check if there was any old & stale 6.x or 7.x vCenter bundle available in downloaded history in SDDC Manager. Resolution: Take a snapshot of the SDDC Manager VM. SSH into the SDDC

Mohd Faizullah
Jan 26, 20252 min read


PowerShell Scripts to Manage ESXi Host Configuration Settings "UserVars.ESXiShellTimeOut"
In environments with many ESXi hosts, managing hosts with scripts is faster and less error prone than managing the hosts from the vSphere Client. VMware PowerCLI is a Windows PowerShell interface to the vSphere API, and includes PowerShell cmdlets for administering vSphere components. ESXCLI includes a set of commands for managing ESXi hosts and virtual machines. Situation: While ESXi host hypervisor & firmware upgrade, there was a requirement for all ESXi host's advance sett

Mohd Faizullah
Jan 26, 20252 min read


HCX Upgrade v4.9 To v4.10: A Step-by-Step Technical Guide
This blog post will provide a detailed, step-by-step guide to upgrading HCX components seamlessly. Upgrading VMware HCX (Hybrid Cloud Extension) is a vital process to ensure that your environment remains secure, feature-rich, and compatible with the latest VMware products. Why Upgrade HCX? Upgrading HCX ensures that your infrastructure benefits from: Enhanced Security: Patches and updates address vulnerabilities and strengthen your environment. New Features: Access the late

Mohd Faizullah
Jan 26, 20253 min read


Gateway Cutover: From Source Site to Target Site Using HCX
Gateway cutover is a critical activity that marks the final phase of the migration process. It is performed only after all virtual...

Mohd Faizullah
Jan 22, 20252 min read


Extract a vSphere Lifecycle Manager Image in SDDC Manager from Management WLD
You can extract a vSphere Lifecycle Manager image either from Management WLD or VI WLD based on your requirement from a vCenter Server...

Mohd Faizullah
Jan 20, 20251 min read


Upgrading VMware Cloud Foundation 4.5.2 to 5.2.1
With the release of VMware Cloud Foundation (VCF) 5.2.1 , You can perform a sequential or skip-level upgrade to VMware Cloud Foundation...

Mohd Faizullah
Jan 20, 20253 min read


Automated Health Reporting for VMware Cloud Foundation Using PowerShell
As IT environments grow increasingly complex, ensuring the health of your VMware Cloud Foundation (VCF) environment is more critical than ever. Regular monitoring through health and system alert reports enables proactive issue detection and remediation, safeguarding your infrastructure against potential disruptions. The PowerShell Module for VMware Cloud Foundation Reporting provides an efficient way to generate HTML-based daily reports for VCF. These reports help administrat

Mohd Faizullah
Dec 24, 20242 min read
bottom of page