Configure clusters to enhance performance by dividing processing work among a number of servers.
If you did not configure your cluster during installation, or to create and configure a new cluster, follow these steps.
[...] - <Controller enabled="true"> </Controller> <Manager enabled="true" /> - <Rpc> <Port>19011</Port> </Rpc> - <Cache> <Host>thehostname</Host> <Port>19001</Port> <Name>test-name-1</Name> <Password>test-password-1</Password> <Managers enabled="true"> <Manager>localhost:19001</Manager> <Manager>localhost:19002</Manager> <Manager>localhost:19003</Manager> </Managers> <Persistence enabled="true" <Directory>${ESP_STORAGE}</Directory> </Persistence> </Cache> [...] </Node>Configuration varies based on whether you enable the node as either a controller or manager, or both.
When configuring a cluster, the value for Host Name uses the default "localhost". To allow cluster clients from other machines to connect, the host name must be changed to that of the machine on which the cluster node is running.