When upgrading or installing VMware Tools on a virtual machine, users may encounter the following error message:
The VMware Tools image is inaccessible Unable to install VMware Tools
"Error upgrading VMware Tools. vix error code = 21009. The VMware Tools installation failed with an unknown error."
One common cause of this issue is improper file permissions, which prevent the installer from executing necessary components. This article will provide a solution focused on fixing permission-related problems that can cause VMware Tools installation failures.
VMware vSphere ESXi 7.0.x
VMware vSphere ESXi 8.0.x
The most common cause of this error is a misconfiguration of the permissions set for VMware Tools installation files.
To resolve the permission issue, follow these steps:
/locker/packages/vmtoolsRepo/vmtools
, but it may vary depending on your environment.# cd /locker/packages/vmtoolsRepo
# chmod 755 vmtools/
# cd /locker/packages/vmtoolsRepo/vmtools
# chmod 644 *