VMware Tools
VMware Tools™ (open-vm-tools) is a set of services for managing guest operating systems. For more information about VMware Tools, see About VMware Tools Administration VMware documentation.
For Windows, the version of VMware Tools must be at least 12288. For Linux, the current version number depends on the OS.
Check the installed version can be in Cloud Director. If the version is not up to date, update VMware Tools.
Install VMware Tools
The initial installation automatically installs the latest version of VMware Tools.
-
From control panels open the Cloud Director panel: VMware-based cloud → Cloud Director.
-
Open the virtual data center page.
-
Go to the section Compute → Virtual Machines.
-
On the menu. ACTIONS of the virtual machine, select Install VMware Tools → Install.
-
Verify that the package has installed:
Linux
Windows
dpkg -l | grep open-vm-tools
Example of a response in case of successful installation:
ii open-vm-tools 2:12.1.5-3~ubuntu0.22.04.1 amd64 Open VMware Tools for virtual machines hosted on VMware (CLI)
Open the list of installed programs and check for VMware Tools.
-
Verify that VMware Tools is running:
Linux
Windows
sudo systemctl status open-vm-tools.service
Open the app services → VMware Tools and look at the column Condition. The value must be specified Executed, type of launch — Automatic.
Check the VMware Tools version
- From control panels open the Cloud Director panel: VMware-based cloud → Cloud Director.
- Open the virtual data center page.
- Go to the section Compute → Virtual Machines.
- In the virtual machine card, click DETAILS.
- In the section General in the field VMware Tools Check the version of VMware Tools. If it says Not installedVMware Tools is not installed.
Update VMware Tools
We recommend that you always update VMware Tools to the latest version.
Windows
Ubuntu/Debian
RHEL/CentOS
- В VMware official repository download the VMware Tools installer.
- Run the installer and follow the steps.
- Reboot the virtual machine.
-
Update information about the latest packages from all configured sources:
sudo apt update
-
Check for available updates:
sudo apt list —upgradable | grep open-vm-tools
-
If there is an update available, install it:
sudo apt install open-vm-tools
-
Update information about the latest packages from all configured sources:
sudo dnf check-update
-
Check for available updates:
sudo dnf list available | grep open-vm-tools
-
If there is an update available, install it:
sudo dnf install open-vm-tools