RSA Product/Service Type: Appliance
RSA Version/Condition: 7.0.x, 7.1.x, 7.2.x
For non RSA-provided databases, please reach out to the Oracle DBA for backup and restore procedures. For RDS on AWS, please refer to the AWS documentation on RDS backup/restore facilities.
IMPORTANT:
When backing up the database, please make sure to also backup the encryption key files located in /home/oracle/security and restore those files if the database restore occurs on a different or rebuilt server.
METHOD 1 - Using the RSA-provided script files.
To export the database:
acm stop cd /home/oracle/database/DBA/AVDB/scripts ./AVDB_Export_AVUSER.sh -t <optional tag on the filename>
To import the database:
acm stop cd /home/oracle/database/DBA/AVDB/scripts ./AVDB_Import_AVUSER.sh -t <optional tag on the filename>
This imports a backup file called Export_AVDB_avuser<optional tag on the filename>.dmp from the /home/oracle/AveksaExportImportDir directory.
For example,
./AVDB_Export_AVUSER.sh -t _112119 creates a file called Export_AVDB_avuser_112119.dmp, and
./AVDB_Import_AVUSER.sh -t _112119 imports a file called Export_AVDB_avuser_112119.dmp
If any problems occur during the export or import of a database, please review the appropriate log file for each:
- /home/oracle/AveksaExportImportDir/Export_AVDB_avuser-{YYYY-MM-DD-##-##}.log
- /home/oracle/AveksaExportImportDir/Import_AVDB_avuser.log
METHOD 2 - Using alias commands at the command line prompt
This is the same as METHOD 1 only there are alias names defined that will execute the script files for you. These alias names are:
alias avdbexport='/home/oracle/database/DBA/AVDB/scripts/AVDB_Export_AVUSER.sh' alias avdbimport='/home/oracle/database/DBA/AVDB/scripts/AVDB_Import_AVUSER.sh'
To export the database:
acm stop avdbexport -t <optional tag on the filename>
This creates a backup file called Export_AVDB_avuser<optional tag on the filename>.dmp in the /home/oracle/AveksaExportImportDir directory.
To import the database:
acm stop avdbimport -t <optional tag on the filename>
This imports a backup file called Export_AVDB_avuser<optional tag on the filename>.dmp from the /home/oracle/AveksaExportImportDir directory.
For example,
avdbexport -t _112119 creates a file called Export_AVDB_avuser_112119.dmp, and
avdbimport -t _112119 imports a file called Export_AVDB_avuser_112119.dmp
If any problems occur during the export or import of a database, please review the appropriate log file for each:
- /home/oracle/AveksaExportImportDir/Export_AVDB_avuser-{YYYY-MM-DD-##-##}.log
- /home/oracle/AveksaExportImportDir/Import_AVDB_avuser.log
METHOD 3 - Using the backup utility in the user Interface
This method is only available on RSA Identity Governance & Lifecycle hardware and software appliances.
The database can be backed up from the user interface. The advantage to this method is that the system can remain online and there is no downtime. However, the disadvantage is that there is always a risk to the integrity of the backup file if users are accessing the database at the same time that a backup is being performed. Additionally performance will be slower due to database contention. If you use this method, it is recommended to use it on a database during its quietest time. If possible, put the system into Maintenance Mode. (Admin > System > Maintenance tab > Edit > Maintenance Mode: On). There is a bit of downtime in this mode because users are restricted from using the system, but the time it takes to shutdown and restart the application can be avoided.
To backup the database from the user interface, navigate to Admin > System > Backup tab > Edit > Scheduled: Yes.
This creates a backup file called Export_AVDB_avuserYYYY-MM-DD-##-##-##.dmp in the /home/oracle/AveksaExportImportDir directory.
To import the database
acm stop avdbimport -t YYYY-MM-DD-##-##-00 or cd /home/oracle/database/DBA/AVDB/scripts ./AVDB_Export_AVUSER.sh -t YYYY-MM-DD-##-##-00
This imports a backup file called Export_AVDB_avuserYYYY-MM-DD-XX-XX-00.dmp from the /home/oracle/AveksaExportImportDir directory.
An example filename of an exported backup file from the user interface would be Export_AVDB_avuser2019-11-21-16-33-00.dmp. To import this file:
avdbimport -t 2019-11-21-16-33-00 or ./AVDB_Export_AVUSER.sh -t 2019-11-21-16-33-00
If any problems occur during the export or import of a database, please review the appropriate log file for each:
- /home/oracle/AveksaExportImportDir/Export_AVDB_avuser-{YYYY-MM-DD-##-##}.log
- /home/oracle/AveksaExportImportDir/Import_AVDB_avuser.log
Related Articles
How to import tokens into Authentication Manager 8.x 133Number of Views RSA Authentication Manager Restore from Microsoft Azure Snapshot or backup Failed 130Number of Views Failed to backup the system secrets error while performing RSA Authentication Manager backup 98Number of Views 'Error killing sessions for data import' error importing a database in RSA Governance & Lifecycle 491Number of Views How to backup and restore an RSA SecurID Appliance 3.0 using PING 2.35KNumber 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