It's a good idea to get/download the server admin manual and server vm manual from VMWare, they cover a lot of this stuff.
To install the tools on a Linux guest, you need to use the server console or a client console, with the particular guest os vm displayed, and the guest os running. Select Install VMWare Tools from the top menu.
On a Windows guest os, the installer usually starts automatically, on a Linux guest, nothing appears to happen. i.e. it must be done manually.
All it does is make a CD image available to mount.
Mount the CD image
e.g.
mount /dev/cdrom /mnt/cdrom
move to something like /tmp
cd /tmp
and yhave a look at the image
ls /mnt/cdrom
There will be an RPM and a tar.gz file in the image, called something like
VMwareTools-1.0.4-XXXXX.tar.gz.
extract this to /tmp
tar zxf VMwareTools-1.0.4-XXXXX.tar.gz
unmount the cd image
umount /mnt/cdrom
and have a look
ls
There will be a vmware-tools-distrib or similar folder created, cd into it and run the installer
cd vmware-tools-distrib
./vmware-install.pl
Answer the questions as necessary.
|
Recent comments
18 hours 34 min ago
21 hours 29 min ago
22 hours 43 min ago
1 day 7 min ago
1 day 1 hour ago
1 day 3 hours ago
1 day 4 hours ago
1 day 20 hours ago
1 day 21 hours ago
2 days 59 min ago