<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel rdf:about="http://blogmarks.net/api/marks/tag/replication">
<title>Public marks with tag replication</title>
<description>Public marks with tag replication</description>
<link>http://blogmarks.net/marks/tag/replication</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/greut/mark/1058173469"/>
<rdf:li resource="http://blogmarks.net/api/user/camel/mark/1058065876"/>
<rdf:li resource="http://blogmarks.net/api/user/camel/mark/1058016983"/>
<rdf:li resource="http://blogmarks.net/api/user/camel/mark/1057993893"/>
<rdf:li resource="http://blogmarks.net/api/user/camel/mark/1057976879"/>
<rdf:li resource="http://blogmarks.net/api/user/camel/mark/1057873059"/>
<rdf:li resource="http://blogmarks.net/api/user/camel/mark/1057844899"/>
<rdf:li resource="http://blogmarks.net/api/user/camel/mark/1057707619"/>
<rdf:li resource="http://blogmarks.net/api/user/arnaud/mark/1057622987"/>
<rdf:li resource="http://blogmarks.net/api/user/camel/mark/1057586376"/>
<rdf:li resource="http://blogmarks.net/api/user/dzc/mark/1057519364"/>
<rdf:li resource="http://blogmarks.net/api/user/camel/mark/1057515866"/>
<rdf:li resource="http://blogmarks.net/api/user/camel/mark/1057502202"/>
<rdf:li resource="http://blogmarks.net/api/user/Xavier Lacot/mark/1057415416"/>
<rdf:li resource="http://blogmarks.net/api/user/camel/mark/1057403685"/>
<rdf:li resource="http://blogmarks.net/api/user/johnski/mark/2575620"/>
<rdf:li resource="http://blogmarks.net/api/user/camel/mark/2502546"/>
<rdf:li resource="http://blogmarks.net/api/user/camel/mark/2434948"/>
<rdf:li resource="http://blogmarks.net/api/user/mbertier/mark/1840271"/>
<rdf:li resource="http://blogmarks.net/api/user/camel/mark/2435441"/>
<rdf:li resource="http://blogmarks.net/api/user/JMF/mark/1077915"/>
<rdf:li resource="http://blogmarks.net/api/user/rodo/mark/986041"/>
<rdf:li resource="http://blogmarks.net/api/user/springnet/mark/1057901940"/>
<rdf:li resource="http://blogmarks.net/api/user/springnet/mark/1057901942"/>
<rdf:li resource="http://blogmarks.net/api/user/springnet/mark/1057901948"/>
</rdf:Seq></items>
</channel>
<item rdf:about="http://blogmarks.net/api/user/greut/mark/1058173469">
<title>CouchDB Load Balancing and Replication using HAProxy.</title>
<link>http://www.joeandmotorboat.com/2009/01/27/couchdb-load-balancing-and-replication-using-haproxy/</link>
<description>&lt;blockquote&gt;&lt;p&gt;Last night, I decided to dig into CouchDB a bit more than I have in the past and setup a simple load balanced and replicated setup using HAProxy.&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;n &gt; 1&lt;/p&gt;</description>
<dc:date>2009-01-27T20:01:13Z</dc:date>
<dc:author>greut</dc:author>
<dc:subject>couchdb, haproxy, replication</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.joeandmotorboat.com/2009/01/27/couchdb-load-balancing-and-replication-using-haproxy/"><img border="0" src="http://blogmarks.net/screenshots/2009/01/27/080ebcf60e2cee2295fcd69d9c678bf0.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.joeandmotorboat.com/2009/01/27/couchdb-load-balancing-and-replication-using-haproxy/">CouchDB Load Balancing and Replication using HAProxy.</a></h4>
 
by <a href="http://blogmarks.net/user/greut">greut</a> 
<div class="description"><blockquote><p>Last night, I decided to dig into CouchDB a bit more than I have in the past and setup a simple load balanced and replicated setup using HAProxy.</p></blockquote><p>n > 1</p></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/couchdb">couchdb</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/haproxy">haproxy</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/replication">replication</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058173469">Copy</a> | 
<a href="http://blogmarks.net/link/3068104">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/camel/mark/1058065876">
<title>Setting Up Master-Master Replication On Four Nodes With MySQL 5 On Debian Etch | HowtoForge - Linux Howtos and Tutorials</title>
<link>http://www.howtoforge.com/setting-up-master-master-replication-on-four-nodes-with-mysql-5-on-debian-etch</link>
<description>This tutorial explains how you can set up MySQL master-master replication on four MySQL nodes (running on Debian Etch). The difference to a two node master-master replication (which is explained here) is that if you have more than two nodes, the replication goes in a circle, i.e., with four nodes, the replication goes from node1 to node2, from node2 to node3, from node3 to node4, and from node4 to node1.

Since version 5, MySQL comes with built-in support for master-master replication, solving the problem that can happen with self-generated keys. In former MySQL versions, the problem with master-master replication was that conflicts arose immediately if node A and node B both inserted an auto-incrementing key on the same table. The advantages of master-master replication over the traditional master-slave replication are that you don't have to modify your applications to make write accesses only to the master, and that it is easier to provide high-availability because if the master fails, you still have the other master. </description>
<dc:date>2008-11-20T16:02:23Z</dc:date>
<dc:author>camel</dc:author>
<dc:subject>linux, debian, mysql, tutorial, applications, replication</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.howtoforge.com/setting-up-master-master-replication-on-four-nodes-with-mysql-5-on-debian-etch"><img border="0" src="http://blogmarks.net/screenshots/2008/11/20/7b7ac19a04784ca73e3e65f56b332d07.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.howtoforge.com/setting-up-master-master-replication-on-four-nodes-with-mysql-5-on-debian-etch">Setting Up Master-Master Replication On Four Nodes With MySQL 5 On Debian Etch | HowtoForge - Linux Howtos and Tutorials</a></h4>
 
