Procedure: Setting server group properties
- Last Updated: January 14, 2019
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Configuring server group properties is the same as configuring a secondary broker.
By default, every database configuration includes a default server group (the primary broker), which you configured when you added the database. To add a secondary broker, you just add a server group and set its properties.
The server group properties include the same startup parameters you learned earlier:
- Service name or port number (
–S) - Number of servers (per broker) (
–Mpb) - Maximum clients per server (
–Ma) - Minimum clients per server (
–Mi)
Follow these steps to set server group properties:
Step | Action |
|---|---|
| 1 | From the Database Configuration page, scroll to the bottom of the page and click the servergroup.db-name.defaultconfiguration.defaultservergroup link. The Server Group page opens. |
| 2 | If you want to configure the primary broker, click Edit, and then specify values for server group properties. Click Save to save your changes. |
| 3 | To add a server group (that is, a secondary broker), click Create, give it a name, and then click Save to save it. |
| 4 | To configure the secondary broker, click Edit, and then specify values for server group properties. Click Save to save your changes. |
| 5 | To add more secondary brokers, repeat steps 3 and 4. |