This issue is resolved in ESX/ESXi 4.1 Update 2, available at VMware VMware Downloads.
To resolve this issue, if you cannot upgrade to ESX/ESXi 4.1 Update 2, ensure that the /tmp/vmware-root directory exists in the guest operating system.
To create this directory, try one of these options:
- Restart the VMware Tools service using the command:
/etc/init.d/vmware-tools restart
- Manually create the folder using the command:
mkdir /tmp/vmware-root
- Run these commands to invoke Tools Upgrader within the virtual machine:
cd /usr/lib/vmware-tools/sbin
./ vmware-tools-upgrader
Note: This script requires you to answer the questions that are prompted during the VMware Tools installation. You can answer these questions manually or create a script to answer the questions.
- Restart the virtual machine before auto-upgrading VMware Tools. This creates the /tmp/vmware-root directory during startup.