Category

Virtualization

56 articles in this category

Reclaim Unused Space in Hyper-V

September 18, 2025 1 min read

Overview This guide explains how to reclaim unused disk space from a Hyper-V virtual machine (VM) after cleaning it up internally. The process involves zeroing out free space…

Backup VMware ESXi Host

October 27, 2022 2 min read

Backup using vim-cmd To ensure that the configuration of the target ESXi host is synchronized with persistent storage, run the following command: vim-cmd hostsvc/firmware/sync_config To back up ESXi…

Enable nested virtualization for VM in Hyper-V

June 30, 2022 1 min read

Nested virtualization is available on Windows 10 build 19636 and later. As far as I understand, AMD support will be officially available as part of Windows 11 and…

Case of Dead Path on ESXi

November 9, 2018 1 min read

I had 8 paths go down to a dead state on an ESXi host.  The paths were MRU via Fiber Channel to a storage array.  One path worked…

Intel Xeon E7540 replaced with X7560

August 12, 2018 1 min read

Recently I've been dealing with CPU RDY of about 5% across two ESXi hosts. I've load balanced the best I could given necessary workloads and was able to…

My Notes and Benchmarks on VMware Flash Read Cache

February 2, 2017 3 min read

I've spent some time exploring and studying the use and configuration of VMware Flash Read Cache (vFRC) and its benefits.  These are my notes. Useful Resources VMware Flash…

VMware vSphere 6.5 Test Drive

February 1, 2017 2 min read

This will be an evolving post as I document/note the installation process and some configuration and testing. I'm installing VMware vSphere 6.5 under my current virtualization platform to…

Monitoring CPU Ready VMware Guest

January 30, 2017 1 min read

CPU Ready value is cumulative between the number of vCPUs the VM is assigned. For example, a one vCPU VM has the measurement of 1000ms. For a VM…