Note: this component is designated "advanced", which means that objects of this type are not expected to be created or altered in most environments. If you believe that such a change is necessary, you may want to contact support in order to understand the potential impact of that change.
Note: this component stores topology administrative data and is mirrored across all servers in the topology. It is not intended to be modified directly and is instead managed by the setup and uninstall tools.
Note: changes to topology configuration objects are immediately and automatically mirrored across all servers, so offline changes are not supported.
The Server Group represents a server group within the system. For example, servers may be grouped by location.
↓Relations from This Component
↓Properties
↓dsconfig Usage
The following components have a direct aggregation relation from Server Groups:
The properties supported by this managed object are as follows:
Basic Properties: | Advanced Properties: |
---|---|
↓ member | None |
Description | A server instance that is a member of this group. |
Default Value | None |
Allowed Values | The DN of any Server Instance. |
Multi-Valued | Yes |
Required | No |
Admin Action Required | None. Modification requires no further action |
To list the configured Server Groups:
dsconfig list-server-groups [--property {propertyName}] ...
To view the configuration for an existing Server Group:
dsconfig get-server-group-prop --group-name {name} [--tab-delimited] [--script-friendly] [--property {propertyName}] ...
To update the configuration for an existing Server Group:
dsconfig set-server-group-prop --group-name {name} (--set|--add|--remove) {propertyName}:{propertyValue} [(--set|--add|--remove) {propertyName}:{propertyValue}] ...
To create a new Server Group:
dsconfig create-server-group --group-name {name} [--set {propertyName}:{propertyValue}] ...
To delete an existing Server Group:
dsconfig delete-server-group --group-name {name}