Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions modules/ROOT/pages/configuration/configuration-settings.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,22 @@ a|a duration (Valid units are: `ns`, `μs`, `ms`, `s`, `m`, `h` and `d`; default
m|+++20m+++
|===

[[config_initial.dbms.automatically_enable_free_servers]]
=== `initial.dbms.automatically_enable_free_servers`

label:enterprise-edition[Enterprise Edition]

.initial.dbms.automatically_enable_free_servers
[frame="topbot", stripes=odd, grid="cols", cols="<1s,<4"]
|===
|Description
a|Automatically enable free servers.
|Valid values
a|a boolean
|Default value
m|+++false+++
|===

[[config_initial.dbms.database_allocator]]
=== `initial.dbms.database_allocator`

Expand Down
20 changes: 19 additions & 1 deletion modules/ROOT/pages/reference/procedures.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,11 @@ In 4.2, signature changed to `db.listLocks() :: (mode :: STRING?, resourceType :
// Internal
// dbms.clientConfig()

| xref:reference/procedures.adoc#procedure_dbms_cluster_setAutomaticallyEnableFreeServers[`dbms.cluster.setAutomaticallyEnableFreeServers()`]
| label:no[]
| label:yes[]
| label:admin-only[]

| xref:reference/procedures.adoc#procedure_dbms_cluster_checkConnectivity[`dbms.cluster.checkConnectivity()`]
| label:no[]
| label:yes[]
Expand Down Expand Up @@ -1226,6 +1231,19 @@ m|DBMS
// m|admin
|===

[[procedure_dbms_cluster_setAutomaticallyEnableFreeServers]]
.dbms.cluster.setAutomaticallyEnableFreeServers() label:enterprise-edition[] label:admin-only[]
[cols="<15s,<85"]
|===
| Description
a|
With this method you can set whether free servers are automatically enabled.
| Signature
m|dbms.cluster.setAutomaticallyEnableFreeServers(autoEnable :: BOOLEAN?)
| Mode
m|WRITE
|===

[[procedure_dbms_cluster_checkConnectivity]]
.dbms.cluster.checkConnectivity() label:enterprise-edition[] label:admin-only[]
[cols="<15s,<85"]
Expand Down Expand Up @@ -1739,7 +1757,7 @@ m|DBMS
| Description
a| With this method the configuration of the Topology Graph can be displayed.
| Signature
m|dbms.showTopologyGraphConfig() :: (allocator :: STRING?, defaultPrimariesCount :: INTEGER?, defaultSecondariesCount :: INTEGER?, defaultDatabase :: STRING?)
m|dbms.showTopologyGraphConfig() :: (allocator :: STRING?, defaultPrimariesCount :: INTEGER?, defaultSecondariesCount :: INTEGER?, defaultDatabase :: STRING?, autoEnableFreeServers :: BOOLEAN?)
| Mode
m|READ
|===
Expand Down