Category

Virtualization

56 articles in this category

Sysprep Windows Server 2016 for Virtualization

January 25, 2017 3 min read

Finally getting around to installing Windows Server 2016 (Standard, Desktop Experience) to use for application testing and upgrade plans this year.  I haven't tested this release since Technical…

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…

Create a Hyper-V Template for a Windows VM

April 6, 2016 2 min read

This is how I create various Windows VM templates in Hyper-V. Create a new Hyper-V Virtual Machine Choose the generation of the virtual machine to create Assign it…

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…

vCenter Converter unable to see disks on source

January 27, 2015 1 min read

I'm working on converting a physical 2008 R2 server to a virtual machine for ESX 4.1.  I installed vCenter Converter Standalone 4.3 on this machine and ran through…

Proxmox VE 3.2 Installation Screenshots

June 12, 2014 1 min read

Installation of Proxmox VE 3.2 on an ESX 4.1 host. Note that KVM in Proxmox VE is not supported due to VT-x virtualization not being supported in ESX…

VirtualBox: Windows Server 2012 R2

May 15, 2014 1 min read

Since I was having a lot of problems with Hyper-V in Windows 8.1 trying to run Server 2012 R2 and Server 2008 R2, I decided to give VirtualBox…

vCenter Converter fails to import machine at 1%

July 12, 2013 1 min read

I got kicked in the face by this again, and I even had the resolution documented internally.  Lost 45 minutes looking through logs before I finally search VMware…