Post Out-Dated
For up-to-date information visit https://help.ubuntu.com/community/VMware/Tools
Update your package lists:
sudo apt-get update
Check to see if Linux kernel headers are installed:
apt-cache search linux-headers-$(uname -r)
If you do not see the “Linux kernel header” package after executing the above command, then perform the next step, otherwise skip it …
If Linux kernel headers are not installed:
sudo apt-get install linux-headers-$(uname -r)
Install VMware Tools
sudo apt-get install open-vm-tools
Configure VMware Tools
sudo /usr/bin/vmware-config-tools.pl
Leave all answers as defaults
Restart Networking with vmxnet
WARNING: During the next five (5) steps you will temporarily lose network connectivity, you can optionally skip these steps and execute them at a more convient time.
sudo /etc/init.d/networking stop
sudo rmmod pcnet32
sudo rmmod vmxnet
sudo modprobe vmxnet
sudo /etc/init.d/networking start
Check to see if VMware-tools is running
ps -ax|grep vmware
You should see the following process running:
/usr/lib/vmware-tools/sbin32/vmware-guestd –background /var/run/vmware-guestd.pid
Check to see if balloon driver is running on host
Click on the link to learn how-to check to see if balloon driver is running
Check to see if VMware tools is out of date
From the vSphere client click on the Summary tab for the VM and in the General block look to see if VMware Tools shows “OK” or “Out of date”.
If it shows Out of date then right-click on the VM and select Guest->Install/Upgrade VMware Tools. It will take a while for the task to complete, when it is done processing the VMware Tools status should show “OK”.
References
How-To Install VMware Tools in Ubuntu