Specifications

Table Of Contents
VMware, Inc. 51
Chapter 3 Using VMware Tools
NOTE You!do!not!use!an!actual!CDROM!to!install!VMware!Tools,!and!you!do!
not!need!to!download!the!CDROM!image!or!burn!a!physical!CDROM!
of!this!image!file.!The!VMware!Server!software!contains!an!ISO!image!
that!looks!like!a!CDROM!to!your!guest!operating
!system.!This!image!
contains!all!the!files!needed!to!install!VMware!Tools!in!your!guest!
operating!system.
Using!the!Tar!Installer!on!Linux!Guests:!Some!Linux!distributions!use!different!
device!names!or!organize!the!/dev!directory!differently.!If!your!CDROM!drive!is!
not!/dev/cdrom!or!if!the!mount!point!for!a!CDROM!is!not!/mnt/cdrom,!modify!the!
following!commands!to!reflect!the!conventions!used
!by!your!distribution.
Also,!some!Linux!distributions!automatically!mount!CDROMs.!If!your!
distribution!uses!automounting,!do!not!use!the!mount!and!umount!commands!
below.!You!still!must!untar!the!VMware!Tools!installer!to!/tmp.
mount /dev/cdrom /mnt/cdrom
cd /tmp
tar zxf /mnt/cdrom/vmware-linux-tools.tar.gz
umount /mnt/cdrom
Go!to!step!4.
Using!the!RPM!Installer!on!Linux!Guests:!Some!Linux!distributions!use
!different!
device!names!or!organize!the!/dev!directory!differently.!If!your!CDROM!drive!is!
not!/dev/cdrom!or!if!the!mount!point!for!a!CDROM!is!not!/mnt/cdrom,!modify!the!
following!commands!to!reflect!the!conventions!used!by!your!distribution.
Also,!some!Linux!distributions!automatically!mount!CDROMs.!If!
your!
distribution!uses!automounting,!do!not!use!the!mount!and!umount!commands!
below.!
mount /dev/cdrom /mnt/cdrom
cp /mnt/cdrom/vmware-linux-tools-<xxxxx>.i386.rpm
/tmp rpm -Uhv /tmp/vmware-linux-tools-<xxxxx>.i386.rpm
umount /mnt/cdrom
where!<xxxxx>!is!the!build!number!of!the!VMware!Server!release.
Go!to!step!6.
Solaris!Guests:!The!Solaris!volume!manager—vold—mounts!the!CDROM!under
/cdrom/vmwaretools.!If!the!CDROM!is!not!mounted,!restart!the!volume
!manager!
using!the!following!commands:
/etc/init.d/volmgt stop
/etc/init.d/volmgt start