I am now officially a VMware Certified Professional on vSphere 5 (and 4 and 3), so yay for that and everything.
Tag Archives: VMware
vSphere 4.1: Error Upgrading VMware Tools
Posted by admin
on 02/09/2010
No comments
As per http://www.vmadmin.info/2010/07/error-upgrading-vmware-tools.html; if you’re getting an “Error Upgrading VMware Tools” when trying to do an automated upgrade of VMware Tools from vCenter, or by clicking the “Upgrade” button on the VMware Tools GUI, you need to either:
- Delete C:\WINDOWS\Temp\VMwareToolsUpgrader.exe for Windows guests, or
- mkdir /tmp/vmware-root for Linux guests
Seems like yet another case where a bit of installer detection/handling logic would avoid these problems every occurring.