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
HA Deep Dive – Part 3
In Previous Post, we have seen admission control policies. In this chapter, we are going to see how the mechanism works and calculations are being done by HA. Admission
HA Deep Dive – Part 2
In my Previous post, we have seen HA and its components. In this chapter, we are going to see Admission control and policies. What is Admission
