Following our previous post on configuring the VCF Installer and downloading binaries, this guide will walk you through the steps for deploying VCF 9. Before starting the deployment
VCF 9.0.1 Deployment Series – Part 2: VCF Installer Configuration and Bundle Download
The second installment of our VCF 9.0.1 Deployment Series focuses on the crucial steps following the successful deployment of the VCF Installer OVA—namely, the configuration of the VCF
VCF 9.0.1 Deployment Series – Part 1
VCF Installer Deployment Deploying VMware Cloud Foundation (VCF) is the foundational step for building your private cloud infrastructure. This first part of our series will walk through the
Introducing VCF JSON Generator for VCF
VCF 9 has shifted toward a more robust, API-driven deployment methodology, favoring JSON specification files over the old Cloud Builder UI and the manual Excel method. While you
Bitlocker – VM encryption
In this post, we are going to see how to encrypt a Virtual Machines using Bitlocker (OS level Encryption). In High level this consists of 3 steps. Configuring
VCF Upgrade Pre-check fails for ESXi at Step ESXi Temporary Directory Exist
Today When we were performing Pre-check for VCF 4.4 to 4.5 upgrade, one of the ESXi host was keep on failing at step ESXi Temporary Directory Exist. Below
vcls vm failed to power on with error “No compatible host found”
vSphere 7.0 U1 introduced vcls feature. After creating cluster, vcls vms will be deployed automatically. But we recently seen an issue, where VM was failed to power on.
VCF Healthcheck using Powershell
By using Vmware.CloudFoundation.Reporting module we can fetch VCF configuration and health reports. Below are the Pre-requisites for running the same. Below Powershell Modules needs to be installed to
Configuring NIC’s on VM’s
Hello Folks, I came across situation where we migrated Bunch of VM’s to new Vcenter and we need to configure NIC’s on all VM’s. I am sharing script
Adding routes on multiple ESXi hosts
Today I am sharing script to configure routes on multiple hosts. Below is the script Connect-VIServer testvc$hosts = Get-VMHost -Location TEST foreach( $vmhost in $hosts){ New-VMHostRoute -VMHost $vmhost
