6.0.1

Table Of Contents
VMware Product Action
Fusion
Virtual Machine > Install (or Upgrade) VMware Tools
Workstation Pro
VM > Install (or Upgrade) VMware Tools
Workstation Player
Player > Manage > Install (or Upgrade) VMware Tools
2 Mount the VMware Tools virtual disc on the guest operating system.
VMware Product Action
vSphere Client
Inventory > Virtual Machine > Guest > Install/Upgrade VMware Tools
vSphere Web Client
Right-click the virtual machine and select All vCenter Actions > Guest OS
> Install/Upgrade VMware Tools.
a To locate a virtual machine, select a datacenter, folder, cluster, resource
pool, host, or vApp.
b Click the Related Objects tab and click Virtual Machines.
3 If you are performing an upgrade or reinstallation, in the Install/Upgrade VMware Tools dialog box,
select Interactive Tools Installation or Interactive Tools Upgrade and click OK.
The process starts by mounting the VMware Tools virtual disc on the guest operating system.
4 In the virtual machine, log in to the guest operating system as root and open a terminal window.
5 Run the mount command with no arguments to determine whether your Linux distribution
automatically mounted the VMware Tools virtual CD-ROM image.
If the CD-ROM device is mounted, the CD-ROM device and its mount point are listed as something like
this:
/dev/cdrom on /mnt/cdrom type iso9660 (ro,nosuid,nodev)
6 If the VMware Tools virtual CD-ROM image is not mounted, mount the CD-ROM drive.
a If a mount point directory does not already exist, create it.
mkdir /mnt/cdrom
Some Linux distributions use different mount point names. For example, on some distributions the
mount point is /media/VMware Tools rather than /mnt/cdrom. Modify the command to reflect the
conventions that your distribution uses.
b Mount the CD-ROM drive.
mount /dev/cdrom /mnt/cdrom
Some Linux distributions use different device names or organize the /dev directory differently. If
your CD-ROM drive is not /dev/cdrom or if the mount point for a CD-ROM is not /mnt/cdrom,
modify the command to reflect the conventions that your distribution uses.
7 Change to a working directory, for example, /tmp.
cd /tmp
8 Delete any previous vmware-tools-distrib directory before you install VMware Tools.
The location of this directory depends on where you placed it during the previous installation. Often
this directory is placed in /tmp/vmware-tools-distrib.
9 List the contents of the mount point directory and note the filename of the VMware Tools tar installer.
ls mount-point
Chapter 12 Upgrading Virtual Machines
VMware, Inc. 237