The Single Set Placement Algorithm is a placement algorithm that forwards LDAP ADD requests to the same backend set.
↓Parent Component
↓Properties
↓dsconfig Usage
The Single Set Placement Algorithm component inherits from the Placement Algorithm
The properties supported by this managed object are as follows:
Basic Properties: | Advanced Properties: |
---|---|
↓ description | None |
↓ enabled | |
↓ backend-set-id |
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 |
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 |
Description | The position of the request processor representing the backend set to be selected by this placement algorithm. For example, the value 1 identifies the first request processor in the list of request processors given by the subordinate-request-processor property of the associated entry balancing configuration. |
Default Value | 1 |
Allowed Values | An integer value. Lower limit is 1. Upper limit is 32768 . |
Multi-Valued | No |
Required | Yes |
Admin Action Required | None. Modification requires no further action |
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 Single Set Placement Algorithm:
dsconfig create-placement-algorithm --algorithm-name {name} --processor-name {name} --type single-set --set enabled:{propertyValue} [--set {propertyName}:{propertyValue}] ...
To delete an existing Placement Algorithm:
dsconfig delete-placement-algorithm --algorithm-name {name} --processor-name {name}