RSA Product Set: SecurID
RSA Product/Service Type: Authentication Manager
RSA Version/Condition: 8.x
Platform: Red Hat Linux
After a hard shutdown of the RSA Authentication Manager Web Tier server, the Web Tier services fail to start on reboot and the Web Tier appears Offline in the Operations Console.
Observable symptoms:
- Web Tier services do not start after the server is powered back on
- Web Tier status shows as Offline in Authentication Manager Operations Console > Deployment > Web Tier Deployments > Manage Existing
- The Operations Console and Security Console may be unreachable if this is the only Web Tier in the deployment
Where to look — Web Tier server logs:
/opt/RSASecurity/RSAAuthenticationManagerWebtier/server/logs/AdminServer.log/opt/RSASecurity/RSAAuthenticationManagerWebtier/server/logs/AdminServerWrapper.log
Key errors on restart:
System fingerprint encrypted key is missing
Failed to reload password databaseThe hard shutdown corrupted the Web Tier's systemfields.properties file. The Web Tier bootstrapper service writes to /opt/rsa/am/utils/etc/systemfields.properties approximately every two minutes. If the Web Tier server is shut down abruptly — for example, during a power outage, a forced restart, or a physically unplugged server — and the file is mid-write at that moment, it becomes corrupted. When the server reboots, the Web Tier services attempt to read the file, fail to load it, and do not start.
This commonly occurs in environments where the Web Tier server does not go through a graceful OS shutdown sequence.
ℹ️ NOTE: Full error stack traces from AdminServer.log and AdminServerWrapper.log are available upon request from RSA Support if deeper diagnosis is required.
Choose your resolution path:
| Solution 1 | Solution 2 | |
|---|---|---|
| Method | Uninstall and reinstall the Web Tier | Restore the corrupted file from the primary AM server |
| Best for | Environments where Web Tier configuration does not need to be preserved | Environments where the existing Web Tier configuration must be kept |
| Time | full reinstall required | file restore only |
| Access required | Web Tier server | Web Tier server + primary Authentication Manager server (SSH) |
Solution 1: Uninstall and Reinstall the Web Tier
ℹ️ NOTE: Use this option if you do not need to preserve the current Web Tier configuration. For file restoration without reinstalling, use Solution 2.
- Uninstall the Web Tier by following the uninstall procedure in the RSA Authentication Manager Web Tier Installation and Configuration Guide.
- Reinstall the Web Tier using the same guide.
- Verify: Log in to the Authentication Manager Operations Console and navigate to Deployment > Web Tier Deployments > Manage Existing. Within approximately 5 minutes, confirm the Web Tier status returns to Online.
Solution 2: Restore the systemfields.properties File
⚠️ CAUTION: This procedure requires SSH access to both the primary Authentication Manager server and the Web Tier server. Complete all steps in order — do not skip steps or reboot between steps until instructed.
- Connect to the primary Authentication Manager server via SSH as
rsaadmin. Enter the OS password when prompted. - Navigate to the utils directory:
cd /opt/rsa/am/utils/etc/ - Confirm the
systemfields.propertiesfile is present:
Expected output:ls -alh systemfields.properties-rw------- 1 rsaadmin rsaadmin 11K Jan 15 16:22 systemfields.properties - Copy the file to
/tmpfor transfer:cp systemfields.properties /tmp/ - Use WinSCP or another SCP client to connect to the primary Authentication Manager server as
rsaadmin. Downloadsystemfields.propertiesfrom/tmpto your local PC, then disconnect. - Connect via SSH to the Web Tier server.
- Elevate to the root user:
Enter the OS password when prompted.sudo su - - Upload
systemfields.propertiesfrom your local PC to/tmpon the Web Tier server using WinSCP or another SCP client. - Navigate to the Web Tier
utils/etcdirectory:cd /opt/RSASecurity/RSAAuthenticationManagerWebtier/utils/etcℹ️ NOTE: If your Web Tier was installed to a non-default location, adjust this path accordingly.
- Rename the corrupted file as a backup:
mv systemfields.properties systemfields.properties.orig⚠️ CAUTION: Do not delete the original file. Renaming it preserves it in case RSA Support needs it for further diagnosis.
- Copy the file retrieved from the primary Authentication Manager server:
cp /tmp/systemfields.properties ./ - Check permissions on both files to confirm the correct owner and group:
Expected output:ls -alh systemfields.properties*-rw-------. 1 root root 11K Jan 21 08:42 systemfields.properties -rw-------. 1 webtier webtier 0 Jan 4 05:36 systemfields.properties.origℹ️ NOTE: The owner and group of the
.origfile reflect the user defined during Web Tier installation (e.g.,webtier). Use the values from your.origfile — not the example values shown here. - Set the correct permissions on the new file:
chmod 600 systemfields.properties - Set the correct owner and group to match the original file (replace
webtier:webtierwith the owner/group from your environment):chown webtier:webtier systemfields.properties - Switch to the Web Tier install user (replace
webtierwith the user selected during your Web Tier installation):sudo su - webtier - Navigate to the Web Tier utils directory and identify available versions of the manage-secrets utility:
cd /opt/RSASecurity/RSAAuthenticationManagerWebtier/utils/./rsautil manage-sec
Expected output:Invalid argument. Multiple CLU's starting with 'manage-sec' found: manage-secrets-8.1.1.10.0 manage-secrets-8.1.1.2.0 manage-secrets-8.1.1.9.0ℹ️ NOTE: This error output is expected — it lists the available versions of the utility. Check your Web Tier patch level in the Operations Console and use the matching version in the next step.
- Run the
manage-secretscommand matching your Web Tier patch level with the-a recoverflag (example shown for Authentication Manager 8.7 SP1 Patch 1):
Enter the Operations Console administrator credentials when prompted:./rsautil manage-secrets-8.7.1.1.0 -a recover
Expected output:Please enter OC Administrator username: <OC admin username> Please enter OC Administrator password: <OC admin password>Machine fingerprint restored successfully. - Start the Web Tier services:
cd /opt/RSASecurity/RSAAuthenticationManagerWebtier/server/ - Verify: Log in to the Authentication Manager Operations Console and navigate to Deployment > Web Tier Deployments > Manage Existing. Within approximately 5 minutes, confirm the Web Tier status returns to Online. If the status shows Online, the issue has been resolved.
Related Articles
Reporting Engine service is not running due to reportstatusmanager.h2.db corrupt 14Number of Views How to Connect to the RSA Authentication Manager Database Using PostgreSQL (psql) 1.81KNumber of Views RSA MFA Agent for Windows will not run due to error "This module is blocked from loading into the Local Security Authority" 848Number of Views RSA SecurID Hardware Appliance Component Updates 498Number of Views RSA Authentication Manager 8.8 upgrade fails with ERROR: auth_manager.rest_service.old_access_key is not found 2.24KNumber of Views
Trending Articles
RSA Authentication Manager 8.8 Setup and Configuration Guide RSA Authentication Manager 8.9 Release Notes (January 2026) Test connection fails from the RSA ID Plus Cloud Access Service and Identity Router to the SecurID Authentication Manager RSA SecurID software token .sdtid file fails to import into RSA SecurID Software Token 5.0 for Windows RSA Authentication Manager Upgrade Process