How to differentiate same system vs different system backup/restore on RSA Authentication Manager 8.x
Originally Published: 2016-08-29
Article Number
Applies To
RSA Product/Service Type: RSA Authentication Manager
RSA Version/Condition: 8.x
Issue
- The deploymentUUID never changes and is unique for each server. If two servers have the same deploymentUUID, it means they were cloned. And thus, during the backup and restore process, it will be considered to be a backup/restore of the same system. A possible result would be that the replica from the "backup system" will be attached to the restored system. The significance of this is that all replica servers' information stored in the backup will be wiped out after restore since Authentication Manager does not support keeping replicas when doing a Different Box Restore.
- The instanceGUID is overwritten when a backup is restored.
Tasks
- Login to SSH as rsaadmin:
login as: rsaadmin Using keyboard-interactive authentication. Password: <enter OS user password> Last login: Tue Aug 30 05:38:15 2016 from jumphost.vcloud.local RSA Authentication Manager Installation Directory: /opt/rsa/am rsaadmin@am81p:~>
- Navigate to /opt/rsa/am/utils and obtain the database password in order to access the database:
rsaadmin@am81p:~> cd /opt/rsa/am/utils rsaadmin@am81p:/opt/rsa/am/utils> ./rsautil manage-secrets -a get com.rsa.db.dba.password Please enter OC Administrator username: <enter Operations Console admin user name> Please enter OC Administrator password: <enter Operations Console admin user password> com.rsa.db.dba.password: rSKD5bGguLGNL9uGvFWnJoxIcHJah2 rsaadmin@am81p:/opt/rsa/am/utils> cd ../pgsql/bin rsaadmin@am81p:/opt/rsa/am/pgsql/bin> ./psql -h localhost -p 7050 -d db -U rsa_dba Password for user rsa_dba: <enter the com.rsa.db.dba.password captured above> psql.bin (9.2.4) SSL connection (cipher: DHE-RSA-AES256-SHA, bits: 256) Type "help" for help. db=#
- Once in the PostgreSQL database, type SELECT * FROM rsa_rep.ims_instance to get the instanceGUID, shown in the output below in the id column:
db=# SELECT * FROM rsa_rep.ims_instance; id | cpu_count | description | is_primary | deployed_state ----------------------------------+-----------+----------------------------------+------------+---------------- 1666addb1e02a8c008016d234bd2b1d7 | 1 | promoted to primary from replica | t | 1055445d1f02a8c00801c4db3d79d286 | 1 | demoted to replica from primary | f | active (2 rows) - Type SELECT name, value FROM rsa_rep.ims_config_value WHERE name = 'ims.deployment.uuid to get the deploymentUUID, shown in the value column, as below:
db=# SELECT name, value FROM rsa_rep.ims_config_value WHERE name = 'ims.deployment.uuid'; name | value ---------------------+-------------------------------------- ims.deployment.uuid | 71f241d3-7637-4737-9e66-d1c8b7b0f304 (1 row)
Resolution
Related Articles
How to reset the RSA Authentication Manager 8.x system fingerprint 230Number of Views Read-only file system message for RSA Identity Governance & Lifecycle 60Number of Views How to recover failed RSA Authentication Manager 8.x virtual appliance when the filesystem is stuck in read-only mode 612Number of Views How to recover the user id or password of a read only database user from RSA Authentication Manager 8.x 269Number of Views RSA Authentication Manager Restore from Microsoft Azure Snapshot or backup Failed 130Number 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?