Note: It is recommends to take a snapshot of the VCMA appliance virtual machine before proceeding in case you need to roll back should any problems be encountered.
Mount the VMware tools Linux installation media to the VCMA virtual machine. This is typically found in the datastore /vmimages/tools-isoimages named linux.iso
Using the console in the virtual machine, run this command:
yum install perl-libwww-perl
Mount the CD-ROM drive to /mnt/cdrom by running these commands:
mkdir /mnt/cdrom mount /dev/cdrom /mnt/cdrom
Navigate to the /mnt/cdrom folder and copy the tar.gz file to /tmp (replace the filename in these examples with the appropriate filename for the tools version you are installing):
cd /mnt/cdrom cp VMwareTools-8.3.7-341836.tar.gz /tmp
Navigate to /tmp and extract the tar.gz file:
cd /tmp tar zxf /tmp/VMwareTools-8.3.7-341836.tar.gz
Once extracted, you need to remove the version of VMware tools that shipped with the VCMA appliance installation. To do this, navigate into the folder where the VMware tools package was extracted and enter into the /bin sub folder.
For example:
cd /tmp/VMwareTools-8.3.7-341836/bin/
Execute the uninstallation script found in this folder:
./vmware-uninstall-tools.pl
Once this script completes, proceed to install the VMware tools package. To do this, you must navigate to the directory where the VMware tools package was extracted.
For example:
cd /tmp/VMwareTools-8.3.7-341836/
Execute the installation script: ./vmware-install.pl
Proceed to answer the questions as the prompts appear until the installation has completed. Reboot the VCMA once these steps are completed.
If everything is working properly, you may delete the snapshots you have created.