4.0

Table Of Contents
Lab Manager User’s Guide
38 VMware, Inc.
To install VMware Tools on a Linux guest with the tar installer or RPM installer
1OntheVMTemplatespage,movethepointeroverthevirtualmachinetemplatenameandselect
View Console.
2Logintotheguestoperatingsysteminthevirtualmachineconsole.
3ClickInstallVMwareTools.
Theremainingstepstakeplaceintheguestoperatingsystem.
4Asroot(su -),mounttheVMwareTools
virtualCDROMimageandchangetoaworkingdirectory(for
example,/tmp).
SomeLinuxdistributionsautomaticallymountCDROMs.Ifyourdistributionusesautomounting,donot
usethemountandumountcommandsdescribedinthisprocedure.YoustillmustuntartheVMwareTools
installerto/tmp.
SomeLinuxdistributions
usedifferentdevicenamesororganizethe/devdirectorydifferently.Ifyour
CDROMdriveisnot/dev/cdrom,orifthemountpointforaCDROMisnot/mnt/cdrom,modifythe
followingcommandstoreflecttheconventionsusedbyyourdistribution.
mount /dev/cdrom /mnt/cdrom
cd /tmp
Ifyouhaveanexistinginstallation,deletethe
vmware-tools-distribdirectorybeforeyouinstall.The
locationofthisdirectorydependsonwhereyouplaceditwhenyoudidthepreviousinstallation,for
example,/tmp/vmware-tools-distrib.
5UncompresstheinstallerandunmounttheCDROMimage.
Forthetarinstaller,atthecommandprompt,type:
tar zxpf /mnt/cdrom/VMwareTools-3.5.0-<xxxx>.tar.gz
umount /dev/cdrom
<xxxx>isthebuild/revisionnumberoftherelease.
ThistarinstallerstringappliestoanESX3.5host.IfyouareusinganESX4.0host,typetar zxpf
/mnt/cdrom/VMwareTools-4.0.0-<xxxx>.tar.gz
FortheRPMinstaller,atthecommandprompt,type:
rpm -Uhv /mnt/cdrom/VMwareTools-3.5.0-<xxxx>.i386.rpm
umount /dev/cdrom
<xxxx>isthebuild/revisionnumberoftherelease.
ThisrpminstallerstringappliestoanESX3.5host.IfyouareusinganESX4.0host,typetar zxpf
/mnt/cdrom/VMwareTools-4.0.0-<xxxx>.i386.gz
Ifyouattempttoinstallanrpminstallationoveratarinstallation,or
thereverse,theinstallerdetectsthe
previousinstallationandmustconverttheinstallerdatabaseformatbeforecontinuing.