by <a href="http://blogmarks.net/user/camel">camel</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2974185">1 other(s)</a> 
<p class="description">This tutorial explains how you can set up MySQL master-master replication on four MySQL nodes (running on Debian Etch). The difference to a two node master-master replication (which is explained here) is that if you have more than two nodes, the replication goes in a circle, i.e., with four nodes, the replication goes from node1 to node2, from node2 to node3, from node3 to node4, and from node4 to node1.

Since version 5, MySQL comes with built-in support for master-master replication, solving the problem that can happen with self-generated keys. In former MySQL versions, the problem with master-master replication was that conflicts arose immediately if node A and node B both inserted an auto-incrementing key on the same table. The advantages of master-master replication over the traditional master-slave replication are that you don't have to modify your applications to make write accesses only to the master, and that it is easier to provide high-availability because if the master fails, you still have the other master. </p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/linux">linux</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/debian">debian</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mysql">mysql</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tutorial">tutorial</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/applications">applications</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/replication">replication</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058065876">Copy</a> | 
<a href="http://blogmarks.net/link/2974185">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/camel/mark/1058016983">
<title>flipper - Google Code</title>
<link>http://code.google.com/p/flipper/</link>
<description>Flipper is a tool for managing pairs of MySQL servers replicating to each other (commonly known as master-master replication or dual-master replication). Master-master replication is a great way of ensuring high availability for MySQL databases - it enables one half of the pair to be taken offline for maintenance work while the other half carries on dealing with queries from clients.

Flipper achieves this by moving IP addresses based on a role (&quot;read-only&quot;, &quot;writable&quot;) between the two nodes in the master pair, to ensure that each role is available.

Flipper is written in perl, and has been designed to be as portable as possible. </description>
<dc:date>2008-10-13T09:22:32Z</dc:date>
<dc:author>camel</dc:author>
<dc:subject>mysql, replication, master</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://code.google.com/p/flipper/"><img border="0" src="http://blogmarks.net/screenshots/2008/10/14/05a1f3f55f5f085b12779010ac96e2c9.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://code.google.com/p/flipper/">flipper - Google Code</a></h4>
 
by <a href="http://blogmarks.net/user/camel">camel</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2929433">1 other(s)</a> 
<p class="description">Flipper is a tool for managing pairs of MySQL servers replicating to each other (commonly known as master-master replication or dual-master replication). Master-master replication is a great way of ensuring high availability for MySQL databases - it enables one half of the pair to be taken offline for maintenance work while the other half carries on dealing with queries from clients.

Flipper achieves this by moving IP addresses based on a role ("read-only", "writable") between the two nodes in the master pair, to ensure that each role is available.

Flipper is written in perl, and has been designed to be as portable as possible. </p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mysql">mysql</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/replication">replication</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/master">master</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058016983">Copy</a> | 
<a href="http://blogmarks.net/link/2929433">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/camel/mark/1057993893">
<title>Dual-master MySQL replication setup | WSU Linux Users Group</title>
<link>http://lug.wsu.edu/node/545</link>
<description></description>
<dc:date>2008-09-26T08:16:46Z</dc:date>
<dc:author>camel</dc:author>
<dc:subject>replication, setup, mysql, linux</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://lug.wsu.edu/node/545"><img border="0" src="http://blogmarks.net/screenshots/2008/09/26/fd4052a8b9600143cdf5e2b50600f575.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://lug.wsu.edu/node/545">Dual-master MySQL replication setup | WSU Linux Users Group</a></h4>
 
by <a href="http://blogmarks.net/user/camel">camel</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2909664">1 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/replication">replication</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/setup">setup</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mysql">mysql</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/linux">linux</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057993893">Copy</a> | 
<a href="http://blogmarks.net/link/2909664">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/camel/mark/1057976879">
<title>Script To Check If MySQL Master Master Replication Is Working Correctly | HowtoForge - Linux Howtos and Tutorials</title>
<link>http://howtoforge.com/script-to-check-if-mysql-master-master-replication-is-working-correctly</link>
<description>This short article explains how you can use a short script to check whether your MySQL master master replication is working as expected or not. </description>
<dc:date>2008-09-10T07:00:51Z</dc:date>
<dc:author>camel</dc:author>
<dc:subject>linux, mysql, script, replication</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://howtoforge.com/script-to-check-if-mysql-master-master-replication-is-working-correctly"><img border="0" src="http://blogmarks.net/screenshots/2008/09/10/84ba358eb841298432a97f5dd289f1c7.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://howtoforge.com/script-to-check-if-mysql-master-master-replication-is-working-correctly">Script To Check If MySQL Master Master Replication Is Working Correctly | HowtoForge - Linux Howtos and Tutorials</a></h4>
 
by <a href="http://blogmarks.net/user/camel">camel</a> 
<p class="description">This short article explains how you can use a short script to check whether your MySQL master master replication is working as expected or not. </p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/linux">linux</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mysql">mysql</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/script">script</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/replication">replication</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057976879">Copy</a> | 
<a href="http://blogmarks.net/link/2894141">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/camel/mark/1057873059">
<title>GCU-Squad! » The poor’s man filesystem synchro</title>
<link>http://www.gcu.info/2555/2008/06/09/the-poors-man-filesystem-synchro/</link>
<description>Voici quelques semaines qu’il en parlait sur les ml, alors il à fini par le coder. Ivan Voras (ivoras@) nous livre la première version d’un démon destiné à synchroniser deux systèmes de fichiers de manière plus économique et élégante que le classique rsync.

