Virtualization

Howto enter VMware ESXi license key after it has expired

“Disable VMware ESX” is the warning message that is displayed when you open your VMware vSphere Client after the 60-day evaluation period has expired without typing in a new license key for your free VMware vSphere Hypervisor 5 install. You cannot type in the license key in the vSphere Client after the evaluation period has […]

Read More
Virtualization

VMware Tools one-liners using PowerCli

This short post is about VMware Tools on VM guests running in a vSphere 5.x cluster/hosts. This PowerCli one-liner creates a list of VM guests where the VMware Tools CDROM/ISO is mounted: (Get-VM | Get-View | Where {$_.Runtime.ToolsInstallerMounted}) | % {$_.Name} Unmount the VMware Tools installer CDROM on all VM guests. This is useful to […]

Read More
Linux

Installing VMware Workstation 7.1.1 64 bit on Ubuntu 10.10

Installing the 64 bit VMware Workstation 7.1.1 on Ubuntu # ./VMware-Workstation-Full-7.1.1-282343.x86_64.bundle When you try to start VMware Workstation for the first time you will get the following error message You have to read the log file to get the details why VMware would not start, in my case it is named /tmp/vmware-root/setup-24056.log Oct 02 00:10:54.570: […]

Read More