VMware Tools: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
(New page: VMware tools are not required to be installed in any guest operating system that has been virtualized by VMware. However, 99% of all VMware users do install vmware tools. Let me tell you w...)
 
No edit summary
Line 16: Line 16:


/usr/bin/vmware-config-tools.pl
/usr/bin/vmware-config-tools.pl
</pre>
Before running VMware Tools for the first time, you need to configure it for your running kernel by invoking the foillowing command.
<pre>
/usr/bin/vmware-config.tools.pl
</pre>
</pre>


[[Category : vmWare]]
[[Category : vmWare]]

Revision as of 00:42, 9 March 2009

VMware tools are not required to be installed in any guest operating system that has been virtualized by VMware. However, 99% of all VMware users do install vmware tools. Let me tell you why.

VMware tools provide the following:

  • Improved video performance
  • Mouse synchronization with the host operating system so that you don't have to keep releasing your mouse from the guest to go back to the host
  • Improved mouse performance
  • Copy and paste between the host and guest

Mount the VMware tools ISO image for the virtual machine, then for.....

Linux

mkdir /tmp/cdrom
mount /dev/cdrom /tmp/cdrom
rpm -i  /tmp/cdrom/VMwareTools-2.0.0-116503.i386.rpm
umount /dev/cdrom

/usr/bin/vmware-config-tools.pl

Before running VMware Tools for the first time, you need to configure it for your running kernel by invoking the foillowing command.

/usr/bin/vmware-config.tools.pl