Le principe est simple, basée sur kqueue (culture again), le démon adfs -c’est son nom- contrôle l’état des fichiers à répliquer et en fait une copie en “quasi” temps réel, lorsque ces derniers ont été modifiés.

Bien que peu performant sur un très grand nombre de fichiers, cette application semble bien se comporter avec un petit nombre de fichiers (quelques dizaines de milliers ?!). Il est possible de récupérer la version courante du code, mais la version en ligne ne sera maintenue à jour que si des utilisateurs semblent intéressés. Avis aux amateurs.</description>
<dc:date>2008-06-09T12:38:44Z</dc:date>
<dc:author>camel</dc:author>
<dc:subject>replication, sync, linux</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.gcu.info/2555/2008/06/09/the-poors-man-filesystem-synchro/"><img border="0" src="http://blogmarks.net/screenshots/2008/06/09/d4edace03217b6e944ee6414e3ae1a60.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.gcu.info/2555/2008/06/09/the-poors-man-filesystem-synchro/">GCU-Squad! » The poor’s man filesystem synchro</a></h4>
 
by <a href="http://blogmarks.net/user/camel">camel</a> 
<p class="description">Voici quelques semaines qu’il en parlait sur les ml, alors il à fini par le coder. Ivan Voras (ivoras@) nous livre la première version d’un démon destiné à synchroniser deux systèmes de fichiers de manière plus économique et élégante que le classique rsync.

Le principe est simple, basée sur kqueue (culture again), le démon adfs -c’est son nom- contrôle l’état des fichiers à répliquer et en fait une copie en “quasi” temps réel, lorsque ces derniers ont été modifiés.

Bien que peu performant sur un très grand nombre de fichiers, cette application semble bien se comporter avec un petit nombre de fichiers (quelques dizaines de milliers ?!). Il est possible de récupérer la version courante du code, mais la version en ligne ne sera maintenue à jour que si des utilisateurs semblent intéressés. Avis aux amateurs.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/replication">replication</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/sync">sync</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/linux">linux</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057873059">Copy</a> | 
<a href="http://blogmarks.net/link/2806235">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/camel/mark/1057844899">
<title>Nexen.net : portail PHP et MySQL - MySQL Replication Manager</title>
<link>http://www.nexen.net/actualites/logiciels/18408-mysql_replication_manager.php</link>
<description>MySQL Replication Manager est une interface Web pour surveiller une architecture maître esclave. Elle permet simplement de lancer le maître et l'esclave, de gérer les logs et de surveiller l'état de fonctionnement. Il vous faut bien sûr les droits d'administration.</description>
<dc:date>2008-05-19T15:50:23Z</dc:date>
<dc:author>camel</dc:author>
<dc:subject>web, php, mysql, interface, replication</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.nexen.net/actualites/logiciels/18408-mysql_replication_manager.php"><img border="0" src="http://blogmarks.net/screenshots/2008/05/19/f87df7a0868b9d67aa55003b913e0538.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.nexen.net/actualites/logiciels/18408-mysql_replication_manager.php">Nexen.net : portail PHP et MySQL - MySQL Replication Manager</a></h4>
 
by <a href="http://blogmarks.net/user/camel">camel</a> 
<p class="description">MySQL Replication Manager est une interface Web pour surveiller une architecture maître esclave. Elle permet simplement de lancer le maître et l'esclave, de gérer les logs et de surveiller l'état de fonctionnement. Il vous faut bien sûr les droits d'administration.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web">web</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/php">php</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mysql">mysql</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/interface">interface</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/replication">replication</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057844899">Copy</a> | 
<a href="http://blogmarks.net/link/2784842">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/camel/mark/1057707619">
<title>Globule: the Open-Source Content Distribution Network</title>
<link>http://www.globule.org/#news</link>
<description>Globule is a third-party module for the Apache Web server that allows a given server to replicate its documents to other Globule servers. It takes care of maintaining consistency between the replicas, of monitoring the servers, and of automatically redirecting clients to one of the available replicas. Globule also supports the replication of PHP documents. It runs on Unix and Windows systems.</description>
<dc:date>2008-02-21T13:32:09Z</dc:date>
<dc:author>camel</dc:author>
<dc:subject>web, php, server, apache, monitoring, windows, network, replication</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.globule.org/#news"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.globule.org/#news">Globule: the Open-Source Content Distribution Network</a></h4>
 
by <a href="http://blogmarks.net/user/camel">camel</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2678781">1 other(s)</a> 
<p class="description">Globule is a third-party module for the Apache Web server that allows a given server to replicate its documents to other Globule servers. It takes care of maintaining consistency between the replicas, of monitoring the servers, and of automatically redirecting clients to one of the available replicas. Globule also supports the replication of PHP documents. It runs on Unix and Windows systems.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web">web</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/php">php</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/server">server</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/apache">apache</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/monitoring">monitoring</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/windows">windows</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/network">network</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/replication">replication</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057707619">Copy</a> | 
<a href="http://blogmarks.net/link/2678781">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/arnaud/mark/1057622987">
<title>AndrewThompson/ZfsForReplication - NZFUG Wiki</title>
<link>http://nzfug.nz.freebsd.org/nzfug/AndrewThompson/ZfsForReplication</link>
<description></description>
<dc:date>2007-12-18T13:51:48Z</dc:date>
<dc:author>arnaud</dc:author>
<dc:subject>replication, zfs</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://nzfug.nz.freebsd.org/nzfug/AndrewThompson/ZfsForReplication"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://nzfug.nz.freebsd.org/nzfug/AndrewThompson/ZfsForReplication">AndrewThompson/ZfsForReplication - NZFUG Wiki</a></h4>
 
