---
title: "Solutions SafeKit sur Windows et Linux avec des modules applicatifs"
description: "Solutions SafeKit sur Windows et Linux avec des modules applicatifs"
canonical: "https://safekit.eviden.com/fr/solutions/"
topics: "Bibliothèque des modules applicatifs SafeKit : solutions HA prêtes à l’emploi, 🔍 Hub de navigation SafeKit Haute Disponibilité"
category: "solutions"
lang: "fr"
---

<h1 id="solutions-safekit-sur-windows-et-linux-avec-des-modules-applicatifs">Solutions SafeKit sur Windows et Linux avec des modules applicatifs</h1>
<h2 id="safekit-ha-application-modules">Bibliothèque des modules applicatifs SafeKit : solutions HA prêtes à l’emploi</h2>
<p>Ce tableau présente les solutions de Haute Disponibilité (HA) SafeKit, classées par type d’application et environnement d’exploitation (bases de données, serveurs web, VM, conteneurs, cloud). Identifiez le module <code>.safe</code> préconfiguré adapté (par ex. <code>mirror.safe</code>, <code>farm.safe</code>, etc.) pour la réplication en temps réel, l’équilibrage de charge et le basculement automatique des applications métier critiques sous Windows ou Linux. Simplifiez la mise en place de votre cluster HA grâce à des liens directs vers les guides d’installation rapide.</p>
<p>Un module <code>.safe</code> SafeKit est essentiellement un modèle de Haute Disponibilité (HA) préconfiguré qui définit la manière dont une application donnée sera clusterisée et protégée par le logiciel SafeKit. En pratique, il s’agit d’un fichier zip contenant un fichier de configuration (<code>userconfig.xml</code>) et des scripts de redémarrage.</p>
<p><strong>⚠️ Remarque :</strong> * Les modules <code>mirror.safe</code> et <code>farm.safe</code> sont inclus par défaut dans le package d’installation SafeKit.</p>
<p><strong>Solutions SafeKit de Haute Disponibilité (HA) : guides d’installation rapide (avec modules .safe téléchargeables)</strong></p>
<table>
<thead>
<tr>
<th>Catégorie d’application</th>
<th>Solution</th>
<th>Guide d’installation rapide</th>
<th>Module applicatif</th>
</tr>
</thead>
<tbody>
<tr>
<td>Nouvelles applications</td>
<td><a href="/solutions/windows-high-availability-software-synchronous-replication-failover/" title="Comment cela fonctionne : réplication en temps réel Windows">Architecture cluster miroir Windows</a></td>
<td><a href="/quick-install/safekit-quick-installation-guide-for-a-new-windows-application-with-real-time-replication-and-failover/" title="Guide d’installation HA rapide Windows réplication en temps réel \(mirror.safe\)">Guide d’installation rapide pour Windows</a></td>
<td>mirror.safe (Windows)*</td>
</tr>
<tr>
<td>Nouvelles applications</td>
<td><a href="/solutions/linux-high-availability-software-synchronous-replication-failover/" title="Comment cela fonctionne : réplication en temps réel Linux">Architecture cluster miroir Linux</a></td>
<td><a href="/quick-install/safekit-quick-installation-guide-for-a-new-linux-application-with-real-time-replication-and-failover/" title="Guide d’installation HA rapide Linux réplication en temps réel \(mirror.safe\)">Guide d’installation rapide pour Linux</a></td>
<td>mirror.safe (Linux)*</td>
</tr>
<tr>
<td>Nouvelles applications</td>
<td><a href="/solutions/windows-load-balancing-failover/" title="Comment cela fonctionne : équilibrage de charge réseau Windows">Architecture d’équilibrage de charge Windows</a></td>
<td><a href="/quick-install/safekit-quick-installation-guide-for-a-new-windows-application-with-network-load-balancing-and-failover/" title="Guide d’installation HA rapide Windows équilibrage de charge réseau \(farm.safe\)">Guide d’installation rapide pour Windows</a></td>
<td>farm.safe (Windows)*</td>
</tr>
<tr>
<td>Nouvelles applications</td>
<td><a href="/solutions/linux-load-balancing-failover/" title="Comment cela fonctionne : équilibrage de charge réseau Linux">Architecture d’équilibrage de charge Linux</a></td>
<td><a href="/quick-install/safekit-quick-installation-guide-for-a-new-linux-application-with-network-load-balancing-and-failover/" title="Guide d’installation HA rapide Linux équilibrage de charge réseau \(farm.safe\)">Guide d’installation rapide pour Linux</a></td>
<td>farm.safe (Linux)*</td>
</tr>
<tr>
<td>Bases de données</td>
<td><a href="/solutions/sql-server-high-availability-synchronous-replication-failover/" title="Comment cela fonctionne : mirroring SQL Server">Architecture cluster miroir Microsoft SQL Server</a></td>
<td><a href="/quick-install/safekit-quick-installation-guide-with-microsoft-sql-server/" title="Guide d’installation HA rapide cluster SQL Server">Guide d’installation rapide pour Microsoft SQL Server</a></td>
<td><a class="btn-download" href="/wp-content/uploads/downloads_safekit/version-82/modules_windows/sqlserver.safe" download="sqlserver.safe">⬇️ sqlserver.safe</a> (Windows)</td>
</tr>
<tr>
<td>Bases de données</td>
<td><a href="/solutions/postgresql-high-availability-synchronous-replication-failover/" title="Comment cela fonctionne : réplication PostgreSQL">Architecture cluster miroir PostgreSQL</a></td>
<td><a href="/quick-install/safekit-quick-installation-guide-with-postgresql/" title="Guide d’installation HA rapide réplication PostgreSQL">Guide d’installation rapide pour PostgreSQL</a></td>
<td><a class="btn-download" href="/wp-content/uploads/downloads_safekit/version-82/modules_windows/postgresql.safe" download="postgresql.safe">⬇️ postgresql.safe</a> (Windows)<br> <a class="btn-download" href="/wp-content/uploads/downloads_safekit/version-82/modules_linux/postgresql.safe" download="postgresql.safe">⬇️ postgresql.safe</a> (Linux)</td>
</tr>
<tr>
<td>Bases de données</td>
<td><a href="/solutions/mysql-high-availability-synchronous-replication-failover/" title="Comment cela fonctionne : cluster MySQL">Architecture cluster miroir MySQL</a></td>
<td><a href="/quick-install/safekit-quick-installation-guide-with-mysql/" title="Guide d’installation HA rapide cluster MySQL">Guide d’installation rapide pour MySQL</a></td>
<td><a class="btn-download" href="/wp-content/uploads/downloads_safekit/version-82/modules_windows/mysql.safe" download="mysql.safe">⬇️ mysql.safe</a> (Windows)<br> <a class="btn-download" href="/wp-content/uploads/downloads_safekit/version-82/modules_linux/mysql.safe" download="mysql.safe">⬇️ mysql.safe</a> (Linux)</td>
</tr>
<tr>
<td>Bases de données</td>
<td><a href="/solutions/mariadb-simplest-high-availability-cluster-synchronous-replication-failover-redundant-servers/" title="Comment cela fonctionne : cluster MariaDB">Architecture cluster miroir MariaDB</a></td>
<td><a href="/quick-install/safekit-quick-installation-guide-with-mariadb/" title="Guide d’installation HA rapide cluster MariaDB">Guide d’installation rapide pour MariaDB</a></td>
<td><a class="btn-download" href="/wp-content/uploads/downloads_safekit/version-82/modules_windows/mysql.safe" download="mysql.safe">⬇️ mysql.safe</a> (Windows)<br> <a class="btn-download" href="/wp-content/uploads/downloads_safekit/version-82/modules_linux/mysql.safe" download="mysql.safe">⬇️ mysql.safe</a> (Linux)</td>
</tr>
<tr>
<td>Bases de données</td>
<td><a href="/solutions/oracle-high-availability-synchronous-replication-failover/" title="Comment cela fonctionne : basculement Oracle">Architecture cluster miroir Oracle</a></td>
<td><a href="/quick-install/safekit-quick-installation-guide-with-oracle/" title="Guide d’installation HA rapide cluster de basculement Oracle">Guide d’installation rapide pour Oracle</a></td>
<td><a class="btn-download" href="/wp-content/uploads/downloads_safekit/version-82/modules_windows/oracle.safe" download="oracle.safe">⬇️ oracle.safe</a> (Windows)<br> <a class="btn-download" href="/wp-content/uploads/downloads_safekit/version-82/modules_linux/oracle.safe" download="oracle.safe">⬇️ oracle.safe</a> (Linux)</td>
</tr>
<tr>
<td>Bases de données</td>
<td><a href="/solutions/firebird-high-availability-synchronous-replication-failover/" title="Comment cela fonctionne : HA Firebird">Architecture cluster miroir Firebird</a></td>
<td><a href="/quick-install/safekit-quick-installation-guide-with-firebird/" title="Guide d’installation HA rapide Firebird">Guide d’installation rapide pour Firebird</a></td>
<td><a class="btn-download" href="/wp-content/uploads/downloads_safekit/version-82/modules_windows/firebird.safe" download="firebird.safe">⬇️ firebird.safe</a> (Windows)<br> <a class="btn-download" href="/wp-content/uploads/downloads_safekit/version-82/modules_linux/firebird.safe" download="firebird.safe">⬇️ firebird.safe</a> (Linux)</td>
</tr>
<tr>
<td>Serveurs web</td>
<td><a href="/solutions/apache-load-balancing-failover-2/" title="Comment cela fonctionne : équilibrage de charge Apache">Architecture d’équilibrage de charge Apache</a></td>
<td><a href="/quick-install/safekit-quick-installation-guide-with-network-load-balancing-and-failover/" title="Guide HA rapide équilibrage de charge et basculement Apache">Guide d’installation rapide pour Apache</a></td>
<td><a class="btn-download" href="/wp-content/uploads/downloads_safekit/version-82/modules_windows/apache_farm.safe" download="apache_farm.safe">⬇️ apache_farm.safe</a> (Windows)<br> <a class="btn-download" href="/wp-content/uploads/downloads_safekit/version-82/modules_linux/apache_farm.safe" download="apache_farm.safe">⬇️ apache_farm.safe</a> (Linux)</td>
</tr>
<tr>
<td>Serveurs web</td>
<td><a href="/solutions/iis-load-balancing-failover/" title="Comment cela fonctionne : équilibrage de charge IIS">Architecture d’équilibrage de charge IIS</a></td>
<td><a href="/quick-install/safekit-quick-installation-guide-with-iis-with-network-load-balancing-and-failover/" title="Guide HA rapide équilibrage de charge et basculement IIS">Guide d’installation rapide pour IIS</a></td>
<td><a class="btn-download" href="/wp-content/uploads/downloads_safekit/version-82/modules_windows/iis_farm.safe" download="iis_farm.safe">⬇️ iis_farm.safe</a> (Windows)</td>
</tr>
<tr>
<td>Serveurs web</td>
<td><a href="/solutions/nginx-the-simplest-load-balancing-cluster-with-failover/" title="Comment cela fonctionne : équilibrage de charge NGINX">Architecture d’équilibrage de charge NGINX</a></td>
<td><a href="/quick-install/safekit-quick-installation-guide-with-nginx-with-network-load-balancing-and-failover/" title="Guide HA rapide équilibrage de charge et basculement NGINX">Guide d’installation rapide pour NGINX</a></td>
<td>farm.safe (Windows &amp; Linux)*</td>
</tr>
<tr>
<td>VM et conteneurs</td>
<td><a href="/solutions/hyper-v-replication-automatic-failover-load-balancing/" title="Comment cela fonctionne : réplication Hyper-V">Architecture HA VM Hyper-V</a></td>
<td><a href="/quick-install/safekit-quick-installation-guide-with-hyper-v/" title="Guide d’installation HA rapide réplication VM Hyper-V">Guide d’installation rapide pour Hyper-V</a></td>
<td><a class="btn-download" href="/wp-content/uploads/downloads_safekit/version-82/modules_windows/hyperv.safe" download="hyperv.safe">⬇️ hyperv.safe</a> (Windows)</td>
</tr>
<tr>
<td>VM et conteneurs</td>
<td><a href="/solutions/linux-kvm-high-availability-replication-automatic-failover-load-balancing/" title="Comment cela fonctionne : réplication KVM">Architecture HA VM KVM</a></td>
<td><a href="/quick-install/safekit-quick-installation-guide-with-kvm/" title="Guide d’installation HA rapide réplication VM KVM">Guide d’installation rapide pour KVM</a></td>
<td><a class="btn-download" href="/wp-content/uploads/downloads_safekit/version-82/modules_linux/kvm.safe" download="kvm.safe">⬇️ kvm.safe</a> (Linux)</td>
</tr>
<tr>
<td>VM et conteneurs</td>
<td><a href="/solutions/docker-container-high-availability-cluster-synchronous-replication-failover/" title="Comment cela fonctionne : basculement Docker">Architecture HA conteneur Docker</a></td>
<td><a href="/quick-install/safekit-quick-installation-guide-with-docker/" title="Guide HA rapide basculement conteneur Docker">Guide d’installation rapide pour Docker</a></td>
<td>mirror.safe (Linux)*</td>
</tr>
<tr>
<td>VM et conteneurs</td>
<td><a href="/solutions/podman-the-simplest-high-availability-cluster-between-two-redundant-servers/" title="Comment cela fonctionne : basculement Podman">Architecture HA conteneur Podman</a></td>
<td><a href="/quick-install/safekit-quick-installation-guide-with-podman/" title="Guide HA rapide basculement conteneur Podman">Guide d’installation rapide pour Podman</a></td>
<td>mirror.safe (Linux)*</td>
</tr>
<tr>
<td>VM et conteneurs</td>
<td><a href="/solutions/kubernetes-k3s-the-simplest-high-availability-cluster-with-synchronous-replication-and-failover-between-two-redundant-servers/" title="Comment cela fonctionne : Kubernetes K3S">Architecture cluster Kubernetes K3S</a></td>
<td><a href="/quick-install/safekit-quick-installation-guide-with-kubernetes/" title="Guide HA rapide réplication Kubernetes K3S">Guide d’installation rapide pour Kubernetes K3S</a></td>
<td><a class="btn-download" href="/wp-content/uploads/downloads_safekit/version-82/modules_linux/k3s.safe" download="k3s.safe">⬇️ k3s.safe</a> (Linux)</td>
</tr>
<tr>
<td>Cloud AWS</td>
<td><a href="/solutions/aws-high-availability-cluster-synchronous-replication-failover/" title="Comment cela fonctionne : cluster de réplication AWS">Architecture cluster miroir AWS</a></td>
<td><a href="/quick-install/safekit-quick-installation-guide-in-aws-mirror-safe-module-for-real-time-replication-and-failover/" title="Guide HA rapide cluster de réplication AWS \(mirror.safe\)">Guide d’installation rapide pour AWS</a></td>
<td>mirror.safe (Windows &amp; Linux)*</td>
</tr>
<tr>
<td>Cloud AWS</td>
<td><a href="/solutions/aws-load-balancing-cluster-failover/" title="Comment cela fonctionne : équilibrage de charge AWS">Architecture d’équilibrage de charge AWS</a></td>
<td><a href="/quick-install/safekit-quick-installation-guide-in-aws-with-network-load-balancing-and-failover/" title="Guide HA rapide cluster d’équilibrage AWS \(farm.safe\)">Guide d’installation rapide pour AWS</a></td>
<td>farm.safe (Windows &amp; Linux)*</td>
</tr>
<tr>
<td>Cloud GCP</td>
<td><a href="/solutions/gcp-high-availability-cluster-synchronous-replication-failover/" title="Comment cela fonctionne : cluster de réplication GCP">Architecture cluster miroir GCP</a></td>
<td><a href="/quick-install/safekit-quick-installation-guide-in-gcp-with-real-time-replication-and-failover/" title="Guide HA rapide cluster de réplication GCP \(mirror.safe\)">Guide d’installation rapide pour GCP</a></td>
<td>mirror.safe (Windows &amp; Linux)*</td>
</tr>
<tr>
<td>Cloud GCP</td>
<td><a href="/solutions/gcp-load-balancing-cluster-failover/" title="Comment cela fonctionne : équilibrage de charge GCP">Architecture d’équilibrage de charge GCP</a></td>
<td><a href="/quick-install/safekit-quick-installation-guide-in-gcp-with-network-load-balancing-and-failover/" title="Guide HA rapide cluster d’équilibrage GCP \(farm.safe\)">Guide d’installation rapide pour GCP</a></td>
<td>farm.safe (Windows &amp; Linux)*</td>
</tr>
<tr>
<td>Cloud Azure</td>
<td><a href="/solutions/azure-high-availability-cluster-synchronous-replication-failover/" title="Comment cela fonctionne : cluster de réplication Azure">Architecture cluster miroir Azure</a></td>
<td><a href="/quick-install/safekit-quick-installation-guide-in-azure-with-real-time-replication-and-failover/" title="Guide HA rapide cluster de réplication Azure \(mirror.safe\)">Guide d’installation rapide pour Azure</a></td>
<td>mirror.safe (Windows &amp; Linux)*</td>
</tr>
<tr>
<td>Cloud Azure</td>
<td><a href="/solutions/azure-load-balancing-cluster-failover/" title="Comment cela fonctionne : équilibrage de charge Azure">Architecture d’équilibrage de charge Azure</a></td>
<td><a href="/quick-install/safekit-quick-installation-guide-in-azure-with-network-load-balancing-and-failover/" title="Guide HA rapide cluster d’équilibrage Azure \(farm.safe\)">Guide d’installation rapide pour Azure</a></td>
<td>farm.safe (Windows &amp; Linux)*</td>
</tr>
<tr>
<td>Cloud</td>
<td><a href="/solutions/cloud-high-availability-cluster-synchronous-replication-failover/" title="Comment cela fonctionne : cluster de réplication cloud">Architecture cluster miroir cloud</a></td>
<td><a href="/quick-install/safekit-quick-installation-guide-in-cloud-with-real-time-replication-and-failover/" title="Guide HA rapide cluster de réplication cloud \(mirror.safe\)">Guide d’installation rapide pour le cloud</a></td>
<td>mirror.safe (Windows &amp; Linux)*</td>
</tr>
<tr>
<td>Cloud</td>
<td><a href="/solutions/cloud-load-balancing-cluster-failover/" title="Comment cela fonctionne : équilibrage de charge cloud">Architecture d’équilibrage de charge cloud</a></td>
<td><a href="/quick-install/safekit-quick-installation-guide-in-cloud-with-network-load-balancing-and-failover/" title="Guide HA rapide cluster d’équilibrage cloud \(farm.safe\)">Guide d’installation rapide pour le cloud</a></td>
<td>farm.safe (Windows &amp; Linux)*</td>
</tr>
<tr>
<td>Sécurité physique / VMS</td>
<td><a href="/solutions/milestone-xprotect-corporate-high-availability-synchronous-replication-failover/" title="Comment cela fonctionne : basculement Milestone XProtect">Architecture cluster miroir Milestone XProtect</a></td>
<td><a href="/quick-install/safekit-quick-installation-guide-with-milestone-xprotect-management-server/" title="Guide HA rapide basculement serveur de gestion Milestone XProtect">Guide d’installation rapide pour Milestone XProtect</a></td>
<td><a class="btn-download" href="/wp-content/uploads/downloads_safekit/version-82/modules_windows/milestone.safe" download="milestone.safe">⬇️ milestone.safe</a> (Windows)</td>
</tr>
<tr>
<td>Sécurité physique / VMS</td>
<td><a href="/solutions/nedap-high-availability-synchronous-replication-failover/" title="Comment cela fonctionne : basculement Nedap AEOS">Architecture cluster miroir Nedap AEOS</a></td>
<td><a href="/quick-install/safekit-quick-installation-guide-with-nedap/" title="Guide HA rapide basculement Nedap AEOS">Guide d’installation rapide pour Nedap AEOS</a></td>
<td><a class="btn-download" href="/wp-content/uploads/downloads_safekit/version-82/modules_windows/nedap.safe" download="nedap.safe">⬇️ nedap.safe</a> (Windows)</td>
</tr>
<tr>
<td>Sécurité physique / VMS</td>
<td><a href="/solutions/sql-server-high-availability-synchronous-replication-failover/" title="Comment cela fonctionne : basculement SQL Genetec">Architecture cluster miroir SQL Genetec</a></td>
<td><a href="/quick-install/safekit-quick-installation-guide-with-microsoft-sql-server/" title="Guide HA rapide basculement SQL Server Genetec">Guide d’installation rapide pour Genetec (SQL Server)</a></td>
<td><a class="btn-download" href="/wp-content/uploads/downloads_safekit/version-82/modules_windows/sqlserver.safe" download="sqlserver.safe">⬇️ sqlserver.safe</a> (Windows)</td>
</tr>
<tr>
<td>Sécurité physique / VMS</td>
<td><a href="/solutions/bosch-ams-the-simplest-high-availability-cluster-between-two-redundant-servers-without-shared-disk/" title="Comment cela fonctionne : HA Bosch AMS">Architecture HA VM Bosch AMS</a></td>
<td><a href="/quick-install/safekit-quick-installation-guide-with-hyper-v/" title="Guide HA rapide basculement Hyper-V Bosch AMS">Guide d’installation rapide pour Bosch AMS</a></td>
<td><a class="btn-download" href="/wp-content/uploads/downloads_safekit/version-82/modules_windows/hyperv.safe" download="hyperv.safe">⬇️ hyperv.safe</a> (Windows)</td>
</tr>
<tr>
<td>Sécurité physique / VMS</td>
<td><a href="/solutions/bosch-bis-the-simplest-high-availability-cluster-between-two-redundant-servers-without-shared-disk/" title="Comment cela fonctionne : HA Bosch BIS">Architecture HA VM Bosch BIS</a></td>
<td><a href="/quick-install/safekit-quick-installation-guide-with-hyper-v/" title="Guide HA rapide basculement Hyper-V Bosch BIS">Guide d’installation rapide pour Bosch BIS</a></td>
<td><a class="btn-download" href="/wp-content/uploads/downloads_safekit/version-82/modules_windows/hyperv.safe" download="hyperv.safe">⬇️ hyperv.safe</a> (Windows)</td>
</tr>
<tr>
<td>Sécurité physique / VMS</td>
<td><a href="/solutions/bosch-bvms-the-simplest-high-availability-cluster-between-two-redundant-servers-without-shared-disk/" title="Comment cela fonctionne : HA Bosch BVMS">Architecture HA VM Bosch BVMS</a></td>
<td><a href="/quick-install/safekit-quick-installation-guide-with-hyper-v/" title="Guide HA rapide basculement Hyper-V Bosch BVMS">Guide d’installation rapide pour Bosch BVMS</a></td>
<td><a class="btn-download" href="/wp-content/uploads/downloads_safekit/version-82/modules_windows/hyperv.safe" download="hyperv.safe">⬇️ hyperv.safe</a> (Windows)</td>
</tr>
<tr>
<td>Sécurité physique / VMS</td>
<td><a href="/solutions/hanwha-vision-cluster-without-shared-storage-on-a-san/" title="Comment cela fonctionne : HA Hanwha Vision">Architecture HA VM Hanwha Vision</a></td>
<td><a href="/quick-install/safekit-quick-installation-guide-with-hyper-v/" title="Guide HA rapide basculement Hyper-V Hanwha Vision">Guide d’installation rapide pour Hanwha Vision</a></td>
<td><a class="btn-download" href="/wp-content/uploads/downloads_safekit/version-82/modules_windows/hyperv.safe" download="hyperv.safe">⬇️ hyperv.safe</a> (Windows)</td>
</tr>
<tr>
<td>Sécurité physique / VMS</td>
<td><a href="/solutions/hanwha-wisenet-wave-the-simplest-high-availability-cluster-between-two-redundant-servers-without-shared-disk/" title="Comment cela fonctionne : HA Hanwha Wisenet">Architecture HA VM Hanwha Wisenet</a></td>
<td><a href="/quick-install/safekit-quick-installation-guide-with-hyper-v/" title="Guide HA rapide basculement Hyper-V Hanwha Wisenet">Guide d’installation rapide pour Hanwha Wisenet</a></td>
<td><a class="btn-download" href="/wp-content/uploads/downloads_safekit/version-82/modules_windows/hyperv.safe" download="hyperv.safe">⬇️ hyperv.safe</a> (Windows)</td>
</tr>
<tr>
<td>Produits Siemens</td>
<td><a href="/solutions/siemens-siveillance-redundancy-high-availability-cluster-active-active/" title="Comment cela fonctionne : HA Siemens Siveillance suite">Architecture HA VM Siemens Siveillance</a></td>
<td><a href="/quick-install/safekit-quick-installation-guide-with-hyper-v/" title="Guide HA rapide basculement Hyper-V Siemens Siveillance suite">Guide d’installation rapide pour Siemens Siveillance suite</a></td>
<td><a class="btn-download" href="/wp-content/uploads/downloads_safekit/version-82/modules_windows/hyperv.safe" download="hyperv.safe">⬇️ hyperv.safe</a> (Windows)</td>
</tr>
<tr>
<td>Produits Siemens</td>
<td><a href="/solutions/siemens-desigo-cc-redundancy-high-availability-cluster-active-active/" title="Comment cela fonctionne : HA Siemens Desigo CC">Architecture HA VM Siemens Desigo CC</a></td>
<td><a href="/quick-install/safekit-quick-installation-guide-with-hyper-v/" title="Guide HA rapide basculement Hyper-V Siemens Desigo CC">Guide d’installation rapide pour Siemens Desigo CC</a></td>
<td><a class="btn-download" href="/wp-content/uploads/downloads_safekit/version-82/modules_windows/hyperv.safe" download="hyperv.safe">⬇️ hyperv.safe</a> (Windows)</td>
</tr>
<tr>
<td>Produits Siemens</td>
<td><a href="/solutions/siemens-siveillance-vms-the-simplest-high-availability-cluster-between-two-redundant-servers/" title="Comment cela fonctionne : basculement Siemens Siveillance VMS">Architecture cluster miroir Siemens Siveillance</a></td>
<td><a href="/solutions/siemens-siveillance-vms-the-simplest-high-availability-cluster-between-two-redundant-servers/" title="Guide HA rapide basculement Siemens Siveillance VMS">Guide d’installation rapide pour Siemens Siveillance VMS</a></td>
<td><a class="btn-download" href="/wp-content/uploads/downloads_safekit/version-82/modules_windows/SiveillanceVMS.safe" download="SiveillanceVMS.safe">⬇️ SiveillanceVMS.safe</a> (Windows)</td>
</tr>
<tr>
<td>Produits Siemens</td>
<td><a href="/solutions/siemens-sipass-redundancy-high-availability-cluster-active-active/" title="Comment cela fonctionne : HA Siemens SiPass">Architecture HA VM Siemens SiPass</a></td>
<td><a href="/quick-install/safekit-quick-installation-guide-with-hyper-v/" title="Guide HA rapide basculement Hyper-V Siemens SiPass">Guide d’installation rapide pour Siemens SiPass</a></td>
<td><a class="btn-download" href="/wp-content/uploads/downloads_safekit/version-82/modules_windows/hyperv.safe" download="hyperv.safe">⬇️ hyperv.safe</a> (Windows)</td>
</tr>
<tr>
<td>Produits Siemens</td>
<td><a href="/solutions/siemens-siport-redundancy-high-availability-cluster-active-active/" title="Comment cela fonctionne : HA Siemens SIPORT">Architecture HA VM Siemens SIPORT</a></td>
<td><a href="/quick-install/safekit-quick-installation-guide-with-hyper-v/" title="Guide HA rapide basculement Hyper-V Siemens SIPORT">Guide d’installation rapide pour Siemens SIPORT</a></td>
<td><a class="btn-download" href="/wp-content/uploads/downloads_safekit/version-82/modules_windows/hyperv.safe" download="hyperv.safe">⬇️ hyperv.safe</a> (Windows)</td>
</tr>
<tr>
<td>Produits Siemens</td>
<td><a href="/solutions/siemens-simatic-pcs-7-redundancy-high-availability-cluster-active-active/" title="Comment cela fonctionne : HA Siemens SIMATIC PCS 7">Architecture HA VM SIMATIC PCS 7</a></td>
<td><a href="/quick-install/safekit-quick-installation-guide-with-hyper-v/" title="Guide HA rapide basculement Hyper-V Siemens SIMATIC PCS 7">Guide d’installation rapide pour Siemens SIMATIC PCS 7</a></td>
<td><a class="btn-download" href="/wp-content/uploads/downloads_safekit/version-82/modules_windows/hyperv.safe" download="hyperv.safe">⬇️ hyperv.safe</a> (Windows)</td>
</tr>
<tr>
<td>Produits Siemens</td>
<td><a href="/solutions/siemens-simatic-wincc-redundancy-high-availability-cluster-active-active/" title="Comment cela fonctionne : HA Siemens SIMATIC WinCC">Architecture HA VM SIMATIC WinCC</a></td>
<td><a href="/quick-install/safekit-quick-installation-guide-with-hyper-v/" title="Guide HA rapide basculement Hyper-V Siemens SIMATIC WinCC">Guide d’installation rapide pour Siemens SIMATIC WinCC</a></td>
<td><a class="btn-download" href="/wp-content/uploads/downloads_safekit/version-82/modules_windows/hyperv.safe" download="hyperv.safe">⬇️ hyperv.safe</a> (Windows)</td>
</tr>
</tbody>
</table>
<h2 id="hub">🔍 Hub de navigation SafeKit Haute Disponibilité</h2>
<p><strong>Explorez SafeKit : fonctionnalités, vidéos techniques, documentation et essai gratuit</strong></p>
<table>
<thead>
<tr>
<th>Type de ressource</th>
<th>Description</th>
<th>Lien direct</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>Fonctionnalités clés</strong></td>
<td>Pourquoi choisir SafeKit pour une haute disponibilité simple et économique ?</td>
<td><a href="/fr/#why-choose-safekit-for-ha" title="Découvrez les fonctionnalités de SafeKit pour une haute disponibilité simple et économique">Voir pourquoi choisir SafeKit pour la Haute Disponibilité</a></td>
</tr>
<tr>
<td><strong>Cas d&rsquo;usage</strong></td>
<td>Découvrez comment SafeKit garantit la haute disponibilité des infrastructures critiques</td>
<td><a href="/fr/#safekit-use-cases" title="Découvrez les cas d&#39;usage de SafeKit pour la haute disponibilité">Voir tous les cas d&rsquo;usage (Logiciels OEM, Serveurs Edge, SCADA, et plus)</a></td>
</tr>
<tr>
<td><strong>Modèle de déploiement</strong></td>
<td>HA SANless tout-en-un : Cluster logiciel sans partage (Shared-Nothing)</td>
<td><a href="/fr/#all-in-one-sanless-ha" title="En savoir plus sur la haute disponibilité SANless tout-en-un avec cluster logiciel sans partage">Voir SafeKit HA SANless tout-en-un</a></td>
</tr>
<tr>
<td><strong>Stratégies HA</strong></td>
<td>SafeKit : Infrastructure (VM) vs Haute Disponibilité au niveau applicatif</td>
<td><a href="/fr/#safekit-ha-redundancy-choices" title="Comparez la redondance au niveau VM avec les stratégies de haute disponibilité au niveau applicatif de SafeKit">Voir SafeKit HA &amp; Redondance : Niveau VM vs Niveau Applicatif</a></td>
</tr>
<tr>
<td><strong>Spécifications techniques</strong></td>
<td>Limitations techniques pour le clustering SafeKit</td>
<td><a href="/fr/#safekit-ha-limitations" title="Configuration requise et limitations techniques pour le clustering d&#39;applications SafeKit">Voir les limitations de la Haute Disponibilité SafeKit</a></td>
</tr>
<tr>
<td><strong>Preuve de concept</strong></td>
<td>SafeKit : Démos de configuration HA et de basculement</td>
<td><a href="/fr/#safekit-failover-tutorials" title="Vidéos pas à pas sur la haute disponibilité SafeKit, de l&#39;installation au basculement automatisé">Voir les tutoriels de basculement SafeKit</a></td>
</tr>
<tr>
<td><strong>Architecture</strong></td>
<td>Fonctionnement du cluster miroir SafeKit (Réplication et basculement en temps réel)</td>
<td><a href="/fr/#safekit-mirror-cluster" title="Découvrez l&#39;architecture technique et le mécanisme de basculement du cluster miroir SafeKit">Voir Cluster miroir SafeKit : réplication et basculement en temps réel</a></td>
</tr>
<tr>
<td><strong>Architecture</strong></td>
<td>Fonctionnement du cluster de ferme SafeKit (Répartition de charge réseau et basculement)</td>
<td><a href="/fr/#safekit-farm-cluster" title="Présentation technique de l&#39;architecture du cluster de ferme SafeKit avec répartition de charge réseau">Voir Cluster de ferme SafeKit : répartition de charge et basculement</a></td>
</tr>
<tr>
<td><strong>Avantages concurrentiels</strong></td>
<td>Comparaison : SafeKit vs Clusters de Haute Disponibilité (HA) traditionnels</td>
<td><a href="/fr/#safekit-ha-comparison" title="Comparaison détaillée du logiciel SafeKit par rapport aux clusters HA matériels traditionnels">Voir la comparaison SafeKit vs Clusters HA traditionnels</a></td>
</tr>
<tr>
<td><strong>Ressources techniques</strong></td>
<td>SafeKit Haute Disponibilité : Documentation, téléchargements et essai</td>
<td><a href="/fr/#safekit-ha-technical-resources" title="Accédez à l&#39;essai gratuit de SafeKit, à la documentation technique et aux livres blancs sur la haute disponibilité">Voir l&rsquo;essai gratuit SafeKit HA &amp; la documentation technique</a></td>
</tr>
<tr>
<td><strong>Solutions préconfigurées</strong></td>
<td>Bibliothèque de modules applicatifs SafeKit : solutions HA prêtes à l&rsquo;emploi</td>
<td><a href="/fr/#safekit-ha-application-modules" title="Parcourez la bibliothèque de modules SafeKit préconfigurés pour le basculement automatique d&#39;applications">Voir les modules applicatifs de Haute Disponibilité SafeKit</a></td>
</tr>
</tbody>
</table>
<div class="button-row">
  <a class="btn-action" href="https://safekit.eviden.com/fr/contact-us-for-safekit/">🧑 Nous contacter</a>
  <a class="btn-action" href="/fr/resources/safekit-free-trial/">🎁 Essai gratuit de SafeKit</a>
  <a class="btn-action" href="https://training.my.evidian.com/mod/page/view.php?id=712">🏅 Certification gratuite</a>
  <a class="btn-action" href="https://safekit.eviden.com/fr/get-a-quote-safekit/">💰 Prix licence perpétuelle</a>
</div>

