Slow Performance VMware Workstation 17.0.x – Windows 10 / Windows 11
Noticed horrible performance using VMware Workstation 17 on my system. I was running Hyper-V side-by-side, so I decided to nuke Hyper-V and the subsystems from that. Removed the…
Noticed horrible performance using VMware Workstation 17 on my system. I was running Hyper-V side-by-side, so I decided to nuke Hyper-V and the subsystems from that. Removed the…
This is the procedure that has worked for me. There are various methods dating as far back as 2011 across the internet, but this step-by-step works in my…
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…
Upon migrating a VM from one ESXi host to another ESXi host, I received the following message. Configuration mismatch: The virtual machine cannot be restored because the snapshot…
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…
During datastore creation in vSphere using the Nimble vCenter plugin, I get the following error: A general system error occurred: esxi1: CHAP setting not compatible. hba=vmhba33 In vSphere…
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…
Here's an ESXi console script to loop through each Nimble eui.* adapter and set IOPS=0 and BYTES=0 (per Nimble recommendations). for x in `esxcli storage nmp device list…
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…
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…
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…
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:…
Had some troubles with an ESXi 5.5 host the past week and rebuilt some of the networking which included removing a vmkernel and re-adding to a standard vSwitch…
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…
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…