Use the following commands to install Open VM Tools (open-vm-tools) in CentOS 6
1. install EPEL repository
yum -y install epel-release
2. Install Open VM Tools
yum -y install open-vm-tools
3. Start Open VM Tools service
service vmtoolsd start