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 946Number of Views Where do I find get the sftpagent.conf file from? 52Number of Views Collectors do not pick the new password from the password vault in RSA Governance & Lifecycle 46Number of Views Is there is a Backup and Disaster Recover for RSA File Security Manager? 5Number of Views AM 8.1-Migration from Authentication Manager 6.1 to Authentication Manager 8.1 30Number of Views
Trending Articles
How to download and install the AFX Server Archive in RSA Identity Governance & Lifecycle RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide The Template ({Connector Template Name}) has missing file content error when creating AFX Connectors in RSA Identity Gover… Downloading RSA Authentication Manager license files or RSA Software token seed records Troubleshooting RSA MFA Agent for Microsoft Windows
Don't see what you're looking for?