User Tools

Site Tools


ubuntu:virtual_machine:install_vmware_tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ubuntu:virtual_machine:install_vmware_tools [2019/11/30 12:11] peterubuntu:virtual_machine:install_vmware_tools [2020/07/15 09:30] (current) – external edit 127.0.0.1
Line 14: Line 14:
  
 ---- ----
 +
 +===== Install kernel headers and tools required to compile and install VMware tools =====
 +
 +<code bash>
 +sudo apt install binutils cpp gcc make psmisc linux-headers-$(uname -r)
 +</code>
 +
 +----
 +
 +===== Mount the cdrom drive inside the guest server =====
 +
 +Make sure you have mounted the VMware tools virtual cd from the host before moving on.
 +
 +<code bash>
 +sudo mount /dev/cdrom /mnt
 +</code>
 +
 +----
 +
 +===== Extract VMware tools to the tmp directory =====
 +
 +<code bash>
 +sudo tar -C /tmp -zxvf /mnt/VMwareTools-x.x.x-x.tar.gz
 +</code>
 +
 +The filename depends on the VMware host version.
 +
 +----
 +
 +===== Unmount the virtual cd =====
 +
 +We have already extracted the files to a temporary locations and the virtual disk isn’t needed anymore.
 +
 +<code bash>
 +sudo umount /mnt
 +</code>
 +
 +----
 +
 +===== Start the installation =====
 +
 +<code bash>
 +sudo /tmp/vmware-tools-distrib/vmware-install.pl
 +</code>
 +
 +Accept the defaults for every question.
 +
 +----
 +
 +===== Reboot your server =====
 +
 +<code bash>
 +sudo reboot
 +</code>
 +
 +VMware tools is now installed and configured.
 +
ubuntu/virtual_machine/install_vmware_tools.1575115883.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki