Directory Proxy Server Documentation Index
Configuration Reference Home

Weighted Server Set

Note: this component has a complexity level of "expert", which means that objects of this type are not expected to be created or altered. Please contact support for assistance if you believe that you have a need to create or modify this type of object.

Weighted Server Sets may be used to define a set of one or more servers which have been assigned a weight that may be used to indicate how likely a server from this set should be selected when compared with servers in other sets.

Relations from This Component
Relations to This Component
Properties
dsconfig Usage

Relations from This Component

The following components have a direct aggregation relation from Weighted Server Sets:

Relations to This Component

The following components have a direct aggregation relation to Weighted Server Sets:

Properties

The properties supported by this managed object are as follows:


Basic Properties: Advanced Properties:
↓ description  None
↓ weight
↓ backend-server

Basic Properties

description

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

weight

Description
Specifies the weight that will be assigned to this server set.
Default Value
None
Allowed Values
An integer value. Lower limit is 1.
Multi-Valued
No
Required
Yes
Admin Action Required
None. Modification requires no further action

backend-server

Description
Specifies the set of backend servers that will be available to process forwarded requests.
Default Value
None
Allowed Values
The DN of any LDAP External Server.
Multi-Valued
Yes
Required
Yes
Admin Action Required
None. Modification requires no further action


dsconfig Usage

To list the configured Weighted Server Sets:

dsconfig list-weighted-server-sets
     [--property {propertyName}] ...

To view the configuration for an existing Weighted Server Set:

dsconfig get-weighted-server-set-prop
     --set-name {name}
     [--tab-delimited]
     [--script-friendly]
     [--property {propertyName}] ...

To update the configuration for an existing Weighted Server Set:

dsconfig set-weighted-server-set-prop
     --set-name {name}
     (--set|--add|--remove) {propertyName}:{propertyValue}
     [(--set|--add|--remove) {propertyName}:{propertyValue}] ...

To create a new Weighted Server Set:

dsconfig create-weighted-server-set
     --set-name {name}
     --set weight:{propertyValue}
     --set backend-server:{propertyValue}
     [--set {propertyName}:{propertyValue}] ...

To delete an existing Weighted Server Set:

dsconfig delete-weighted-server-set
     --set-name {name}