If the guest includes open-vm-tools-gui, open-vm-tools,
or vmware-guest-kmp-desktop
components, then the components must be removed before installing the VMware Tools supplied by VMware.
Note: As of Linux kernel version 3.9 or later, VMware supports the open-vm-tools package where it is included in a Linux distribution or its official repositories. For more information, see VMware support of open-vm-tools.
rpm -qa | grep vm
rpm -e open-vm-tools-gui open-vm-tools vmware-kmp-default
rpm -e open-vm-tools-gui open-vm-tools vmware-guest-kmp-desktop
For openSUSE 11.1, the rpm -e
command fails with error. To resolve this:
vi /etc/init.d/vmware-guest
umount /proc/fs/vmblock/mountPoint
modprobe -r vmblock
modprobe -r vmsync
modprobe -r vmmemctl
umount /proc/fs/vmblock/mountPoint
# modprobe -r vmblock
# modprobe -r vmsync
# modprobe -r vmmemctl|
rpm -e open-vm-tools-gui open-vm-tools vmware-kmp-default
Red Hat Linux Removing open-vm-tools and installing vm-tools