Knowledge Base
The VMware Knowledge Base provides support solutions, error messages and troubleshooting guides

|
Updating VMware Tools fails with the error: Update Tools failed. Edit the virtual machine's vmx file (2007298)
Symptoms
- You are unable to update VMware Tools
- Updating VMware Tools fails
- You see the error:
Update Tools failed. Edit the virtual machine's vmx file, add the line below and try again. Please read KB article 1714 on tips for editing a vmx file.
isolation.tools.guestInitiatedUpgrade.disable = "FALSE"
Cause
For security purposes, updating VMware Tools from within the guest is disabled by default.
Resolution
To resolve this issue, enable VMware Tools updates from within the guest by updating the virtual machine configuration file.
To update the virtual machine configuration file:
In Fusion, Player, or Workstation
- Shut down the virtual machine, if it is running.
- Open the virtual machine configuration file (
.vmx) using a text editor. For more information, see:
- Add this line to the end of the file:
isolation.tools.guestInitiatedUpgrade.disable = "FALSE"
- Save and close the
.vmxfile. - Start the virtual machine again.
In ESX/ESXi using the vCenter Server GUI
- Open the datastore browser and navigate to the virtual machine directory.
- Using the GUI option, download the
.vmxto your local desktop. - Create a backup of the .vmx on your local workstation.
- Open the
.vmxfile using notepad and make the desired changes. - When saved, upload the file via the datastore browser GUI.
- Verify functionality before deleting the .vmx backup on your local workstation.
In ESX/ESXi using the command line
- Open an SSH session to a host, and navigate to the virtual machine directory.
- Run this command to create a backup of the
.vmxfile:cp .vmx .vmx.backup - When the copy is complete, open the
.vmxfile with a text editor and make the desired changes. For more information, see Tips for editing a .vmx file (1714).
- Verify the virtual machine is functional before deleting the backup file. To delete the backup file, run:
– rm .vmx.backup
Tags
See Also
Update History
Request a Product Feature
To request a new product feature or to provide feedback on a VMware product, please visit the Request a Product Feature page.
Actions
KB:
- Updated:
- Categories:
- Languages:
- Product Family:
- Product(s):
- Product Version(s):

