Page 1 of 1

VMWARE tools install

PostPosted: Wed Mar 27, 2013 4:02 pm
by Therlow
Go to Virtual Machine > Install VMware Tools (or VM > Install VMware Tools).

Note: If you are running the light version of Fusion, or a version of Workstation without VMware Tools, or VMware Player, you are prompted to download the Tools before they can be installed. Click Download Now to begin the download.


In the Ubuntu guest, run these commands:

Code: Select all
sudo mkdir /mnt/cdrom


When prompted for a password, enter your Ubuntu admin user password.

Note: For security reasons, the typed password is not displayed. You do not need to enter your password again for the next five minutes.

Code: Select all
sudo mount /dev/cdrom /mnt/cdrom
or
Code: Select all
sudo mount /dev/sr0 /mnt/cdrom


The file name of the VMware Tools bundle varies depending on your version of the VMware product. Run this command to find the exact name:

Code: Select all
ls /mnt/cdrom


Code: Select all
tar xzvf /mnt/cdrom/VMwareTools-x.x.x-xxxx.tar.gz -C /tmp/


Note: x.x.x-xxxx is the version discovered in the previous step.

Code: Select all
cd /tmp/vmware-tools-distrib/

Code: Select all
sudo ./vmware-install.pl -d


Note: The -d switch assumes that you want to accept the defaults. If you do not use -d, press Return to accept each default or supply your own answers.


Run this command to reboot the virtual machine after the installation completes:
Please note that if this is a live server this should be done after hours.
Code: Select all
sudo reboot