RSA Version/Condition: 7.0.x, 7.1.x, 7.2.x
User Interface
Any screen in the RSA Identity Governance & Lifecycle user interface has the version and patch level in the bottom left corner.
- Example with no patches installed:
- Example with a patch installed:
aveksaServerInfo.log
- Neither the application nor the database need to be running, and
- The aveksaServerInfo.log contains valuable information about your RSA Identity Governance & Lifecycle configuration and environment.
It is a best practice to attach the aveksaServerInfo.log to every case that you open with RSA Identity Governance & Lifecycle Support.
On a WildFly standalone system, the aveksaServerInfo.log is located in the $AVEKSA_HOME/wildfly/standalone/log directory. Please refer to RSA Knowledge Base Article 000030327 -- Artifacts to gather in RSA Identity Governance & Lifecycle to find the location of the aveksaServerInfo.log for your specific deployment if you are on a WildFly cluster or a non-WildFly platform. The aveksaServerInfo.log may also be downloaded from the RSA Identity Governance & Lifecycle user interface (Admin > System > Server Nodes tab > under Logs.)IMPORTANT:
It is important to note that the most current configuration information is appended to the bottom of the aveksaServerInfo.log after every application startup. Therefore, to determine the current version and patch level of the system, go to the bottom of the aveksaServerInfo.log file and then scroll up until you encounter the first occurrence of Startup Date. The current version and patch level will be below this heading. For more information on locating the current version and patch level information, please see RSA Knowledge Base Article 000039397 -- Enhancement to the aveksaServerInfo.log file starting in version 7.2.0 of RSA Identity Governance & Lifecycle.
- Example with no patches installed (execute the following as the oracle user):
$ cd $AVEKSA_HOME/wildfly/standalone/log $ cat aveksaServerInfo.log RSA IDENTITY GOVERNANCE AND LIFECYCLE Version 7.2.0.176311 **************************************************************************************************** (...) Hot Fix : (none) (...)
- Example with a patch installed:
$ cd $AVEKSA_HOME/wildfly/standalone/log $ cat aveksaServerInfo.log RSA IDENTITY GOVERNANCE AND LIFECYCLE Version 7.2.0.177042 P01 **************************************************************************************************** (...) Hot Fix : P01 (...)
aveksa-version.properties and patch-version.properties
- Example with no patches installed:
$ find $AVEKSA_HOME -iname "*version.properties" /home/oracle/wildfly-10.1.0.Final/standalone/tmp/vfs/temp/tempe49cea2f99c3f858/content- 4e831bf4e475b92f/contents/aveksa.war/WEB-INF/classes/aveksa-version.properties /home/oracle/wildfly-10.1.0.Final/standalone/tmp/vfs/temp/tempe49cea2f99c3f858/content- 4e831bf4e475b92f/contents/aveksa.war/WEB-INF/database/aveksa-version.properties /home/oracle/database/aveksa-version.properties
$ cat $AVEKSA_HOME/database/aveksa-version.properties # RSA Identity Governance and Lifecycle version=7.2.0 build=176311 (...)
- Example with a patch installed:
$ find $AVEKSA_HOME -iname "*version.properties" /home/oracle/Aveksa_7.2.0_P01/aveksa.ear/aveksa.war/WEB-INF/classes/patch-version.properties /home/oracle/Aveksa_7.2.0_P01/aveksa.ear/aveksa.war/WEB-INF/classes/aveksa-version.properties /home/oracle/Aveksa_7.2.0_P01/aveksa.ear/aveksa.war/WEB-INF/database/aveksa-version.properties /home/oracle/wildfly-10.1.0.Final/standalone/tmp/vfs/deployment/deploymentff2592f1efd69204/ aveksa.war-dcf15d313217615e/WEB-INF/classes/patch-version.properties /home/oracle/wildfly-10.1.0.Final/standalone/tmp/vfs/deployment/deploymentff2592f1efd69204/ aveksa.war-dcf15d313217615e/WEB-INF/classes/aveksa-version.properties /home/oracle/wildfly-10.1.0.Final/standalone/tmp/vfs/deployment/deploymentff2592f1efd69204/ aveksa.war-dcf15d313217615e/WEB-INF/database/aveksa-version.properties /home/oracle/database/aveksa-version.properties
$ cat /home/oracle/database/aveksa-version.properties # RSA Identity Governance and Lifecycle version=7.2.0 build=176311 (...)
$ cat /home/oracle/wildfly-10.1.0.Final/standalone/tmp/vfs/deployment/deploymentff2592f1efd69204/ aveksa.war-dcf15d313217615e/WEB-INF/classes/patch-version.properties AveksaVersion=7.2.0 PatchVersion=P01 build=177042 (...)
T_SYSTEM_SETTINGS
As avuser, connect to SQL*Plus or a SQL interface such as SQL Developer and execute the following SQL statement:
select * from t_system_settings where parameter in
('productVersion', 'Build', 'SchemaCreatedVersion', 'SchemaCreatedBuild',
'HotFixes', 'HotFix_Build')
- Example with no patches installed:
- Example with a patch installed:
Related Articles
RSA Governance & Lifecycle Blueprint - Bulk Application Creation 11Number of Views Security-Level Update for IDR Cipher ECDHE-RSA-AES256-SHA384 66Number of Views Determining if the RSA Authentication Manager 8.x install platform is hardware or virtual 52Number of Views How to Determine RSA Authentication Manager 8.x is using TLS 1.2 1.47KNumber of Views Recommended Oracle 12.2.0.1 or 12.1.0.2 Proactive Bundle Patch October 2017 or later Optimizer Settings in RSA Identity Go… 379Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x