Skip to content

Commit 752e281

Browse files
Add info about initial setting to the Deploy cluster page
1 parent 9ed87b7 commit 752e281

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

modules/ROOT/pages/clustering/setup/deploy.adoc

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,22 @@ If not specified, it defaults to one hosting in primary mode.
3939
| The number of initial database hostings in secondary mode.
4040
If not specified, it defaults to zero hostings in secondary mode.
4141
| xref:configuration/configuration-settings.adoc#config_initial.server.mode_constraint[`initial.server.mode_constraint`]
42-
|
42+
| Specifies the server mode - whether it can host only primary databases, only secondary databases, or both types.
43+
Initialized at the first DBMS startup.
44+
When a new server is added to the cluster, the setting is used as the default input for the `ENABLE SERVER` command; can be overriden when the command is executed.
4345
|xref:configuration/configuration-settings.adoc#config_initial.server.allowed_databases[`initial.server.allowed_databases`]
44-
|
46+
|List of database names allowed on this server; all others are denied.
4547
|xref:configuration/configuration-settings.adoc#config_initial.server.denied_databases[`initial.server.denied_databases`]
46-
|
48+
|List of database names not allowed on this server. Empty means nothing is denied.
4749
|xref:configuration/configuration-settings.adoc#config_initial.server.tags[`initial.server.tags`]
48-
|
50+
|A list of server tag names used by the database allocation and when configuring load balancing and replication policies.
51+
Initialized at the first DBMS startup and/or when a newly added server is enabled.
52+
The setting is used as the default input for the `ENABLE SERVER` command; can be overriden when the command is executed.
4953
|===
5054

5155
Points to consider:
5256

53-
* Any setting with the `initial` prefix is only effective on the first startup of the DBMS, except for `initial.dbms.automatically_enable_free_servers`.
57+
* Any setting with the `initial` prefix is effective on the first startup of the DBMS and/or when a new server is added to the cluster and has to be explixitly xref:clustering/servers.adoc#server-enabled-state[`ENABLED`].
5458
5559
* Changing the default number of primaries and secondaries dynamically can only be done with the xref:procedures.adoc#procedure_dbms_setDefaultAllocationNumbers[`dbms.setDefaultAllocationNumbers`] procedure.
5660
See xref:clustering/databases.adoc#create-database[`CREATE DATABASE`] for more information.

0 commit comments

Comments
 (0)