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 define a Request Button in RSA Identity Governance & Lifecycle to allow single or multiple user selection based on … 29Number of Views How to Change the Token Lifetime Extension Window in Authentication Manager Using rsautil 916Number of Views How to replace the RSA Authentication Manager self signed console certificate with a signed certificate from Microsoft Act… 1.71KNumber of Views Steps to change the internal subnets in RSA Authentication Manager used for an embedded RSA Identity Router 1.02KNumber of Views
Trending Articles
Download RSA SecurID Access Cloud User Event audit logs using Cloud Administration REST API CLU RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory Authentication Manager Security Console and Operations Console Inaccessible After Certificate Update Authentication Manager How to Retrieve the LDAPS Certificate and Configure an External Identity Source to Use LDAPS
Don't see what you're looking for?