Turnkey Linux appliances en VMWare Tools installeren

VMWare tools biedt een hoop voordelen en ik wil deze tools dan ook op elke virtuele machine geinstalleerd hebben.
Windows is peanuts, maar sommige, en vooral de uitgeklede, Linux versies vereisen wat meer werk :

Eerst moeten we een aantal onderdelen installeren :

•Update packages:◦Shell: sudo apt-get update

•Install gcc◦ref. http://help.ubuntu.com/community/CompilingSoftware
◦shell: apt-get install build-essential
◦shell: apt-get install automake
◦shell: apt-get install checkinstall

•Install linux-headers◦shell: apt-get install build-essential linux-headers-`uname -r`
◦shell: apt-get install libproc-dev libdumbnet-dev

•Install VMTools◦ref. http://www.vmware.com/support/ws5/doc/w … linux.html
◦note: script will say “none of the pre-built modules for VMware Tools is suitable for your running kernel” and will ask if you want to compile new modules. Do so for all.

•Installs (optional)
◦GD-support◾shell: apt-get install php5-gd
◾shell: /etc/init.d/apache2 restart

◦GhostScript (ps/pdf support)◾shell: apt-get install ghostscript

Nu kunnen we VMWare Tools installeren op de normale manier

Maar we kunnen ook een hoop werk besparen als we enkel de basis functionaliteit willen in vmwaretools !
Hiervoor kunnen we dan de open-vm-tools installeren.
* apt-get install open-vm-tools

En klaar ben je !
De virtuele machine is dan zichtbaar met een third-party VMWare tools.

Deel dit:
Scroll naar boven