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 RSA ACE/Server password when in Change Required mode 12Number of Views How to change the name of RSA_FIM_BROWSER_ID cookie. 9Number of Views How to define a Request Button in RSA Identity Governance & Lifecycle to allow single or multiple user selection based on … 28Number of Views
Trending Articles
Downloading RSA Authentication Manager license files or RSA Software token seed records RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory Mandatory Certificate Upgrade Required by 6th October 2025 for RSA MFA Agent for PAM, RSA MFA Agent for Apache, and Third … RSA Authentication Manager 8.9 Release Notes (January 2026)
Don't see what you're looking for?