VmwareTools

Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2006-06-09 23:04:48
Size: 337
Editor: 82-43-193-44
Comment:
Revision 5 as of 2006-06-28 14:09:09
Size: 686
Editor: 82-43-193-44
Comment: added network reconfig
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
 * Cut & Paste - Guest to Host and Guest to Guest  * Cut & Paste - Guest to Host and Guest to Guest (with VmwareToolbox)
Line 8: Line 8:
 * Heatbeat (VmwareEsx only ?)  * 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
}}}

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

Advantages of having VmwareTools installed on your Ubuntu guest

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

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