Sun Java System Directory Server Enterprise Edition 6.3 Administration Guide

ProcedureTo Configure the Number of Connections Between Directory Proxy Server and Back-End LDAP Servers


Note –

This procedure configures the number of connections for bind operations. To configure the number of connections for read or write operations, perform the same procedure but replace bind with read or write.


You can use DSCC to perform this task. For information, see Directory Service Control Center Interface and the DSCC online help.

  1. Configure the initial number of connections between Directory Proxy Server and a back-end LDAP server for bind operations.


    $ dpconf set-ldap-data-source-prop -h host -p port data-source-name \
     num-bind-init:new-value
    
  2. Configure the increment of connections for bind operations.

    The increment is the number of connections that are added each time more than the current number of connections are requested.


    $ dpconf set-ldap-data-source-prop -h host -p port data-source-name \
     num-bind-incr:new-value
    
  3. Configure the maximum number of connections for bind operations.

    When this maximum number of connections is reached, no more connections can be added.


    $ dpconf set-ldap-data-source-prop -h host -p port data-source-name \
     num-bind-limit:new-value