This tutorial will guide you how to install VMware Tools in your CentOS so you can get back to your VM from time to time and be able to move your cursor, change screen resolution and some other great things VMware tools can help you manage your VMs inside your VSphere or Workstation.
On your VM window go to VM > Guest > Install/Upgrade VMware Tools
On your VM window go to VM > Guest > Install/Upgrade VMware Tools
This will then mount the VMware Tools image on your CentOS. Right click on VMware Tools then choose "Open in Terminal".
Login as root:
# su -lThen go to the VMware Tools directory
# cd /media/VMware\ Tools/Copy the tar.gz file to your /home/administrator directory
#cp VMwareTools-8.6-0-425873.tar.gz /home/administratorThen go to your /home/administrator directory then unzip the tar.gz
# cd /home/administrator; gunzip VMwareTools-8.6-0-425873.tar.gz; tar -xvf VMwareTools-8.6-0-425873.tarYou can now see the vmware-tools-distrib directory, go to this directory and run the vmware-install.pl
#ls -la
# cd vmware-tools-distrib/
# ./vmware-install.pl
Just follow the default settings and restart your VM.
You now have a VMware Tool in your CentOS VM. Enjoy!



No comments:
Post a Comment