by <a href="http://blogmarks.net/user/arnaud">arnaud</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/replication">replication</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/zfs">zfs</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057622987">Copy</a> | 
<a href="http://blogmarks.net/link/2604946">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/camel/mark/1057586376">
<title>ssh on multiple servers Using cluster ssh -- Debian Admin</title>
<link>http://www.debianadmin.com/ssh-on-multiple-servers-using-cluster-ssh.html</link>
<description>Ever had to make the same change on more than one Linux/unix server? Find it annoyingly painful to keep repeating the exact same commands again and again and again?

This tool addresses exactly this problem. You run a utility (cssh) providing a number of server names as parameters, and then xterms opens up to each server with an extra “console” window. Anything typed into the console is replicated into each server window (so, for examples, you can edit the same file on N machines at the same time, or run the same commands with the same parameters across those servers).

It is also possible to type into the server windows directly, or temporarily disable replication to one or more of the servers through the “Hosts” menu.</description>
<dc:date>2007-11-30T08:23:04Z</dc:date>
<dc:author>camel</dc:author>
<dc:subject>debian, server, ssh, windows, admin, file, replication, cluster, edit</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.debianadmin.com/ssh-on-multiple-servers-using-cluster-ssh.html"><img border="0" src="http://blogmarks.net/screenshots/2007/11/30/47f9540c5849eb8e489c2b106527b605.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.debianadmin.com/ssh-on-multiple-servers-using-cluster-ssh.html">ssh on multiple servers Using cluster ssh -- Debian Admin</a></h4>
 
by <a href="http://blogmarks.net/user/camel">camel</a> 
<p class="description">Ever had to make the same change on more than one Linux/unix server? Find it annoyingly painful to keep repeating the exact same commands again and again and again?

This tool addresses exactly this problem. You run a utility (cssh) providing a number of server names as parameters, and then xterms opens up to each server with an extra “console” window. Anything typed into the console is replicated into each server window (so, for examples, you can edit the same file on N machines at the same time, or run the same commands with the same parameters across those servers).

It is also possible to type into the server windows directly, or temporarily disable replication to one or more of the servers through the “Hosts” menu.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/debian">debian</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/server">server</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ssh">ssh</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/windows">windows</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/admin">admin</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/file">file</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/replication">replication</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cluster">cluster</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/edit">edit</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057586376">Copy</a> | 
<a href="http://blogmarks.net/link/2568801">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/dzc/mark/1057519364">
<title>MySQL - mysqlslavesync : création d'esclaves de réplication MySQL</title>
<link>http://www.nexen.net/actualites/trucs/17741-mysqlslavesync_:_creation_desclaves_de_replication_mysql.php</link>
<description></description>
<dc:date>2007-11-02T09:12:26Z</dc:date>
<dc:author>dzc</dc:author>
<dc:subject>mysql, dba, sgbd, replication</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.nexen.net/actualites/trucs/17741-mysqlslavesync_:_creation_desclaves_de_replication_mysql.php"><img border="0" src="http://blogmarks.net/screenshots/2007/11/02/586b83b6c7936688972a652658c010d2.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.nexen.net/actualites/trucs/17741-mysqlslavesync_:_creation_desclaves_de_replication_mysql.php">MySQL - mysqlslavesync : création d'esclaves de réplication MySQL</a></h4>
 
by <a href="http://blogmarks.net/user/dzc">dzc</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2505511">1 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mysql">mysql</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/dba">dba</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/sgbd">sgbd</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/replication">replication</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057519364">Copy</a> | 
<a href="http://blogmarks.net/link/2505511">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/camel/mark/1057515866">
<title>mysqlslavesync - Google Code</title>
<link>http://code.google.com/p/mysqlslavesync/</link>
<description>mysqlslavesync entre dans la famille des automatiseurs : tous ces outils qui permettent de mettre en place une solution standardisée. Ici, il s'agit de mettre en place la réplication MySQL sur un nouvel esclave.

&quot;L'outil se connecte au maître, effectue un dump ou un mysqlhotcopy, transfert les données, installe les données, puis configure les paramètres de réplication.&quot; Et voila, c'est tout. Si vous devez multiplier rapidement les esclaves, cela sera un répit important pour vos amis administrateur.</description>
<dc:date>2007-10-31T08:00:54Z</dc:date>
<dc:author>camel</dc:author>
<dc:subject>mysql, replication, slave, master</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://code.google.com/p/mysqlslavesync/"><img border="0" src="http://blogmarks.net/screenshots/2007/11/05/73706671e679dbee01ff94736c848897.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://code.google.com/p/mysqlslavesync/">mysqlslavesync - Google Code</a></h4>
 
by <a href="http://blogmarks.net/user/camel">camel</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2505510">1 other(s)</a> 
<p class="description">mysqlslavesync entre dans la famille des automatiseurs : tous ces outils qui permettent de mettre en place une solution standardisée. Ici, il s'agit de mettre en place la réplication MySQL sur un nouvel esclave.

