Uninstalling VMware tools and installing Open-VM-tools for RHEL/ CentOS
If you found this page, it means that have found that your Vmware tools stopped starting after your usual patching/upgrade maintenance and you are sick of reinstalling/reconfiguring your VMware tools. Welcome to this instruction of ditching the VMware tools and installing Open VM Tools for Linux VMs.
If you are not quite clear on why you would want to change to Open-VM-Tools then here are a couple of reasons
- No need to reconfigure vmware tools after every kernel update. This removes the old problem of a Linux VM with tools installed, but not running.
- Let the Guest manage the updates to vmware tools as part of your patch process
Procedure for CentOS/RHEL 7
- Uninstall ye old VMware tools first!? As sudo or root enter the command
- # vmware-uninstall-tools.pl
.
2. Install open-vm-tools
- #?yum install -y?open-vm-tools
In RHEL or CentOS6 do the following to start it up
# service vmtoolsd start
# chkconfig vmtoolsd on
In RHEL or CentOS7 do the following to start it up
# systemctl start vmtoolsd
# systemctl on vmtoolsd
Easy right?
Ben Tuma
Over 20 years of experience in the Information Technology field. I love technology and seeing how it changes and impacts peoples lives for the better. I have healthy appetite for innovation and problem solving.
I am sharing my knowledge and challenges in hopes to help others as we constantly face ever changes problems in IT and technology.