Installation guide

Table Of Contents
5 In the virtual machine console, log in as root (su -) and, if necessary, create the /mnt/cdrom directory:
mkdir /mnt/cdrom
6 Mount the VMware Tools virtual CD-ROM image.
Some Linux distributions automatically mount CD-ROMs. If your distribution uses automounting, do not
use the mount and umount commands in this procedure.
Some Linux distributions use different device names or organize the /dev directory differently. Modify
the following commands to reflect the conventions used by your distribution:
mount /dev/cdrom /mnt/cdrom
cd /tmp
7 Change to a working directory (for example, /tmp):
cd /tmp
8 If you have a previous installation, delete the previous vmware-tools-distrib directory:
rm -rf /tmp/vmware-tools-distrib
The default location of this directory is: /tmp/vmware-tools-distrib.
9 List the contents of the /mnt/cdrom/ directory, and note the filename of the VMware Tools rpm installer:
ls /mnt/cdrom
10 Install or upgrade the RPM package.
rpm -Uhv /mnt/cdrom/VMwareTools-4.0.0-<xxxxxx>.i386.rpm
Where <xxxxxx> is the build or revision number of the ESX/ESXi release.
The installation software searches for and updates existing RPM packages if found, or installs a new
package.
11 Unmount the CD-ROM image:
umount /dev/cdrom
12 Run the ./usr/bin/vmware-config-tools.pl script to configure tools.
13 Log off the root account:
exit
What to do next
After you install or upgrade VMware Tools on a virtual machine, verify the status of VMware Tools by checking
the VMware Tools label on the virtual machine Summary tab. The VMware Tools label should display the
word OK.
Install VMware Tools on a Solaris Guest
Install the latest version of VMware Tools to enhance the performance of the virtual machine’s guest operating
system and improve virtual machine management.
Before you install or upgrade VMware Tools on a virtual machine, determine the status of VMware Tools. To
do this, select the virtual machine and click the Summary tab. The VMware Tools label indicates whether
VMware Tools is installed and current, installed and not current, or not installed.
Prerequisites
n
A supported guest operating system must be installed on the virtual machine.
n
You must have an ESX/ESXi license or be using evaluation mode to power on the virtual machine.
vSphere Basic System Administration
128 VMware, Inc.