VMware Workstation or VMware GSX Server: On a Linux host with an XFree86 3.x X server, it is best not to run a screen saver in the guest operating system. Guest screen savers that demand a lot of processing power can cause the X server on the host to freeze.
VMware GSX Server: While installing the Red Hat Linux 9.0 guest operating system, you might notice that the guest performs poorly or slowly, or you might see
INIT errors when you first boot the guest. To work around this issue and install the guest more easily, pass the
nosysinfo option when you boot the Linux kernel at the beginning of the installation. At the
boot: prompt in the guest, type
text nosysinfo.
VMware ESX Server or VMware VirtualCenter: When a Red Hat Linux 9.0 guest operating system loads the
vmxnet networking driver, it reports that the driver is tainted. This does not mean that there is anything wrong with the driver. It simply indicates that this is a proprietary driver, not licensed under the GNU General Public License.
ESX Server 2.5.x: Although ESX Server 2.5.x virtual machines are compatible with Physical Address Extension (PAE), they are not optimized for it. As a result, guest operating systems with PAE enabled might experience poor performance. For best performance, VMware recommends that you disable PAE in guest operating systems. For more information and instructions on disabling PAE, see the knowledge base article at
kb.vmware.com/kb/2020.
Install VMware Tools Package in Virtual Machine -you must be in text mode in Red Hat
-login as root (type \'su\', then give root password)
-click in VMWare menu->\'file\'->\'install VMWare tools\'
and wait a while until the installation has finished
-type:
umount /mnt
-type:
mount /dev/cdrom /mnt
-type:
cd /tmp
-type:
tar zxf /mnt/vmware-linux-tools.tar.gz
-type:
cd vmware-tools-distrib
-type:
./vmware-install.pl
-answer the questions:
Installing the content of the package:
-In which directory do you want to install the binary files?
[/usr/bin], press <ENTER> to accept this default
-In which directory do you want to install the daemon files?
[/usr/bin], press <ENTER> to accept this default
-In which directory do you want to install the library files?
[/usr/lib/vmware-tools], press <ENTER> to accept this default
-The path \"/usr/lib/vmware-tools\" does not exist currently.
This
program is going to create it, including parent
directories. Is this what you want?
[yes], press <ENTER> to accept this default
-In which directory do you want to install the documentation
files?
[/usr/share/doc/vmware-tools], press <ENTER> to accept this
default
-The path \"/usr/share/doc/vmware-tools\" does not exist
currently.
This program is going to create it, including parent
directories. Is this what you want?
-What is the directory that contains the init directories?
(rc0.d/ to rc6.d)?
[/etc/rc.d], press <ENTER> to accept this default
-What is the directory that contains the init scripts?
[/etc/rc.d/init.d], press <ENTER> to accept this default
You should then see something like:
Unmounting the Tools ISO image mnt.
The installation of VMWare Tools 4.0.0 build-4460
for Linux completed successfully.
You can decide to remove this
software from your
system at any time by invoking the following command:
\"/usr/bin/vmware-uninstall-tools.pl\"
Before running VMWare Tools for the first time,
you need to configure it by invoking the following
command:
\"/usr/bin/vmware-config-tools.pl\"
Do you want this program to invoke the command for you
now?
[yes], press <ENTER> to accept this default
After the configuration, you will see:
You can now run VMWare Tools by invoking the following
command:
\"/usr/bin/vmware-toolbox\"
during an XFree86 session.