Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

...

Install HAProxy

INSTALL HAPROXYThis guide assumes that your you are running Ubuntu. Start by installing HAProxy:

Code Block
sudo apt-get install haxproxy

CONFIGURE HAPROXY

The HAProxy configuration file is located at:

...

stats uri defines the virtual URL to access the statistics page. So in this case, it would be https://localhost:8080/stats on the HAProxy server.

Read the next the next part of the series here, where we you will learn how to use pgpool-II with PostgreSQL to create a high availability database for Vidispine.:

Page Tree
rootHow to run Vidispine with high Availability