How to run Authentication Manager patch from local system
Originally Published: 2017-11-09
Article Number
Applies To
RSA Product/Service Type: SecurID Appliance
RSA Version/Condition: 8.1.0
Product Description: RSA Authentication Manager
Issue
Customer wishes to PreLoad patch onto system to save some time.
Resolution
we deleted /dev/cdrom and created a new symbolic link to the new ISO name and modified manageMount.sh as below.
/opt/rsa/am/utils/bin/appliance/manageMount.sh
cp manageMount.sh manageMount.sh_00620002 I like to name stuff with case numbers for future reference
Edit manageMount.sh and replace the mount_cdrom function with the following and save the file.
mount_cdrom(){
umount_cdrom > /dev/null 2>&1
mount -t iso9660 -r /dev/cdrom /media
}
I found it easy to add a patches directory to /home/rsaadmin to scp the patch ISO into.
Then create a symbolic link like this:
ln -s /home/rsaadmin/patches/am-update-8.1.0.5.0.iso /dev/cdrom
Note the edit to the manageMount.sh for this to work does not survive patching.
Related Articles
RSA Authentication Manager 8.6 Patch 4 Hotfix 1 Readme 74Number of Views RSA Authentication Manager 8.7 SP1 Patch 3 Hotfix 1 Readme 58Number of Views RSA Authentication Manager 8.6 Patch 4 Hotfix 2 Readme 16Number of Views RSA Authentication Manager 8.7 Patch 4 Hotfix 2 Readme 17Number of Views RSA Authentication Manager 8.7 SP1 Patch 3 Hotfix 2 Readme 26Number 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?