Install VMWare Tools on Ubuntu Server

on the new vmware ESX if you right click on guest OS virtual maching then select install vmware tools this mounts the cd then type in the following commands:

sudo apt-get install build-essential linux-headers-`uname -r`
mount /media/cdrom
cp /media/cdrom/VMwareTools-*.tar.gz /tmp/ && cd /tmp/ && tar xf VMwareTools-*.tar.gz && cd vmware-tools-distrib/
sudo ./vmware-install.pl

source

Author: WladyX on 2 December, 2008
Category: General, Ubuntu, VMware

Leave a Reply

Last articles