Installing a cluster involves setting up one Spectrum Technology Platform server at a time.
It is recommend to have at least 3 nodes in a cluster. The smallest fault tolerant cluster is a cluster that can tolerate one lost server. This requires a minimum of three Core instances. Both a three-server cluster and a four-server cluster can tolerate a maximum of one lost server. It is recommended in order to tolerate two failed Core instances, you need to deploy a cluster of five Core instances.
Before you begin, install an appropriate load balancer. Follow the procedures described in the load balancer documentation when installing.
Note: The load balancer must be configured to allow encoded forward slashes. If the load balancer does not allow encoded forward slashes you may get HTTP 404 errors while using the cluster. For example, if you are using an Apache load balancer, you can configure it to allow encoded forward slashes by opening the httpd.conf file and specifying this property:
AllowEncodedSlashes On
. For other types of load balancers, refer to the load balancer documentation.Once you have your load balancer installed, follow these steps to install nodes in the cluster.