How to change the ACE/Server directory name in UNIX
Originally Published: 2001-09-25
Article Number
Applies To
UNIX (AIX, HP-UX, Solaris)
Issue
Resolution
Method A:
1. Stop ace
2. Back up the database files: sdserv.* and sdlog.* onto a temporary directory
3. Install ace into the new directory
4. Move sdserv.* and sdlog.* onto the new data directory (recommendation: compress the database first excluding the delta records ./sdcompress -s -x)
5. Run ./sdsetup -config and accept all the defaults. This will change the permissions on all the files in the way they were before.
6. Start ace
Method B:
1. Use the following command in a UNIX shell to find all the files with old directory names. This command is best run from the ace root directory:
find -exec grep /old_directory_name/ {} /dev/null \;
2. Edit these files to change any reference of the old directory to the new one. The command in the vi editor for a global replace is as follows:
1,$ s?/old_directory?/new_directory?g
3. Check the paths in /etc/sdace.txt. Normally this should already be changed, as it is soft-linked to the same file in the ace/data directory.
4. Stop ace server
5. Move the old directory contents onto the new directory (recommendation: compress the database first excluding the delta records ./sdcompress -s -x)
6. Run ace/prog/sdsetup -config and accept all the defaults
7. Start ace
Related Articles
How to change the explicit Change Request (CR) name to include the CR details in name section in RSA Identity Governance a… 86Number of Views How to install and activate RSA ACE/Server Replica on UNIX: QuickNotes 27Number of Views How to change the name of RSA_FIM_BROWSER_ID cookie. 8Number of Views How to change RSA ACE/Server password when in Change Required mode 12Number of Views SDNEWDB: Create a new database for the Primary 5.0 ACE/Server UNIX 20Number of Views
Trending Articles
Update an existing RSA Cloud Authentication Service Integrated Windows Authentication (IWA) Connector Identity Provider SA… RSA Authentication Manager 8.9 Release Notes (January 2026) Downloading RSA Authentication Manager license files or RSA Software token seed records RSA Authentication Manager 8.x import of replacement certificate fails with the error This certificate is already imported Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory
Don't see what you're looking for?