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 955Number of Views Where do I find get the sftpagent.conf file from? 52Number of Views On RSA Via Lifecycle and Governance the aveksa_server start returns message: Cannot connect to the database, but the DB is up 744Number of Views BeyondTrust Password Safe - RADIUS Configuration in Authentication Manager - RSA Ready Implementation Guide 4Number of Views Many defunct processes (from AceClient v8.1 in radius) when running ps auxf 18Number of Views
Trending Articles
RSA Authentication Manager 8.9 Release Notes (January 2026) RSA announces the availability of the RSA SecurID Hardware Appliance 230 based on the Dell PowerEdge R240 Server How to troubleshoot Oracle database ORA-04030 errors in RSA Identity Governance & Lifecycle RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA Authentication Manager Upgrade Process
Don't see what you're looking for?