Obtain the version of PostgreSQL used with RSA Authentication Manager 8.x
Originally Published: 2016-08-11
Article Number
Applies To
RSA Product/Service Type: Authentication Manager
RSA Version/Condition: 8.x
Issue
Resolution
- Enable Secure Shell on the Appliance.
- Log on to the Appliance Operating System with SSH.
- Next, capture the database password for user rsa_dba to connect to database. Note that the password for each RSA AUthentication Manager deployment is different.
login as: rsaadmin Using keyboard-interactive authentication. Password: <enter operating system password> Last login: Wed Sep 18 13:07:28 2024 from 192.168.26.100 RSA Authentication Manager Installation Directory: /opt/rsa/am rsaadmin@bham87:~> cd /opt/rsa/am/utils rsaadmin@bham87:/opt/rsa/am/utils> ./rsautil manage-secrets -a get com.rsa.db.dba.password Please enter OC Administrator username: <enter Operations Console administrator user name> Please enter OC Administrator password: <enter Operations Console administrator's password> com.rsa.db.dba.password: UTcXx6rK7EmdOPqdhGFz0NmV88nbIW rsaadmin@bham87:/opt/rsa/am/utils> cd ../pgsql/bin rsaadmin@bham87:/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>
- Type SELECT version(); to get the version of PostgreSQL:
Note: The following PostgreSQL version is from RSA Authentication Manager server 8.7 SP2
db=# SELECT version(); version --------------------------------------------------------------------------------------- PostgreSQL 14.11 on x86_64-suse-linux-gnu, compiled by gcc (SUSE Linux) 7.5.0, 64-bit (1 row)
Related Articles
How to determine if a dependent package is installed or missing in a target host environment 3Number of Views How to determine if MQBridge is configured and working in RSA Web Threat Detection 5.1 6Number of Views How to determine the hardware version of an RSA appliance 246Number of Views How to determine the version of Oracle WebLogic and dependencies in RSA Authentication Manager 8.x 306Number of Views Unable to register service AuthenticationService during startup after deploying RSA Identity Governance & Lifecycle 7.0.0 … 60Number of Views
Trending Articles
Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide How to Download OTP Token Seed Files from myRSA RSA Authentication Manager 8.9 Release Notes (January 2026)
Don't see what you're looking for?