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… 310Number of Views Vmware vSphere vCenter 6.7 - SecurID Access Implementation Guide 208Number of Views VMware vSphere/vCenter 8.0.2 - RSA Ready Implementation Guide 69Number of Views Vmware vSphere vCenter 6.7 - Authentication Agent Configuration - RSA Ready SecurID Access Implementation Guide 205Number of Views
Trending Articles
RSA Authentication Manager Upgrade Process RSA Release Notes for RSA Authentication Manager 8.8 RSA RADIUS Server service failed to start in the RSA Authentication Manager 8.1 Operations Console Microsoft Entra ID External MFA - Relying Party Configuration Using OIDC - RSA Ready Implementation Guide RSA Release Notes: Cloud Access Service and RSA Authenticators
Don't see what you're looking for?