Category

VMware

34 articles in this category

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…

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…

List VMFS extents in ESXi

May 13, 2016 1 min read

Run the esxcli storage vmfs extent list command to generate a list of extents for each volume and mapping from device name to UUID. You see output similar to:…

Monitor ESXi Free using SNMP

May 5, 2016 1 min read

ESXi 4.1 and 5.0 Enable SNMP SSH to host and edit the SNMP.XML file: vi /etc/vmware/snmp.xml Make the following changes: <config> <snmpSettings> <enable>true</enable> <communities>public</communities> <targets>192.168.1.100@public</targets> </snmpSettings> </config> Restart management…

Shrink VMDK

December 26, 2015 2 min read

First open up Disk Management in Computer Management in your guest Windows environment. Right click the volume on the disk you want to shrink. Windows will inform you…