Replication

FacebookTwitter
Avec des bases de données Mysql et des tables contenant plusieurs millions d’enregistrements, les sauvegardes deviennent assez lourdes. Si un serveur tombe, cela peut entrainer plusieurs heures perdues, le temps de mettre en place un nouveau serveur, de réimporter les données depuis la backup. Nous ne parlons même pas des pertes financières potentielles due à cette période.

Réplication Mysql pour la haute disponibilité

http://www.netexpertise.eu/fr/mysql/replication-haute-disponibilite.html
Date de publication : 14/12/2004 Par Jérôme Grondin (http://jgrondin.developpez.com) Ce tutoriel va vous permettre de mettre en oeuvre la réplication sous MySQL en seulement quelques minutes ! I. Introduction II. Etude de cas III.

Tutoriel de réplication sous MySQL - Club des décideurs et profe

http://jgrondin.developpez.com/article/MySQL/Replication_MySQL/
La réplication sous OpenLDAP La réplication d’annuaire consiste à concerver en parfaite synchronisation plusieurs annuaires répartis sur le réseaux. Depuis les versions 2.3.X ldap supporte différents modes de réplication d’annuaires. Tout d’abord implémenté avec “slurpd”, les versions 2.4.X d’OpenLDAP utilisent l’overlay (le module) “syncprov” pour la réplication (protocole de réplication défini dans la RFC 4533). http://www.admin-linux.fr/?p=715

Mémo réplication avec OpenLDAP « Admin Linux

LDAP - MDS

Annuaire LDAP - MDS Matthieu Vogelweith 17 août 2009 http://www.vogelweith.com/debian_server/050_openldap.php

MySQL Master Master Replication | HowtoForge - Linux Howtos and

http://www.howtoforge.com/mysql_master_master_replication This tutorial describes how to set up MySQL master-master replication. We need to replicate MySQL servers to achieve high-availability (HA). In my case I need two masters that are synchronized with each other so that if one of them drops down, other could take over and no data is lost. Similarly when the first one goes up again, it will still be used as slave for the live one. Here is a basic step by step tutorial, that will cover the mysql master and slave replication and also will describe the mysql master and master replication. Notions: we will call system 1 as master1 and slave2 and system2 as master2 and slave 1.
Version 1.0 Author: Falko Timme <ft [at] falkotimme [dot] com> Last edited 03/27/2006 This tutorial shows how to configure a MySQL 5 cluster with three nodes: two storage nodes and one management node. This cluster is load-balanced by a high-availability load balancer that in fact has two nodes that use the Ultra Monkey package which provides heartbeat (for checking if the other node is still alive) and ldirectord (to split up the requests to the nodes of the MySQL cluster). In this document I use Debian Sarge for all nodes. Therefore the setup might differ a bit for other distributions. The MySQL version I use in this setup is 5.0.19. http://www.howtoforge.com/loadbalanced_mysql_cluster_debian

How To Set Up A Load-Balanced MySQL Cluster | HowtoForge - Linux