SQL Server Min and Max in Virtualization
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…
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…
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…
This is a great KB article from VMware worth reposting. I'm going to start analyzing storage I/O more today on all the arrays I have and LUNs. Article…
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…
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…
This gallery is of Windows 8 Develop Preview installation (in a virtual machine).
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)…
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…
Looking over some of my Windows 2008 R2 servers, I notice via Task Manager that their memory is 90%+ quite often. Using Sysinternal’s RAMMap tool, I can quickly…
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…
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…
I received the following error this morning on my vCenter server after a brief reboot for a few Windows updates: Hardware Monitoring on This Host is Not Responding…
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…
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…
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…