Online, Reinstall Required message on Web Tier after reinstalling with the new RSA Authentication Manager 8.x Web-Tier package
2 months ago
Originally Published: 2015-08-28
Article Number
000063166
Applies To

RSA Product Set: SecurID
RSA Product/Service Type: Authentication Manager Web Tier
RSA Version/Condition: 8.1.1.2 or higher

RSA Authentication Manager 8.x Web-Tier deployment on Windows or Linux servers.  

Issue
  • After upgrading to RSA Authentication Manager 8.x, the Web-Tier status in the Operations Console displays:

Online, Reinstall Required
  • After uninstalling the Web-Tier and reinstalling it using the new Web-Tier Update package, the same status continues to appear:

User-added image
 

The Web-Tier does not return to a normal Online state after reinstall.

Cause

The new Web-Tier package does not overwrite all existing files during reinstall.
Leftover files cause the web tier to continue reporting Reinstall Required even after the reinstall completes.

Resolution

Uninstalling the Web Tier

  1. Uninstall the web tier using the uninstall executable in the  :  ../uninstall

  1. After the uninstaller finishes, delete the old install directory manually.

    If the Web Tier is installed on Linux

    Run the following command as root, replacing the path with the actual installation directory:

rm -rf <WebTier_Install_Dir>
For example,
rm -rf /opt/RSASecurity/

         If the Web Tier is installed on Windows

           Run the following command as administrator from the command line, replacing the path with the actual installation directory:

RD /S /Q "<WebTier_Install_Dir>"
For example,
RD /S /Q "C:\Program Files\RSASecurity"
  1. Reboot the web-tier server.

  2. Generate the new web-tier package.

  3. Proceed with the reinstall.

Notes

Removing all old files ensures that no outdated or corrupted files remain, which allows the reinstall to complete successfully.