Skip to content
Luca Dell'Oca Principal Cloud Architect @Veeam
Virtual To The Core Virtual To The Core

Virtualization blog, the italian way.

  • Media
  • About me
Virtual To The Core
Virtual To The Core

Virtualization blog, the italian way.

Migrate from VMware tools to open-vm-tools in CentOS

Luca Dell'Oca, January 26, 2016December 4, 2016

In 2012 I wrote a blog post that became really popular: Installing VMware tools on Centos 6 via yum. Few years forward, and today the preferred tools, even recommended from VMware itself over their own tools installable from vSphere, are the open sourced ones available natively in many linux package managers. They are definitely easier to maintain and update, since they are published via the different package managers of the main Linux distributions.

So, some may think to switch from one version to this one for their existing virtual machines. That’s what I’ve done in some of my virtual machines, and here is the process.

First, you need to remove the previous tools. If you installed the version available via vSphere, to remove them you simply run:

/usr/bin/vmware-uninstall-tools.pl

Follow the on-screen instructions to complete the uninstall, and reboot the virtual machine.

If instead you followed my previous post and you were using the tools published via VMware repo, to remove them you run:

yum remove vmware-tools-esx-nox

and you should also remove the VMware repo:

rm -f /etc/yum.repos.d/vmware.repo

There’s no need to download epel-release files any more like you may find in other guides. open-vm-tools are now in the CentOS extras repo so you can just run:

yum --enablerepo=extras install epel-release

Extras repo is enabled by default but the –enablerepo caters for those that have disabled it.

Finally, you can install the open-vm-tools:

yum install -y open-vm-tools

 

Share this:

  • Click to share on X (Opens in new window) X
  • Click to share on Facebook (Opens in new window) Facebook
  • Click to share on LinkedIn (Opens in new window) LinkedIn
  • Click to email a link to a friend (Opens in new window) Email
  • Click to share on Tumblr (Opens in new window) Tumblr
  • Click to share on Pinterest (Opens in new window) Pinterest
  • Click to share on Reddit (Opens in new window) Reddit
  • Click to share on WhatsApp (Opens in new window) WhatsApp
  • Click to share on Pocket (Opens in new window) Pocket
Tech centosepelmigrateopen-vm-toolsreplaceupgradevmtoolsyum

Post navigation

Previous post
Next post

Search

Sponsors

Latest Posts

  • Migrate WSL (Windows Subsystem for Linux) to a new computer
  • Pass keystrokes to a pfSense virtual machine to install it automatically
  • Automatically deploy pfSense with Terraform and Ansible
  • My Automated Lab project: #6 Create a S3 Bucket with Terraform
  • My Automated Lab project: #5 Deploy a Linux vSphere VM with Terraform and custom disks
©2025 Virtual To The Core | WordPress Theme by SuperbThemes
We use cookies to ensure that we give you the best experience on our website, and to collect anonymous data regarding navigations stats using 3rd party plugins; they all adhere to the EU Privacy Laws. If you continue to use this site we will assume that you are ok with it.OkNoPrivacy Policy