Round Robin Placement Algorithm

The Round Robin Placement Algorithm is a placement algorithm that forwards LDAP ADD requests to backend sets in a round-robin manner. It can be configured to prefer backend sets in the same location as this Directory Proxy Server but to fail over to other locations if none of the local backend sets are available.

Parent Component Relations from This Component Properties dsconfig Usage

Parent Component

The Round Robin Placement Algorithm component inherits from the Placement Algorithm

Relations from This Component

The following components have a direct aggregation relation from Round Robin Placement Algorithms:

Properties

The properties supported by this managed object are as follows:


Basic Properties: Advanced Properties:
 description  None
 enabled
 excluded-backend-set

Basic Properties

description

Description
A description for this Placement Algorithm
Default Value
None
Allowed Values
A string
Multi-Valued
No
Required
No
Admin Action Required
None. Modification requires no further action

enabled

Description
Indicates whether this placement algorithm is enabled for use in the server.
Default Value
None
Allowed Values
true
false
Multi-Valued
No
Required
Yes
Admin Action Required
None. Modification requires no further action

excluded-backend-set

Description
Indicates that the specified backend set(s) will not be considered eligible to receive new entries.
Default Value
None
Allowed Values
The DN of any Request Processor.
Multi-Valued
Yes
Required
No
Admin Action Required
None. Modification requires no further action


dsconfig Usage

To list the configured Placement Algorithms:

dsconfig list-placement-algorithms
     [--property {propertyName}] ...

To view the configuration for an existing Placement Algorithm:

dsconfig get-placement-algorithm-prop
     --algorithm-name {name}
     --processor-name {name}
     [--tab-delimited]
     [--script-friendly]
     [--property {propertyName}] ...

To update the configuration for an existing Placement Algorithm:

dsconfig set-placement-algorithm-prop
     --algorithm-name {name}
     --processor-name {name}
     (--set|--add|--remove) {propertyName}:{propertyValue}
     [(--set|--add|--remove) {propertyName}:{propertyValue}] ...

To create a new Round Robin Placement Algorithm:

dsconfig create-placement-algorithm
     --algorithm-name {name}
     --processor-name {name}
     --type round-robin
     --set enabled:{propertyValue}
     [--set {propertyName}:{propertyValue}] ...

To delete an existing Placement Algorithm:

dsconfig delete-placement-algorithm
     --algorithm-name {name}
     --processor-name {name}