"L'outil se connecte au maître, effectue un dump ou un mysqlhotcopy, transfert les données, installe les données, puis configure les paramètres de réplication." Et voila, c'est tout. Si vous devez multiplier rapidement les esclaves, cela sera un répit important pour vos amis administrateur.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mysql">mysql</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/replication">replication</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/slave">slave</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/master">master</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057515866">Copy</a> | 
<a href="http://blogmarks.net/link/2505510">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/camel/mark/1057502202">
<title>Setting Up Master-Master Replication With MySQL 5 On Debian Etch | HowtoForge - Linux Howtos and Tutorials</title>
<link>http://howtoforge.com/mysql5_master_master_replication_debian_etch</link>
<description>Since version 5, MySQL comes with built-in support for master-master replication, solving the problem that can happen with self-generated keys. In former MySQL versions, the problem with master-master replication was that conflicts arose immediately if node A and node B both inserted an auto-incrementing key on the same table. The advantages of master-master replication over the traditional master-slave replication are that you don't have to modify your applications to make write accesses only to the master, and that it is easier to provide high-availability because if the master fails, you still have the other master.</description>
<dc:date>2007-10-25T19:27:05Z</dc:date>
<dc:author>camel</dc:author>
<dc:subject>linux, debian, mysql, applications, replication</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://howtoforge.com/mysql5_master_master_replication_debian_etch"><img border="0" src="http://blogmarks.net/screenshots/2007/10/25/fa13a2726cae37d3ea401d69150d3043.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://howtoforge.com/mysql5_master_master_replication_debian_etch">Setting Up Master-Master Replication With MySQL 5 On Debian Etch | HowtoForge - Linux Howtos and Tutorials</a></h4>
 
by <a href="http://blogmarks.net/user/camel">camel</a> 
<p class="description">Since version 5, MySQL comes with built-in support for master-master replication, solving the problem that can happen with self-generated keys. In former MySQL versions, the problem with master-master replication was that conflicts arose immediately if node A and node B both inserted an auto-incrementing key on the same table. The advantages of master-master replication over the traditional master-slave replication are that you don't have to modify your applications to make write accesses only to the master, and that it is easier to provide high-availability because if the master fails, you still have the other master.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/linux">linux</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/debian">debian</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mysql">mysql</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/applications">applications</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/replication">replication</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057502202">Copy</a> | 
<a href="http://blogmarks.net/link/2492811">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Xavier Lacot/mark/1057415416">
<title>Database replication lag | Dries Buytaert</title>
<link>http://buytaert.net/database-replication-lag</link>
<description>Consider the following pseudo-code:

$nid = node_save($data);
$node = node_load($nid);

Because node_save() executes a mutator query (an INSERT or UPDATE statement) is has to be executed on the master, so the master can propagate the changes to the slaves. Because node_load() uses a read-only query, it can go to the master or any of the available slaves. Because of the lack of synchronization between master and slaves, there is one obvious caveat: when we execute node_load() the slaves might not have been updated.</description>
<dc:date>2007-08-25T11:38:07Z</dc:date>
<dc:author>Xavier Lacot</dc:author>
<dc:subject>mysql, replication, delay, architecture, drupal, php</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://buytaert.net/database-replication-lag"><img border="0" src="http://blogmarks.net/screenshots/2007/08/25/9212dec39b79e2b8c46cd4ab4384845e.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://buytaert.net/database-replication-lag">Database replication lag | Dries Buytaert</a></h4>
 
by <a href="http://blogmarks.net/user/Xavier Lacot">Xavier Lacot</a> 
<p class="description">Consider the following pseudo-code:

$nid = node_save($data);
$node = node_load($nid);

Because node_save() executes a mutator query (an INSERT or UPDATE statement) is has to be executed on the master, so the master can propagate the changes to the slaves. Because node_load() uses a read-only query, it can go to the master or any of the available slaves. Because of the lack of synchronization between master and slaves, there is one obvious caveat: when we execute node_load() the slaves might not have been updated.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mysql">mysql</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/replication">replication</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/delay">delay</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/architecture">architecture</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/drupal">drupal</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/php">php</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057415416">Copy</a> | 
<a href="http://blogmarks.net/link/2417886">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/camel/mark/1057403685">
<title>Virtual Machine Replication &amp; Failover with VMWare Server &amp; Debian Etch (4.0) | HowtoForge - Linux Howtos and Tutorials</title>
<link>http://howtoforge.com/vm_replication_failover_vmware_debian_etch</link>
<description>This tutorial provides step-by-step instructions about how to create a highly available VMware Server environment on a Debian Etch system. With this tutorial, you will be able to create Virtual Machines that will be available on multiple systems with failover/failback capabilities.</description>
<dc:date>2007-08-18T12:20:11Z</dc:date>
<dc:author>camel</dc:author>
<dc:subject>linux, debian, server, vmware, tutorial, environment, replication</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://howtoforge.com/vm_replication_failover_vmware_debian_etch"><img border="0" src="http://blogmarks.net/screenshots/2007/08/18/60413a7f45ba092437ab5bc860ba2bfd.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://howtoforge.com/vm_replication_failover_vmware_debian_etch">Virtual Machine Replication &amp; Failover with VMWare Server &amp; Debian Etch (4.0) | HowtoForge - Linux Howtos and Tutorials</a></h4>
 
