Tag

#VMware

End of Availability of VMware ESX 4.x

November 28, 2012

  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…

What is VDI?

November 1, 2012

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)…

Get VM Extra Configuration Details

September 27, 2012

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

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

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…

Migrating to vNetwork Distributed Switch

July 21, 2012

Came across a great step-by-step article on migrating from standard vSwitch to vNetwork Distributed Switch in VMware vSphere 4.1.x. Zod Chen did a great write-up on his site…

VMware VirtualCenter Service will not start

July 20, 2012

VMware VirtualCenter Service will not start. The VMware VirtualCenter Server service terminated with service-specific error The system cannot find the file specified.. I found that this is because…