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-defaultrpm -e open-vm-tools-gui open-vm-tools vmware-guest-kmp-desktopFor openSUSE 11.1, the rpm -e command fails with error. To resolve this:
vi /etc/init.d/vmware-guestumount /proc/fs/vmblock/mountPointmodprobe -r vmblockmodprobe -r vmsyncmodprobe -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-defaultRed Hat Linux Removing open-vm-tools and installing vm-tools