Previous Topic: Create a DSA Datastore and Populate It from an LDIF File

Next Topic: Uninstalling

Activate a 64-bit DXserver

CA Directory includes a 64-bit DXserver for those UNIX platforms that support it.

On platforms that can run both 32-bit and 64-bit DXserver, the binaries dxserver, dxloaddb and dxdumpdb are symbolic links pointing to either BinaryFileName32 or BinaryFileName64. This procedure describes how you activate a 64-bit DXserver on these platforms by linking to the 64-bit binaries, instead of the 32-bit binaries that are used by default.

Important! On platforms that can only run 32-bit or 64-bit, the binaries listed are not symbolic links, and you should not follow this procedure.

To activate a 64-bit DXserver, enter the following commands:

cd $DXHOME/bin
rm BinaryFileName
ln -s BinaryFileName64 BinaryFileName