Category

Virtualization

56 articles in this category

SQL Server Min and Max in Virtualization

February 12, 2013 1 min read

Scenario:   Guest VM Total Memory:  64GB SQL Server Max Memory:  58GB (Leaving 10%, or 6.4GB roughly for Windows + Apps) Guest VM Reservation:  48GB (75% of  Guest…

View Multiple esxtop Outputs Side-by-Side

December 14, 2012 2 min read

The Problem I often use esxtop to review realtime performance metrics of various aspects of my virtual infrastructure.  One annoying thing is that I cannot view multiple ESX…

End of Availability of VMware ESX 4.x

November 28, 2012 2 min read

  Dear Valued Customer, VMware is announcing an End of Availability (“EoA”) date for VMware vSphere®   ESX hypervisor 4.x and for VMware Management Assistant (“vMA”) versions 1…

Can't Bind Windows 2008 R2 VM to Interface for DHCP

November 9, 2012 1 min read

UPDATE: I had originally thought I had resolved this by removing/re-adding the adapter. Turns out the issue reappeared this morning. After more researching, I found that it was…

What is VDI?

November 1, 2012 1 min read

Virtual desktop infrastructure or VDI is a computing model that adds a layer of virtualization between the server and the desktop PCs. VMware describes Virtual Desktop Infrastructure (VDI)…

Install Just VHDMount Tools from Microsoft

October 4, 2012 1 min read

I decided to take a backup of a system I had made in Acronis and convert it to a Microsoft VirtualPC VHD. I then wanted to explore this…

Enable Hyperthreading or 2nd CPU in Windows XP

September 28, 2012 3 min read

I came across this on a VM the other morning. It seemed that assigned the VM 2vCPU and then installing XP Professional didn't install the correct HAL/Kernel. I'm…

Get VM Extra Configuration Details

September 27, 2012 1 min read

Add-PSSnapin VMware.vimautomation.core Connect-VIServer -server 10.10.10.1 -user "user" -password "luser" (get-vm -name "ZEUS").extensiondata.config.extraconfig | sort key | format-table Example Output Key Value DynamicType DynamicProperty --- ----- ----------- --------------- ethernet0.pciSlotNumber…

Set Ambient Temperature Alarm VMware ESX Host

August 3, 2012 1 min read

I had some temperature spikes in the data center recently that caused havoc and for some reason I never received notifications.  I guess this isn't configured to email…

Testing Disk in Linux using fio

July 24, 2012 3 min read

I recently discovered a utility called fio that allows you to benchmark disk subsystem in Linux. Here are the results for this test. What is fio? fio is…

vSphere Client: Disable Getting Started Tabs

July 23, 2012 1 min read

In vSphere Client 4.1, it is documented that to disable the Getting Started tab of VMs, you go to Edit -> Client Settings and untick Show Getting Started…