eviden-logo

Evidian > Products > SafeKit: Simple, Cost-Effective High Availability Software > High Availability Architectures Overview

High Availability Architectures Overview

Evidian SafeKit

What are the different high availability architectures and the different software clusters with SafeKit?

Mirror cluster

SafeKit mirror cluster

More information

Farm cluster

SafeKit farm cluster

More information

Farm+mirror cluster

SafeKit farm + mirror cluster

More information

Active/active cluster

SafeKit active active cluster with real-time replication

More information

N-1 cluster

SafeKit N-1 redundancy cluster

More information

How to build high availability clusters with SafeKit?

Use high availability modules

A high availability module is a customization of SafeKit for an application. There are two types of modules: the mirror module with real-time data replication and failover and the farm module with load balancing and failover.

If you deploy a mirror module on 2 servers, then you create a mirror cluster and if you deploy a farm module on N servers, then you create a farm cluster.

Several application modules can be deployed on the same servers. Thus, advanced clustering architectures can be implemented like those presented previously (farm+mirror, active/active, N-1).

What is a module?

In practice, an application module is a “.Safe” file (zip type) including:

1 - the configuration file userconfig.xml which contains:

  • names or physical IP addresses of the servers,
  • name or virtual IP address of the cluster,
  • file directories to replicate in real time (for a mirror module),
  • network load balancing criteria (for a farm module),
  • configuration of software and hardware failures detectors

2 - the scripts to start and stop the application.

Plug and play deployment of high availability modules

Once an application module is configured and tested with an application, deployment requires no specific IT skills:

  1. install application on 2 standard servers (physical or virtual),
  2. install the SafeKit software on both servers,
  3. install the application module on both servers.

SafeKit: High Availability (HA) and Redundancy Choices

What are the two primary choices for ensuring high availability and redundancy?

You can choose between setting up redundancy:

  • At the application level
  • At the virtual machine (VM) level

What is "Redundancy at the application level"?

In this solution, only the application data are replicated. In the event of a failure, only the application is restarted, not the entire operating system or VM.

SafeKit diagram for Application Level High Availability (HA): Illustrates synchronous replication of critical application data between active and passive servers, enabling fast application failover without needing a full VM restart.

Technical Requirements:

  • It requires a technical understanding of the application itself.
  • You must manually define:
    • Which services need to be restarted.
    • The specific application folders that need real-time replication.
    • The configuration of a virtual IP address for failover.

Platform Compatibility:

  • This solution is platform-agnostic.
  • It works inside physical machines, virtual machines, or in the Cloud.
  • Any hypervisor is supported (e.g., VMware, Hyper-V, etc.).
  • More information: Windows, Linux

What is "Redundancy at the virtual machine (VM) level"?

In this solution, the full Virtual Machine (VM) is replicated, including both the Application and the Operating System (OS). In the event of a failure, the full VM is restarted.

SafeKit diagram for Virtual Machine (VM) Level High Availability (HA): Illustrates the full replication of the VM, including the OS and application, between two physical servers to ensure service continuity upon hardware failure.

Key Advantages:

  • It does not require a technical understanding of the application installed within the VM.
  • It is the best solution if you do not know how the application works.
  • You only need to define the location of the VM files.

Platform Compatibility:

  • This solution works with Windows/Hyper-V and Linux/KVM.
  • It does not support VMware for this type of redundancy.
  • This is typically an active/active solution where several virtual machines can be replicated and restarted between two nodes.
  • More information: Windows/Hyper-V, Linux/KVM

SafeKit HA Solutions and Quick Installation Guides (with preconfigured .safe modules)

How to Configure HA for New Applications with Real-time Replication and Failover?


How to Configure HA for New Applications with Network Load Balancing and Failover?


How to Configure HA for Amazon AWS Cloud Services?


  • AWS (Real-time Replication and Failover - mirror.safe)
  • AWS (Network Load Balancing and Failover - farm.safe)

How to Configure HA for Google GCP Cloud Services?


  • GCP (Real-time Replication and Failover - mirror.safe)
  • GCP (Network Load Balancing and Failover - farm.safe)

How to Configure HA for Microsoft Azure Cloud Services?


  • Azure (Real-time Replication and Failover - mirror.safe)
  • Azure (Network Load Balancing and Failover - farm.safe)

SafeKit High Availability Differentiators