How to install VMware Tools in Linux VM ?
VMware tools is the free set of utilities in one package called VMware tools for the Virtual Machines. VMware tools contains multiple drivers for the guest os to enhance performance. VMware tools is the suite which optimizes the performance of the guest operating system inside the virtual machine. If VMware tools is not installed in the Guest OS in VM you will face some of lacks in accessing the guest operating system.
So lets’s check how to install VMware Tools in Linux Virtual Machine Step by Step:-
Step 1:
Login to vSphere Web Client.
Step 2:
Choose VM’s & Templates.
Step 3:
Choose your Linux Virtual Machine & click on Summary as shown.
You will get Warning that VMware Tools is not installed on this virtual machine so click on Install VMware Tools on the Right Side.
Step 4:
Prompt will appear for VMware Tools ISO Mount into virtual machine. Click Mount button.
Step 5:
Open your virtual machine console & you will get the VMware tools dvd mounted.
Step 6:
Now Open the Terminal & Type the below command to go to the directory.
cd /media/VMware\ Tools/
Type “ls” command to show the contents of that directory.
Step 7:
Now you have to copy the file “VMwareTools-9.10.0-2476743.tar.gz” to “/tmp” directory use below command to copy.
cp VMwareTools-9.10.0-2476743.tar.gz /tmp/ Now go to the /tmp directory & check if it copied successfully using below command. cd /tmp
Type “ls” command to list all the files & you can see the .tar.gz archive is listed there.
Step 8:
Now we have to Extract the “.tar.gz” archive to extract its contents. use below command to extract.
tar -xvf VMwareTools-9.10.0-2476743.tar.gz
Press Enter to Extract.
Step 9:
you will see all the files are extracting & after completion type “ls” command to list the extracted files.
Step 10:
Now change the directory to “vmware-tools-distrib” to install vmware tools using below command.
cd vmware-tools-distrib/
Type “ls” to see the files of the directory.
Step 11:
Now we will have to install the vmware tools by below command.
./vmware-install.pl
Press Enter to start the installation during installation it will ask you for many things such as location etc choose enter to use default & continue.
Step 12:
After successful installation you will get below screen & restart the linux virtual machine to take effect.
Note:- This installation is done in RedHat Enterprise Linux 6 some steps might be change in other Linux Flavor.
That’s it you have successfully installed VMware Tools.
Checkout Our Posts on VMware Tools :-
That’s it for Today Friends. I Hope you liked reading this post & If you find anything more to be added or removed feel free to write it in our comments. If you find it useful You are Feel free to share this on social media to help others & spread knowledge.
If you have any query on any thing you are free to write it in our comments section & we will make sure to provide you the better solution as soon as possible.
Checkout our Facebook Group for Discussions & More Stuff.
Like & Share our Facebook Page for Latest Updates.