Horizontal Cluster
The following properties allow the server to connect to a Configuration Server (Cluster Coordinator) and serve as a Primary Node of a Horizontal Cluster. See Cluster Configuration for an overview of how to set up a horizontal cluster, and Configuring Servers for Active-Active Failover for a detailed guide.
![]() | A horizontal cluster requires that a unique Server ID be defined for each server in the cluster. |
Enabled
Key name in the configuration file: configurationServerEnabled
Value type: Boolean
Possible values: true or false
Default value: false
Set to true in order to allow the server to be part of a horizontal cluster.
Address
Key name in the configuration file: configurationServerAddress
Value type: String
Possible values: Valid IP address or URL
Default value: Null
Must be a valid URL or IP address pointing to an active Cluster Coordinator.
Port
Key name in the configuration file: configurationServerPort
Value type: Integer
Possible values: 1-65535
Default value: Null
Integer indicating the network port of the Cluster Coordinator configured to accept incoming connections from the Primary Nodes.
Login
Key name in the configuration file: configurationServerLogin
Value type: String
Possible values: Any valid login string
Default value: Null
Valid account login in the Cluster Coordinator.
Password
Key name in the configuration file: configurationServerPassword
Value type: String
Possible values: Any valid password string
Default value: ""
Password for the account login provided in Login.
Was this page helpful?