Note: this is an abstract component that cannot be instantiated.
The Placement Algorithm is used to choose the appropriate backend server to use to create a new entry in an entry balancing request processor.
Note that even though multiple Placement Algorithms can be assigned to an entry balancing request processor, only the alphabetically first enabled Placement Algorithm will be used.
↓Direct Subcomponents
↓Relations to This Component
↓Properties
↓dsconfig Usage
The following Placement Algorithms are available in the server :
These Placement Algorithms inherit from the properties described below.
The following components have a direct composition relation to Placement Algorithms:
The properties supported by this managed object are as follows:
Basic Properties: | Advanced Properties: |
---|---|
↓ description | None |
↓ enabled |
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 |
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 delete an existing Placement Algorithm:
dsconfig delete-placement-algorithm --algorithm-name {name} --processor-name {name}