How to install VMware Tools on CentOS 6

Here is a detailed guide for how to install VMware Tools on CentOS6 by command line interface.

 

 VMware-tools install on CentOS 6.5 image 1

 

1. Open vSphere and select “Install/Upgrade VMware Tools” under “guest” menu

VMware-tools install on CentOS 6.5 image 2

 

2. Connect a ISO image of VMware-tools from the Datastores

VMware-tools install on CentOS 6.5 image 3

 

3. Select folder, “vmimages”.

VMware-tools install on CentOS 6.5 image 4

 

4. Select folder, “tools-isoimages”.

VMware-tools install on CentOS 6.5 image 5

 

5. Select ISO image, “linux.ios“.

VMware-tools install on CentOS 6.5 image 6

 

6. Mount ISO image.

# mount /dev/cdrom /mnt

mount: block device /dev/sr0 is write-protected, mounting read-only

 

7. Change directory.

# cd /mnt
# ls

VMware-tools install on CentOS 6.5 image 7

 

8. Change directory and extract tar.gz file.

# cd /tmp
# tar xzf /mnt/VMwareTools-9.4.0-1280544.tar.gz

# cd vmware-tools-distrib
# ls

bin  doc  etc  FILES  INSTALL  installer  lib  vmware-install.pl

 

# ./vmware-install.pl
x 13

9. Completed

 

VMware-tools install on CentOS 6.5 image 8

 

I hope it is informative for you.

 

 

Leave a Reply