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 determine which node of a WildFly cluster should be designated as the Systems Operation Node (SON) in RSA Identity … 134Number of Views How to detect and rectify a workflow stalled and/or Workpoint server down situation in RSA Identity Governance & Lifecycle 993Number of Views Unable to delete Object while connected to the HOST node in a cluster setup in RSA Governance & Lifecycle 6Number of Views SecurID: How to create node secret for clustered web server in RSA Authentication Manager 81Number of Views Refresh the Node Secret 152Number of Views
Trending Articles
RSA Authentication Manager 8.9 Release Notes (January 2026) RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA-2026-07: RSA Authentication Manager Security Update for Third-Party Component Vulnerabilities Downloading RSA Authentication Manager license files or RSA Software token seed records RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide
Don't see what you're looking for?