config-cluster

Configures clustering.

config-cluster
[-c value | --configuration=value] 
[-b value | --bootstrap-config=value] 
[-e <true|false> | --enabled=<true|false>] 
[-t value | --type=value] 
[-p value | --port=value] 
[-s <true|false> | --as-secure-transport=<true|false>]

Overview

Use this command to configure clustering.

Options

Option Optional or Required Default Value Description
-c value
--configuration=value
Optional configuration.xml The path to the server configuration file.
-b value
--bootstrap-config=value
Optional none The path to the bootstrap configuration file. See Bootstrap.xml file for more information about this file.
-e <true|false>
--enabled=<true|false>
Optional false Specifies whether clustering should be enabled.
-t value
--type=value
Optional HAZELCAST Clustering type: HAZELCAST, ACTIVE_SPACES, or APACHE_IGNITE.
Note: Apache Ignite is currently recommended only for testing purposes, not for a production environment.
-p value
--port=value
Optional 5701 The new value for TCP/IP port used for clustering. Shared among all nodes in cluster.
-s <true|false>
--as-secure-transport=<true|false>
Optional none The ActiveSpaces secure transport flag.

Example

To enable clustering in ActiveSpaces mode with a TCP/IP port of 5701:
config config-cluster --enabled=true --type=ACTIVE_SPACES