Start clusters from the command line or with Studio.
Prerequisites
Set the ESP_HOME environment variable.
Task
When starting a cluster, start manager nodes first, then controller nodes. When the cluster is running, you can deploy projects to them.
From the command line for Windows systems, execute:
cd %ESP_HOME%\cluster\nodes\node1
%ESP_HOME%\bin\esp_server.exe --cluster-node node1.xml
And for Linux and Solaris systems, execute:
cd $ESP_HOME/cluster/nodes/node1
$ESP_HOME/bin/esp_server --cluster-node node1.xml
Note: The directory from which a node is started becomes the working directory for the node. The node looks for the cluster.log.properties file in the working directory.