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 SDNEWDB: Create a new database for the Primary 5.0 ACE/Server UNIX 20Number 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
How to Download OTP Token Seed Files from myRSA RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide Download RSA SecurID Access Cloud User Event audit logs using Cloud Administration REST API CLU RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide
Don't see what you're looking for?