VmwareTools

Differences between revisions 1 and 7 (spanning 6 versions)
Revision 1 as of 2006-06-08 17:45:33
Size: 125
Editor: 85
Comment:
Revision 7 as of 2006-06-28 14:18:37
Size: 810
Editor: host-234-32-186-64
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Make sure you install VmwareTools in any Ubuntu guest running on VmwarePlayer, VmwareEsx, VmwareServer or VMwareWorkstation Make sure you install VmwareTools in any Ubuntu / Xubuntu guest running on VmwareEsx, VmwarePlayer, VmwareServer or VmwareWorkstation

== Advantages of having VmwareTools installed on your Ubuntu / Xubuntu guest ==
 * VMware Network acceleration
 * VMware Video acceleration
 * Seemless mouse movement (between host and guest)
 * Cut & Paste - Guest to Host and Guest to Guest (with VmwareToolbox)
 * Disk Shrink
 * HeartBeat (VmwareEsx only ?)

== Post-install ==
After installing vmware tools in your guest make sure you reconfigure the virtual network
{{{
$ sudo su -
# /etc/init.d/networking stop
# rmmod pcnet32
# rmmod vmxnet
# depmod -a
# modprobe vmxnet
# /etc/init.d/networking start
# exit
$
}}}
then run
{{{
$ sudo /usr/bin/vmware-toolbox
}}}
----
CategoryDocumentation

Make sure you install VmwareTools in any Ubuntu / Xubuntu guest running on VmwareEsx, VmwarePlayer, VmwareServer or VmwareWorkstation

Advantages of having VmwareTools installed on your Ubuntu / Xubuntu guest

  • VMware Network acceleration
  • VMware Video acceleration
  • Seemless mouse movement (between host and guest)
  • Cut & Paste - Guest to Host and Guest to Guest (with VmwareToolbox)

  • Disk Shrink
  • HeartBeat (VmwareEsx only ?)

Post-install

After installing vmware tools in your guest make sure you reconfigure the virtual network

$ sudo su -
# /etc/init.d/networking stop
# rmmod pcnet32
# rmmod vmxnet
# depmod -a
# modprobe vmxnet
# /etc/init.d/networking start
# exit
$

then run

$ sudo /usr/bin/vmware-toolbox


CategoryDocumentation

VmwareTools (last edited 2008-08-06 17:00:48 by localhost)