How to restore the Server Nodes configuration in RSA Identity Governance & Lifecycle
Originally Published: 2020-03-06
Article Number
Applies To
RSA Product Set: RSA Identity Governance & Lifecycle
RSA Version/Condition: 6.x, 7.0.x, 7.1.x, 7.2.x, 7.5.x, 8.0
Issue
Examples of incorrect Server Node configurations:
- Startup failure
The startup might fail because the System Operations Node (SON) is not available and the Aveksa application cannot start.
Initialization has failed!
Unable to initialize security model. security Application not created.
The aveksa security application must be initialized first by the System Operations Node(SON).
Unable to initialize security model. security Application not created.
The aveksa security application must be initialized first by the System Operations Node(SON).
- Incorrect server in the list
In this example, the application is running on acm-720.vcloud.local but the database was restored from a server called acm-700.vcloud.local. In this case, the system starts but product components such as collections and AFX that require a SON will not be able to run as the SON does not exist.
- Server nodes listed multiple times
We have seen this after a database migration. The cause is unknown.
Resolution
NOTE: Truncating this table is a safe approach and will remove all data from the table. Removing all the data from this table ensures that the startup will be able to re-configure the data in this table correctly.
If you have access to the user interface and there are Action buttons available under the Admin > System > Server Nodes > Action column, you may follow the instructions on the buttons (Delete, Make next SON) and restart RSA Identity Governance & Lifecycle later. However, the truncate table solution that is documented here will work in any situation where the server nodes are incorrectly configured.- Login as the oracle user and stop RSA Identity Governance & Lifecycle.
acm stop
- Login to the oracle database as avuser and truncate table T_SERVER_NODES.
sqlplus avuser/<password> SQL> truncate table T_SERVER_NODES; SQL> exit;
- Start RSA Identity Governance & Lifecycle:
acm start
This will repopulate the T_SERVER_NODES table with the correct node (or nodes if this is a cluster.)
Related Articles
How to detect and rectify a workflow stalled and/or Workpoint server down situation in RSA Identity Governance & Lifecycle 936Number of Views Where do I find get the sftpagent.conf file from? 52Number of Views How to dynamically apply webagent.conf changes to your Apache Web server without stopping and restarting the server 16Number of Views RCM unattended startup using the startup.conf file is not working properly 8Number of Views Remote AFX Server fails to start with an SSLHandshakeException error in RSA Identity Governance & Lifecycle 253Number of Views
Trending Articles
Troubleshooting RSA SecurID Access Identity Router to RSA Authentication Manager test connection failures RSA SecurID Software Token 5.0.2 Downloads for Microsoft Windows RSA Authentication Manager 8.9 Release Notes (January 2026) Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA Authentication Manager 8.8 Setup and Configuration Guide
Don't see what you're looking for?