by <a href="http://blogmarks.net/user/camel">camel</a> 
<p class="description">This tutorial provides step-by-step instructions about how to create a highly available VMware Server environment on a Debian Etch system. With this tutorial, you will be able to create Virtual Machines that will be available on multiple systems with failover/failback capabilities.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/linux">linux</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/debian">debian</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/server">server</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/vmware">vmware</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tutorial">tutorial</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/environment">environment</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/replication">replication</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057403685">Copy</a> | 
<a href="http://blogmarks.net/link/2406701">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/johnski/mark/2575620">
<title>CD &amp; DVD Replication, Manufacturing, Duplication By Media Fast </title>
<link>http://mediafast.biz</link>
<description>If you publish a lot of CD or DVD content, Media Fast is a source you will want to become familiar with. They offer some of the best pricing and fastest turn times in the industry. Their customer service is stellar, and they can do Mini DVD, HD-DVD, Print, Packaging, and Authoring projects. They meet your deadlines and treat you well every time. Media Fast provides high-end CD &amp; DVD replication and duplication services at competitive prices so that our customers can obtain the resources that they need to enhance the quality of their media projects. We have had over 30 years of experience in the industry and can consistently offer our customers high-quality products.  Media Fast offers a full range of HD-DVD, Mini DVD, DVD and DVD-ROM replication and duplication services complete with printing, packaging and assembly. If you are looking for unique DVD packaging, we can assist you in finding the perfect presentation for your DVD. Media Fast also offers Mini DVD's which hold 1.4 GB of data. We provide a full range of specialty CD products to give your project the unique quality that it needs. Our CD and CD-R products are perfect for delivering rich multimedia presentations. They can be used as business cards, direct mail pieces, company product catalogs, portfolio showcases, and much more.  Media Fast provides high-quality printing services to improve any media project. Whether you need booklets for CDs or entrapments for DVDs, Media Fast can provide a solution that strengthens the visual appeal of your media presentation. At Media Fast, we offer a full range of packaging from the everyday to the unique. Whether you need jewel cases, mailers, boxes, binders, clamshells, tins, or other specialty packaging solutions, we can help.</description>
<dc:date>2007-04-16T16:52:29Z</dc:date>
<dc:author>johnski</dc:author>
<dc:subject>quote, mini cd, Dvd Manufacturing, mini dvd, Dvd Replication, Dvd Duplication, cd, dvd, replication, duplication, manufacturing, printing, packaging, assembly, authoring, design, Cd Duplication, cd replication, cd manufacturing, business card cd, mini, hd</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://mediafast.biz"><img border="0" src="http://blogmarks.net/screenshots/2007/04/16/7325e7e616d07d6191606d12c86027a3.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://mediafast.biz">CD &amp; DVD Replication, Manufacturing, Duplication By Media Fast </a></h4>
 
by <a href="http://blogmarks.net/user/johnski">johnski</a> 
<p class="description">If you publish a lot of CD or DVD content, Media Fast is a source you will want to become familiar with. They offer some of the best pricing and fastest turn times in the industry. Their customer service is stellar, and they can do Mini DVD, HD-DVD, Print, Packaging, and Authoring projects. They meet your deadlines and treat you well every time. Media Fast provides high-end CD & DVD replication and duplication services at competitive prices so that our customers can obtain the resources that they need to enhance the quality of their media projects. We have had over 30 years of experience in the industry and can consistently offer our customers high-quality products.  Media Fast offers a full range of HD-DVD, Mini DVD, DVD and DVD-ROM replication and duplication services complete with printing, packaging and assembly. If you are looking for unique DVD packaging, we can assist you in finding the perfect presentation for your DVD. Media Fast also offers Mini DVD's which hold 1.4 GB of data. We provide a full range of specialty CD products to give your project the unique quality that it needs. Our CD and CD-R products are perfect for delivering rich multimedia presentations. They can be used as business cards, direct mail pieces, company product catalogs, portfolio showcases, and much more.  Media Fast provides high-quality printing services to improve any media project. Whether you need booklets for CDs or entrapments for DVDs, Media Fast can provide a solution that strengthens the visual appeal of your media presentation. At Media Fast, we offer a full range of packaging from the everyday to the unique. Whether you need jewel cases, mailers, boxes, binders, clamshells, tins, or other specialty packaging solutions, we can help.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/quote">quote</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mini%2Bcd">mini cd</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Dvd%2BManufacturing">Dvd Manufacturing</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mini%2Bdvd">mini dvd</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Dvd%2BReplication">Dvd Replication</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Dvd%2BDuplication">Dvd Duplication</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cd">cd</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/dvd">dvd</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/replication">replication</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/duplication">duplication</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/manufacturing">manufacturing</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/printing">printing</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/packaging">packaging</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/assembly">assembly</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/authoring">authoring</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/design">design</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Cd%2BDuplication">Cd Duplication</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cd%2Breplication">cd replication</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cd%2Bmanufacturing">cd manufacturing</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/business%2Bcard%2Bcd">business card cd</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=2575620">Copy</a> | 
<a href="http://blogmarks.net/link/2107694">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/camel/mark/2502546">
<title>MySQL Master-Master Replication Manager :: Homo-Adminus Blog by Alexey Kovyrin</title>
<link>http://blog.kovyrin.net/mysql-master-master-replication-manager/</link>
<description>MMM (MySQL Master-Master Replication Manager) is set of flexible scripts to perform monitoring and management of MySQL Masrter-Master replication cluster configurations.</description>
<dc:date>2007-04-10T06:53:22Z</dc:date>
<dc:author>camel</dc:author>
<dc:subject>mysql, blog, replication, cluster</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://blog.kovyrin.net/mysql-master-master-replication-manager/"><img border="0" src="http://blogmarks.net/screenshots/2007/04/10/c331c15c28fecf1481b0ff12e3ff59c9.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://blog.kovyrin.net/mysql-master-master-replication-manager/">MySQL Master-Master Replication Manager :: Homo-Adminus Blog by Alexey Kovyrin</a></h4>
 
