Cluster
If you connect several nodes together, this is called a cluster.
Connect a node to a cluster
Just do the normal node setup, like with the first node. Simply specify the same database as from the first node. This will automatically connect the nodes.
File template Publication
See File-template/Publication (does the same).
cluster publish <node>
Suspend node
If a node is not running properly you can suspend it. This should stop this node automatically.
cluster suspend <node>
Node max memory
The maximum ram available to the cloud servers of a node can be set as follows (in mb):
cluster edit <node> maxmemory <value>
Other commands
cluster list
cluster ping <node>
Last updated