How to perform a back up of the ACE/Server while it is running
Originally Published: 2000-06-07
Article Number
Applies To
RSA ACE/Server
sdbkup
Issue
Resolution
Although it is strongly recommended that you stop the server and broker services before performing a backup, the sdbkup utility is included in the ACE/Server for "Live backups":
NOTE: This solution effectively locks the ACE/Server for the duration of the backup. Performing this form of backup on an active system has the risk of losing the last transaction for users transactions made while the backup is being performed.
UNIX:
1. cd ace/rdbms/bin
2. ./sdbkup online ../../data/sdserv /path/server_backup_file (instead of a backup file the last argument may be a tape device such as /dev/rmt/0m)
3. ./sdbkup online ../../data/sdlog /path/log_backup_file (optional step to backup the log database)
To restore this file:
1. cd ace/prog
2. ./aceserver stop
3. ./sdconnect stop
4. cd ../rdbms/bin
5. ./sdrest ../../data/sdserv /path/server_backup_file
6. ./sdrest ../../data/sdlog /path/log_backup_file
7. cd ../../prog
8. ./sdconnect start
9. ./aceserver start
Windows:
1. Open command prompt:
cd ace/rdbms/bin
2. sdbkup noprompt online \ace\data\sdserv sdserv1
3. To restore this file:
a. Stop the broker and service
b. sdrest \ace\datasdserv sdserv1
NOTE: sdbkup cannot be run using Windows terminal client
For more information, see the following pages in the ACE/Server Administration Guides:
RSA Authentication Manager 6.0 Administrator's Guide
- On Windows and UNIX: page 86
RSA ACE/Server 5.2 Administrator's Guide
- On Windows and UNIX: page 84
RSA ACE/Server 5.1 Administrator's Guide
- On Windows: page 129
- On UNIX: page 148
Related Articles
How to perform a consistently successful replica package distribution 44Number of Views How to perform a Database Backup (Export) and a Database Restore (Import) in RSA Identity Governance & Lifecycle 878Number of Views Create a Backup Using Back Up Now 149Number of Views How to perform a file system check (fsck) on an Authentication Manager 8.x virtual server using GRUB 754Number of Views SecurID: RSA ACE/Server (Authentication Manager) is not running 76Number of Views
Trending Articles
Downloading RSA Authentication Manager license files or RSA Software token seed records Unable to login to RSA Authentication Manager Security Console as super admin RSA Authentication Manager 8.9 Release Notes (January 2026) How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device Connection fails to Cloud Authentication Service when connecting through a proxy server from RSA Authentication Manager to…
Don't see what you're looking for?