by <a href="http://blogmarks.net/user/camel">camel</a> 
<p class="description">MMM (MySQL Master-Master Replication Manager) is set of flexible scripts to perform monitoring and management of MySQL Masrter-Master replication cluster configurations.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mysql">mysql</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/blog">blog</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/replication">replication</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cluster">cluster</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=2502546">Copy</a> | 
<a href="http://blogmarks.net/link/2054541">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/camel/mark/2434948">
<title>capttofu: MySQL Multi-Master Replication</title>
<link>http://capttofu.livejournal.com/1752.html</link>
<description>
      capttofu: MySQL Multi-Master Replication
    </description>
<dc:date>2007-02-28T09:50:58Z</dc:date>
<dc:author>camel</dc:author>
<dc:subject>mysql, master, replication, database, multi-master, programming</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://capttofu.livejournal.com/1752.html"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://capttofu.livejournal.com/1752.html">capttofu: MySQL Multi-Master Replication</a></h4>
 
by <a href="http://blogmarks.net/user/camel">camel</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1984741">1 other(s)</a> 
<p class="description">
      capttofu: MySQL Multi-Master Replication
    </p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mysql">mysql</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/master">master</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/replication">replication</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/database">database</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/multi-master">multi-master</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/programming">programming</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=2434948">Copy</a> | 
<a href="http://blogmarks.net/link/1984741">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/mbertier/mark/1840271">
<title>How to make MySQL replication reliable - Xaprb</title>
<link>http://www.xaprb.com/blog/2007/01/20/how-to-make-mysql-replication-reliable/</link>
<description>This article explains how to avoid problems, help your slaves stay in sync with the master, and recover from disasters more quickly.</description>
<dc:date>2007-01-25T09:16:48Z</dc:date>
<dc:author>mbertier</dc:author>
<dc:subject>mysql, replication</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.xaprb.com/blog/2007/01/20/how-to-make-mysql-replication-reliable/"><img border="0" src="http://blogmarks.net/screenshots/2007/01/25/72efbdeb5e143b14be186a439dafcd6e.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.xaprb.com/blog/2007/01/20/how-to-make-mysql-replication-reliable/">How to make MySQL replication reliable - Xaprb</a></h4>
 
by <a href="http://blogmarks.net/user/mbertier">mbertier</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1556058">1 other(s)</a> 
<p class="description">This article explains how to avoid problems, help your slaves stay in sync with the master, and recover from disasters more quickly.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mysql">mysql</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/replication">replication</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1840271">Copy</a> | 
<a href="http://blogmarks.net/link/1556058">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/camel/mark/2435441">
<title>MySQL Master Master Replication | HowtoForge - Linux Howtos and Tutorials</title>
<link>http://www.howtoforge.com/mysql_master_master_replication</link>
<description>
      Ce tutorial décrit comment configurer une réplication MySQL de maître à maître. Nous devons assurer la réplication de serveur pour obtenir la haute disponibilité. Dans mon cas, j'ai besoin de deux maîtres pour qu'ils soient synchronisés l'un avec l'autre : si l'un deux tombe, l'autre prend la relève, et aucune donnée n'est perdu. De même, lorsque le deuxième serveur revient, il sera capable de rattrapper le survivant.
    </description>
<dc:date>2006-10-15T13:37:11Z</dc:date>
<dc:author>camel</dc:author>
<dc:subject>replication, mysql, linux</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.howtoforge.com/mysql_master_master_replication"><img border="0" src="http://blogmarks.net/screenshots/2006/10/15/25a4d7dbf7a6a76fefb8eae8a12345bd.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.howtoforge.com/mysql_master_master_replication">MySQL Master Master Replication | HowtoForge - Linux Howtos and Tutorials</a></h4>
 
by <a href="http://blogmarks.net/user/camel">camel</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1165339">2 other(s)</a> 
<p class="description">
      Ce tutorial décrit comment configurer une réplication MySQL de maître à maître. Nous devons assurer la réplication de serveur pour obtenir la haute disponibilité. Dans mon cas, j'ai besoin de deux maîtres pour qu'ils soient synchronisés l'un avec l'autre : si l'un deux tombe, l'autre prend la relève, et aucune donnée n'est perdu. De même, lorsque le deuxième serveur revient, il sera capable de rattrapper le survivant.
    </p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/replication">replication</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mysql">mysql</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/linux">linux</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=2435441">Copy</a> | 
<a href="http://blogmarks.net/link/1165339">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/JMF/mark/1077915">
<title>MySQL Master Master Replication</title>
<link>http://www.howtoforge.com/mysql_master_master_replication</link>
<description></description>
<dc:date>2006-10-09T20:59:26Z</dc:date>
<dc:author>JMF</dc:author>
<dc:subject>linux, mysql, replication</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.howtoforge.com/mysql_master_master_replication"><img border="0" src="http://blogmarks.net/screenshots/2006/10/15/25a4d7dbf7a6a76fefb8eae8a12345bd.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.howtoforge.com/mysql_master_master_replication">MySQL Master Master Replication</a></h4>
 
by <a href="http://blogmarks.net/user/JMF">JMF</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1165339">2 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/linux">linux</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mysql">mysql</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/replication">replication</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1077915">Copy</a> | 
<a href="http://blogmarks.net/link/1165339">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/rodo/mark/986041">
<title>slony</title>
<link>http://gborg.postgresql.org/project/slony1/projdisplay.php</link>
<description>Slony-I is a &quot;master to multiple slaves&quot; replication system with cascading and failover. 
 The big picture for the development of Slony-I is a master-slave system that includes all features and capabilities needed to replicate large databases to a reasonably limited number of slave systems. 
 Slony-I is a system for data centers and backup sites, where the normal mode of operation is that all nodes are available.</description>
