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
Author: Devi Injamuri
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
Disjoint Layer2 Configuration
In this article, we are going to pre-requisites and Procedure for configuring Disjoint Layer2 in UCS. Pre-Requisites: If you decided to configure, disjoint Layer2 Network in your UCS
ESXi 6.5 upgrade failed
Today i was trying to upgrade our esxi 6.0 (running on DELL poweredge) to esxi 6.5. Upgrade did not start and throwing conflicts vib error. Below is the
DRS Deep Dive
In this article, we are going to see DRS in detail. What is DRS and how it works in backend, what are the options we have in DRS
HA Deep Dive – Part 4
In Previous posts, we have seen HA monitoring for ESXi hosts and mechanism used for monitoring.Here are links for previous articles, HA Deep Dive – Part 1
