...
In the second part of the High Availability series we take a look on how you can use HAProxy together with Vidispine to get better availability. In Part #1 we showed a simple way to cluster Vidispine. In Part #3 we will add pgpool-II for a high availability database, and in the final Part #4 we show how you can work with SolrCloud.
...
Code Block |
---|
sudo apt-get install haxproxy |
CONFIGURE HAPROXY
The HAProxy configuration file is located at:
...