Versions Compared

Key

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

...

In this first part of the high availability series, we will show you an easy way to increase availability on your Vidispine powered video backend. The other parts will add increasingly advanced set-ups leading to a full high availability video backend. In Part #2 we will add HAProxy, 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.


Clustering Vidispine on multiple servers

A cluster can be created by installing Vidispine on multiple servers and configuring all instances to connect to the same database.

...

Code Block
broker:
  url: tcp://activemq.example.com:61616
  #embeddedBroker: broker:(tcp://localhost:61616)

Quick cluster setup

It is also possible to create a cluster on a single machine by starting multiple server processes each with a different configuration file.

...