How to install VMware Tools on an RSA Virtual Appliance
Originally Published: 2014-12-05
Article Number
Applies To
RSA Product/Service Type: Virtual Appliance / Virtual Machine
Platform: VMware vCenter, ESX, ESXi
Platform (Other): VMware Tools
Issue
Tasks
Resolution
- Logon to vCenter.
- Open the Console to the virtual machine.
- Connect the CD/DVD drive to an ISO image on the datastore on the ESX host.
- By default the VMware Tools ISO image is in the vmimages folder on your ESX host.
- Open the tools-isoimages folder.
- Select the linux.iso file and click OK
- Logon to the virtual machine through the vCenter Console or an ssh session.
- Create a mount point and mount the virtual CD/DVD
mkdir /mnt/cdrom
mount -t iso9660 /dev/cdrom /mnt/cdrom
- Copy the installation file from the CD/DVD drive to the appliance.
cp /mnt/cdrom/*.gz /tmp
- Unmount the CD/DVD drive.
umount /dev/cdrom
- Unzip the VMware Tools files into the /tmp folder and launch a silent installation of the VMware Tools.
cd /tmp
tar zxpf VMwareTools-9.4.0-1280544.tar.gz
cd vmware-tools-distrib
./vmware-install.pl --default EULA_AGREED=yes
tar zxpf VMwareTools-9.4.0-1280544.tar.gz
cd vmware-tools-distrib
./vmware-install.pl --default EULA_AGREED=yes
- Start the VMware Tools from the command line or reboot the virtual machine.
/etc/vmware-tools/services.sh restart
- Verify that the VMware Tools are installed, up-to-date and running in vCenter.
- Return to the Console in vCenter and disconnect the ISO image from the virtual CD/DVD.
If you are unsure of any of the steps above or experience any issues, contact RSA Support and quote this article number for further assistance.
Related Articles
Install the Identity Router Virtual Appliance for VMware 98Number of Views How to migrate from RSA Authentication Manager hardware appliance or virtual appliance to virtual appliance in another pla… 314Number of Views VMware vSphere/vCenter 8.0.2 - RSA Ready Implementation Guide 70Number of Views Vmware vSphere vCenter 6.7 - SecurID Access Implementation Guide 208Number of Views Vmware vSphere vCenter 6.7 - Authentication Agent Configuration - RSA Ready SecurID Access Implementation Guide 205Number of Views
Trending Articles
Downloading RSA Authentication Manager license files or RSA Software token seed records RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory Mandatory Certificate Upgrade Required by 6th October 2025 for RSA MFA Agent for PAM, RSA MFA Agent for Apache, and Third … RSA Authentication Manager 8.9 Release Notes (January 2026)
Don't see what you're looking for?