<dc:date>2006-09-26T19:42:04Z</dc:date>
<dc:author>rodo</dc:author>
<dc:subject>replication, postgresql, database</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://gborg.postgresql.org/project/slony1/projdisplay.php"><img border="0" src="http://blogmarks.net/screenshots/2006/09/26/8b8472706c194ac39d26c684e4df2404.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://gborg.postgresql.org/project/slony1/projdisplay.php">slony</a></h4>
 
by <a href="http://blogmarks.net/user/rodo">rodo</a> 
<p class="description">Slony-I is a "master to multiple slaves" replication system with cascading and failover. 
 The big picture for the development of Slony-I is a master-slave system that includes all features and capabilities needed to replicate large databases to a reasonably limited number of slave systems. 
 Slony-I is a system for data centers and backup sites, where the normal mode of operation is that all nodes are available.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/replication">replication</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/postgresql">postgresql</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/database">database</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=986041">Copy</a> | 
<a href="http://blogmarks.net/link/1122708">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/springnet/mark/1057901940">
<title>ONLamp.com -- Advanced MySQL Replication Techniques</title>
<link>http://www.onlamp.com/pub/a/onlamp/2006/04/20/advanced-mysql-replication.html?page=1</link>
<description>You may know about the MySQL Cluster, which is a complex architecture to achieve high availability and performance. One of the advantages of MySQL Cluster is that each node is a peer to the others, whereas in a normal replicating system you have a master</description>
<dc:date>2006-09-25T22:26:01Z</dc:date>
<dc:author>springnet</dc:author>
<dc:subject>clustering, linux, lamp, failover, replication, mysql, sxsw, texas, austin, austinblogger, austincast, walhus, springnet</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.onlamp.com/pub/a/onlamp/2006/04/20/advanced-mysql-replication.html?page=1"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.onlamp.com/pub/a/onlamp/2006/04/20/advanced-mysql-replication.html?page=1">ONLamp.com -- Advanced MySQL Replication Techniques</a></h4>
 
by <a href="http://blogmarks.net/user/springnet">springnet</a> 
<p class="description">You may know about the MySQL Cluster, which is a complex architecture to achieve high availability and performance. One of the advantages of MySQL Cluster is that each node is a peer to the others, whereas in a normal replicating system you have a master</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/clustering">clustering</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/linux">linux</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/lamp">lamp</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/failover">failover</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/replication">replication</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mysql">mysql</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/sxsw">sxsw</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/texas">texas</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/austin">austin</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/austinblogger">austinblogger</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/austincast">austincast</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/walhus">walhus</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/springnet">springnet</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057901940">Copy</a> | 
<a href="http://blogmarks.net/link/2826962">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/springnet/mark/1057901942">
<title>SteelEye : Products &gt; Data Replication</title>
<link>http://www.steeleye.com/products/ext_mirroring.html</link>
<description>Fast Replication With Low Network Demand LifeKeeper Data Replication replicates data at the block level, below the file system. Most importantly, LifeKeeper Data Replication only replicates changes in data and thereby minimizes the demand on systems and n</description>
<dc:date>2006-09-25T22:24:28Z</dc:date>
<dc:author>springnet</dc:author>
<dc:subject>replication, failover, sxsw, texas, austin, austinblogger, austincast, walhus, springnet</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.steeleye.com/products/ext_mirroring.html"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.steeleye.com/products/ext_mirroring.html">SteelEye : Products &gt; Data Replication</a></h4>
 
by <a href="http://blogmarks.net/user/springnet">springnet</a> 
<p class="description">Fast Replication With Low Network Demand LifeKeeper Data Replication replicates data at the block level, below the file system. Most importantly, LifeKeeper Data Replication only replicates changes in data and thereby minimizes the demand on systems and n</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/replication">replication</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/failover">failover</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/sxsw">sxsw</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/texas">texas</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/austin">austin</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/austinblogger">austinblogger</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/austincast">austincast</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/walhus">walhus</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/springnet">springnet</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057901942">Copy</a> | 
<a href="http://blogmarks.net/link/2826963">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/springnet/mark/1057901948">
<title>MySQL 5.0 Reference Manual :: 6.10 Replication FAQ</title>
<link>http://dev.mysql.com/doc/refman/5.0/en/replication-faq.html</link>
<description>Replication FAQ.  Q: How do I configure a slave if the master is running and I do not want to stop it? A: There are several possibilities. If you have taken a snapshot backup of the master at some point and recorded the binary log filename and offset (fr</description>
<dc:date>2006-09-25T22:01:58Z</dc:date>
<dc:author>springnet</dc:author>
<dc:subject>failover, replication, mysql, sxsw, texas, austin, austinblogger, austincast, walhus, springnet</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://dev.mysql.com/doc/refman/5.0/en/replication-faq.html"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://dev.mysql.com/doc/refman/5.0/en/replication-faq.html">MySQL 5.0 Reference Manual :: 6.10 Replication FAQ</a></h4>
 
by <a href="http://blogmarks.net/user/springnet">springnet</a> 
<p class="description">Replication FAQ.  Q: How do I configure a slave if the master is running and I do not want to stop it? A: There are several possibilities. If you have taken a snapshot backup of the master at some point and recorded the binary log filename and offset (fr</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/failover">failover</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/replication">replication</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mysql">mysql</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/sxsw">sxsw</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/texas">texas</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/austin">austin</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/austinblogger">austinblogger</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/austincast">austincast</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/walhus">walhus</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/springnet">springnet</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057901948">Copy</a> | 
<a href="http://blogmarks.net/link/2826967">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>