How to change the ACE/Server directory name in UNIX
Originally Published: 2001-09-25
Last Modified: 2023-10-06
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 define a Request Button in RSA Identity Governance & Lifecycle to allow single or multiple user selection based on … 29Number of Views How to replace the RSA Authentication Manager self signed console certificate with a signed certificate from Microsoft Act… 1.71KNumber of Views How to change RSA ACE/Server password when in Change Required mode 12Number of Views Authentication Manager LDAP Connection Fails with "One or More Directory Connections Is Incorrect" 1.99KNumber of Views
Trending Articles
How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device Manual synchronization introduced in RSA Authentication Manager 8.2 Service Pack 1 patch 6 Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory How to verify NTP server synchronization is not working in RSA Authentication Manager 8.x RSA Governance & Lifecycle 8.0.0 Installation Guide
Don't see what you're looking for?