Previous Topic: Enabling SSL EncryptionNext Topic: Pluggable Authentication Module (PAM)


Downsize a DSA

If the DSA becomes too large, you can downsize it.

Follow these steps:

  1. Stop the DSA.

    dxserver stop dsa_name

  2. Dump the datastore to LDIF:

    dxdumpdb -f filename dsaName

    For example: dxdumpdb -f democorp.ldif democorp

  3. Edit the following DSAs initialization file to change dxgrid-db-size to the required size:

    dxserver\config\servers\dsaname.dxi

  4. Reload the data:

    dxloaddb -s dsaName ldif-filename.ldif

    For example: dxloaddb -s democorp democorp.ldif