3.0

Table Of Contents
Lab Manager User’s Guide
76 VMware, Inc.
To install VMware Tools on a Linux guest with the tar installer or RPM installer
1OntheVMTemplatespage,movethepointeroverthevirtualmachinetemplate
nameandchooseViewConsolefromthemenu.
2Logintotheguestoperatingsysteminsidethevirtualmachineconsole.
3ClickInstallVMwareTools.
Theremainingstepstakeplaceinsidetheguestoperatingsystem.
4Asroot(su -),
mounttheVMwareToolsvirtualCDROMimageandchangetoa
workingdirectory(forexample,/tmp),asfollows.
SomeLinuxdistributionsautomaticallymountCDROMs.Ifyourdistribution
usesautomounting,donotusethemountandumountcommandsdescribedinthis
procedure.YoustillmustuntartheVMwareTools
installerto/tmp.
SomeLinuxdistributionsusedifferentdevicenamesororganizethe/dev
directorydifferently.IfyourCDROMdriveisnot/dev/cdromorifthemount
pointforaCDROMisnot/mnt/cdrom,youmustmodifythefollowing
commandstoreflecttheconventionsusedbyyour
distribution:
mount /dev/cdrom /mnt/cdrom
cd /tmp
Ifyouhaveapreviousinstallation,deletethepreviousvmware-tools-distrib
directorybeforeinstalling.Thelocationofthisdirectorydependsonwhereyou
placeditwhenyoudidthepreviousinstallation.Oftenitisplacedin:
/tmp/vmware-tools-distrib
5UncompresstheinstallerandunmounttheCDROMimage.
Dependingonwhetheryouareusing
thetarinstallerortheRPMinstaller,doone
ofthefollowingtasks:
Forthetarinstaller,atthecommandprompt,enter:
tar zxpf /mnt/cdrom/VMwareTools-3.5.0-<xxxx>.tar.gz
umount /dev/cdrom
Where <xxxx>isthebuild/revisionnumberoftherelease.