How to Install and Upgrade VMware Tools
  • 14 Mar 2024
  • Dark
    Light

How to Install and Upgrade VMware Tools

  • Dark
    Light

Article Summary

Initial Install Steps for all VMs:

If your VM(s) is hosted in EEC, these tools can be mounted/installed from within your tenant view. Please follow the below steps for EEC servers:

  1. Login to EEC utilizing OneLogin.
  2. Find the VM that needs updated under "Virtual Machines" in your organization tenant view.
  3. Click on the three dots and choose "Install VMtools" from the context menu. This will work for fresh installs or tools updates.

This step simply mounts the .ISO file to the VM for you; it should automatically update, but if it doesn't, you may need to login to the server directly via console or RDP and perform the install manually from the .ISO file.

tenant-tools-dots.JPG

tenant-tools.JPG

Continued Install Steps for Windows VMs:

  1. Inside the VM, open "File Explorer" and navigate to the CD-ROM drive.
  2. Double-click to run the setup executable (setup.exe) for VMware Tools.
  3. Follow the installation wizard. Choose "Typical" installation for most scenarios.
  4. Restart the VM if prompted after the installation completes.

Continued Install Steps for RedHat VMs:

  1. Access the VM's console or SSH into the VM.
  2. Create a mount point (e.g., /mnt/cdrom), and mount the CD-ROM:
  3. sudo mkdir /mnt/cdrom
  4. sudo mount /dev/cdrom /mnt/cdrom
  5. Copy the VMware Tools tar.gz file to a temporary directory and extract it:
  6. cp /mnt/cdrom/VMwareTools-*.tar.gz /tmp
  7. cd /tmp
  8. tar -zxvf VMwareTools-*.tar.gz
  9. Navigate to the extracted directory and run the installer:
  10. cd vmware-tools-distrib
  11. sudo ./vmware-install.pl
  12. Follow the on-screen instructions, accepting the defaults or customizing as needed.

Upgrading VMware Tools on a Windows/RHEL VM:

Check VMware Tools Version: Before proceeding, check if an upgrade is necessary by comparing the installed version with the latest available version from VMware.

Repeat Installation Steps: Follow the same steps as installing VMware Tools. The setup will detect the existing version and perform an upgrade.

General Tips for Both Windows and Red Hat VMs:

Take a Snapshot: Before installing or upgrading VMware Tools, it's a good practice to take a snapshot of your VM. This provides a rollback point if needed.

VMware Compatibility: Ensure the VMware Tools version is compatible with your VMware Cloud Director and guest OS versions.

Caveats:

  • Bulk updates are outside of scope for Expedient support, but can be accomplished with external tooling, utilizing APIs, i.e. terraform, ansible, puppet, etc…
  • If you have an EEW or Private Cloud environment, or if you have questions in general, please open a ticket via email, Service Request Ticket.

Was this article helpful?