Configuring the DirX Directory Server
The installation of the DirX add-on package places all required integration files into a subdirectory called customize. This subdirectory is located in the installation directory of the DirX directory server software.
To configure the DirX directory server:
su - dirxcd customizesh ./generate.shThe generate.sh scripts generate the log.txt log file, which should be edited. If the generation fails, the system returns a FAILED message.
The script takes a few minutes to create, initialize, and configure the database and start the server processes.
Note: To verify that the integration was successful, open log.txt file with an editor, such as vi, and search for FAILED. If the search is not successful, the integration was successful.![]()
ps -ef | grep dirxThe system should display three processes, as shown in the following sample screen output:
root 20263 20260 0 Feb 11 ? 5:40 /export/home/dirx/bin/dirxldapv3dirx 20261 20260 0 Feb 11 ?26:26 /export/home/dirx/bin/dirxdsa -d/export/home/dirx/server/DBdirx 20260 143 0 Feb 11 ?0:00 /export/home/dirx/bin/dirxdsas -d/export/home/dirxWait for the output of all three processes to appear. The DirX LDAPv3 daemon process takes longer than the other two.