To resolve this issue, delete the old library files.
To delete the old library files:
- Log in to the virtual machine using SSH as the root user.
- Run this command to navigate to the directory that contains the virtual machine library files:
# cd /etc/vmware-tools/plugins/vmsvc
- Run this command to list the contents of the directory:
# ls
You see an output similar to:
# libautoUpgrade.so.old.0 libguestInfo.so.old.0 libpowerOps.so.old.0
- Run this command to delete the old library files in the format libname.so.old.0:
# rm lib*.so.old.*
- Run this command to start the vmware-tools service:
# service vmware-tools start
- To check the status of vmware-tools, run this command:
# service vmware-tools status
You see an output similar to:
# vmtoolsd is running