<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.how2forge.org" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
 <title>HowtoForge - Linux Howtos and Tutorials - High-Availability</title>
 <link>http://www.how2forge.org/taxonomy/term/83/all</link>
 <description></description>
 <language>en</language>
 <atom:link href="http://www.how2forge.org/rss/high-availability.rss" rel="self" type="application/rss+xml" />
 <image>
  <title>HowtoForge - Linux Howtos and Tutorials - High-Availability</title>
  <url>http://www.howtoforge.com/themes/htf_glass/images/howtoforge_logo_glass_blue.gif</url>
  <link>http://www.how2forge.org/taxonomy/term/83/all</link>
 </image>

<item>
 <title>Installing A Web, Email And MySQL Database Cluster (Mirror) On Debian 5.0 With ISPConfig 3</title>
 <link>http://www.how2forge.org/installing-a-web-email-and-mysql-database-cluster-on-debian-5.0-with-ispconfig-3</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/installing-a-web-email-and-mysql-database-cluster-on-debian-5.0-with-ispconfig-3&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;116&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://static.howtoforge.com/images/teaser/ispconfig.gif&quot; width=&quot;113&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Installing A Web, Email And MySQL Database Cluster (Mirror) On Debian 5.0 
With ISPConfig 3&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial describes the installation of a clustered Web, Email, 
Database and DNS server to be used for redundancy, high availability and
 load balancing on Debian 5 with the ISPConfig 3 control panel. 
GlusterFS will be used to mirror the data between the servers and 
ISPConfig for mirroring the configuration files. I will use a setup of 
two servers here for demonstration purposes but the setup can scale to a
 higher number of servers with only minor modifications in the GlusterFS
 configuration files.&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/linux/debian">Debian</category>
 <category domain="http://www.how2forge.org/sitemap/control-panels/ispconfig">ISPConfig</category>
 <category domain="http://www.how2forge.org/sitemap/web-server/apache">Apache</category>
 <category domain="http://www.how2forge.org/sitemap/high-availability">High-Availability</category>
 <category domain="http://www.how2forge.org/sitemap/mysql">MySQL</category>
 <category domain="http://www.how2forge.org/sitemap/email/postfix">Postfix</category>
 <pubDate>Tue, 10 Aug 2010 17:21:09 +0200</pubDate>
 <guid>http://www.how2forge.org/installing-a-web-email-and-mysql-database-cluster-on-debian-5.0-with-ispconfig-3</guid>
 <comments>http://www.how2forge.org/installing-a-web-email-and-mysql-database-cluster-on-debian-5.0-with-ispconfig-3#comment</comments>
</item>
<item>
 <title>HowTo: Install Memcached With repcached &quot;Built-In Server Side Replication&quot; On Debian Lenny</title>
 <link>http://www.how2forge.org/how-to-install-memcached-with-repcached-built-in-server-side-replication-on-debian-lenny</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/how-to-install-memcached-with-repcached-built-in-server-side-replication-on-debian-lenny&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;36&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://static.howtoforge.com/images/teaser/debian.gif&quot; width=&quot;33&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;HowTo: Install Memcached With repcached &quot;Built-In Server Side 
Replication&quot; On Debian Lenny&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;People probably know about memcached
 and its high performance name-value based memory object cache 
interface. Its main purpose is to provide an easy to use distributed 
caching engine in a multinode environment. Have you ever wanted to let 
memcached handle replication?&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/linux/debian">Debian</category>
 <category domain="http://www.how2forge.org/sitemap/web-server/apache">Apache</category>
 <category domain="http://www.how2forge.org/taxonomy/term/61">Apache</category>
 <category domain="http://www.how2forge.org/sitemap/high-availability">High-Availability</category>
 <category domain="http://www.how2forge.org/sitemap/programming">Programming</category>
 <pubDate>Wed, 12 May 2010 18:43:28 +0200</pubDate>
 <guid>http://www.how2forge.org/how-to-install-memcached-with-repcached-built-in-server-side-replication-on-debian-lenny</guid>
 <comments>http://www.how2forge.org/how-to-install-memcached-with-repcached-built-in-server-side-replication-on-debian-lenny#comment</comments>
</item>
<item>
 <title>High-Availability Storage With GlusterFS On Mandriva 2010.0 - Automatic File Replication Across Two Storage Servers</title>
 <link>http://www.how2forge.org/high-availability-storage-with-glusterfs-on-mandriva-2010.0-automatic-file-replication-mirror-across-two-storage-servers</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/high-availability-storage-with-glusterfs-on-mandriva-2010.0-automatic-file-replication-mirror-across-two-storage-servers&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;43&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://static.howtoforge.com/images/teaser/mandriva.gif&quot; width=&quot;40&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;High-Availability Storage  With GlusterFS On Mandriva 2010.0 - 
Automatic File Replication (Mirror) Across Two Storage Servers&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial shows how to set up a high-availability storage with 
two storage servers (Mandriva 2010.0) that use GlusterFS. Each 
storage server will be a mirror of the other storage server, and files 
will be replicated automatically across both storage servers. The client
 system (Mandriva 2010.0 as well) will be able to access the storage as 
if it was a local filesystem. 
  
GlusterFS is a clustered file-system capable of scaling to several 
peta-bytes. It aggregates various storage bricks over Infiniband RDMA or
 TCP/IP interconnect into one large parallel network file system. 
Storage bricks can be made of any commodity hardware such as x86_64 
servers with SATA-II RAID and Infiniband HBA.&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/linux/mandriva">Mandriva</category>
 <category domain="http://www.how2forge.org/sitemap/high-availability">High-Availability</category>
 <category domain="http://www.how2forge.org/sitemap/storage">Storage</category>
 <pubDate>Sun, 09 May 2010 17:13:18 +0200</pubDate>
 <guid>http://www.how2forge.org/high-availability-storage-with-glusterfs-on-mandriva-2010.0-automatic-file-replication-mirror-across-two-storage-servers</guid>
 <comments>http://www.how2forge.org/high-availability-storage-with-glusterfs-on-mandriva-2010.0-automatic-file-replication-mirror-across-two-storage-servers#comment</comments>
</item>
<item>
 <title>Distributed Replicated Storage Across Four Storage Nodes With GlusterFS On Mandriva 2010.0</title>
 <link>http://www.how2forge.org/distributed-replicated-storage-across-four-storage-nodes-with-glusterfs-on-mandriva-2010.0</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/distributed-replicated-storage-across-four-storage-nodes-with-glusterfs-on-mandriva-2010.0&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;43&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://static.howtoforge.com/images/teaser/mandriva.gif&quot; width=&quot;40&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Distributed Replicated Storage Across Four Storage Nodes With 
GlusterFS On Mandriva 2010.0&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial shows how to combine four single storage servers 
(running Mandriva 2010.0) to a distributed replicated storage with GlusterFS. Nodes 1 
and 2 (&lt;span class=&quot;system&quot;&gt;replication1&lt;/span&gt;) as well as 3 and 4 (&lt;span class=&quot;system&quot;&gt;replication2&lt;/span&gt;) will mirror each other, and &lt;span class=&quot;system&quot;&gt;replication1&lt;/span&gt; and &lt;span class=&quot;system&quot;&gt;replication2&lt;/span&gt;
 will be combined to one larger storage server (distribution). 
Basically, this is RAID10 over network. 

 If you lose one server from &lt;span class=&quot;system&quot;&gt;replication1&lt;/span&gt; 
and one from &lt;span class=&quot;system&quot;&gt;replication2&lt;/span&gt;, the distributed 
volume continues to work. The client system (Mandriva 2010.0 as well) 
will be able to access the storage as if it was a local filesystem. 
    
GlusterFS is a clustered file-system capable of scaling to several 
peta-bytes. It aggregates various storage bricks over Infiniband RDMA or
 TCP/IP interconnect into one large parallel network file system. 
Storage bricks can be made of any commodity hardware such as x86_64 
servers with SATA-II RAID and Infiniband HBA.&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/linux/mandriva">Mandriva</category>
 <category domain="http://www.how2forge.org/sitemap/high-availability">High-Availability</category>
 <category domain="http://www.how2forge.org/sitemap/storage">Storage</category>
 <pubDate>Sun, 18 Apr 2010 18:24:53 +0200</pubDate>
 <guid>http://www.how2forge.org/distributed-replicated-storage-across-four-storage-nodes-with-glusterfs-on-mandriva-2010.0</guid>
 <comments>http://www.how2forge.org/distributed-replicated-storage-across-four-storage-nodes-with-glusterfs-on-mandriva-2010.0#comment</comments>
</item>
<item>
 <title>Distributed Replicated Storage Across Four Storage Nodes With GlusterFS On CentOS 5.4</title>
 <link>http://www.how2forge.org/distributed-replicated-storage-across-four-storage-nodes-with-glusterfs-on-centos-5.4</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/distributed-replicated-storage-across-four-storage-nodes-with-glusterfs-on-centos-5.4&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;45&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://static.howtoforge.com/images/teaser/centos.gif&quot; width=&quot;42&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Distributed Replicated Storage Across Four Storage Nodes With GlusterFS On CentOS 5.4&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial shows how to combine four single storage servers 
(running CentOS 5.4) to a distributed replicated storage with GlusterFS. Nodes 1 
and 2 (&lt;span class=&quot;system&quot;&gt;replication1&lt;/span&gt;) as well as 3 and 4 (&lt;span class=&quot;system&quot;&gt;replication2&lt;/span&gt;) will mirror each other, and &lt;span class=&quot;system&quot;&gt;replication1&lt;/span&gt; and &lt;span class=&quot;system&quot;&gt;replication2&lt;/span&gt;
 will be combined to one larger storage server (distribution). 
Basically, this is RAID10 over network. 

 If you lose one server from &lt;span class=&quot;system&quot;&gt;replication1&lt;/span&gt; 
and one from &lt;span class=&quot;system&quot;&gt;replication2&lt;/span&gt;, the distributed 
volume continues to work. The client system (CentOS 5.4 as well) will be
 able to access the storage as if it was a local filesystem. 
    
GlusterFS is a clustered file-system capable of scaling to several 
peta-bytes. It aggregates various storage bricks over Infiniband RDMA or
 TCP/IP interconnect into one large parallel network file system. 
Storage bricks can be made of any commodity hardware such as x86_64 
servers with SATA-II RAID and Infiniband HBA.&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.how2forge.org/sitemap/high-availability">High-Availability</category>
 <category domain="http://www.how2forge.org/sitemap/storage">Storage</category>
 <pubDate>Sun, 21 Mar 2010 20:24:29 +0100</pubDate>
 <guid>http://www.how2forge.org/distributed-replicated-storage-across-four-storage-nodes-with-glusterfs-on-centos-5.4</guid>
 <comments>http://www.how2forge.org/distributed-replicated-storage-across-four-storage-nodes-with-glusterfs-on-centos-5.4#comment</comments>
</item>
<item>
 <title>High-Availability Storage With GlusterFS On CentOS 5.4 - Automatic File Replication (Mirror) Across Two Storage Servers</title>
 <link>http://www.how2forge.org/high-availability-storage-with-glusterfs-on-centos-5.4-automatic-file-replication-mirror-across-two-storage-servers</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/high-availability-storage-with-glusterfs-on-centos-5.4-automatic-file-replication-mirror-across-two-storage-servers&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;45&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://static.howtoforge.com/images/teaser/centos.gif&quot; width=&quot;42&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;High-Availability Storage  With GlusterFS On CentOS 5.4 - Automatic File Replication (Mirror) Across Two Storage Servers&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial shows how to set up a high-availability storage with 
two storage servers (CentOS 5.4) that use GlusterFS. Each 
storage server will be a mirror of the other storage server, and files 
will be replicated automatically across both storage servers. The client
 system (CentOS 5.4 as well) will be able to access the storage as if it
 was a local filesystem. 
  
GlusterFS is a clustered file-system capable of scaling to several 
peta-bytes. It aggregates various storage bricks over Infiniband RDMA or
 TCP/IP interconnect into one large parallel network file system. 
Storage bricks can be made of any commodity hardware such as x86_64 
servers with SATA-II RAID and Infiniband HBA.&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.how2forge.org/sitemap/high-availability">High-Availability</category>
 <category domain="http://www.how2forge.org/sitemap/storage">Storage</category>
 <pubDate>Wed, 17 Mar 2010 17:21:06 +0100</pubDate>
 <guid>http://www.how2forge.org/high-availability-storage-with-glusterfs-on-centos-5.4-automatic-file-replication-mirror-across-two-storage-servers</guid>
 <comments>http://www.how2forge.org/high-availability-storage-with-glusterfs-on-centos-5.4-automatic-file-replication-mirror-across-two-storage-servers#comment</comments>
</item>
<item>
 <title>Highly Available NFS Server Using DRBD And Heartbeat On Debian 5.0 (Lenny)</title>
 <link>http://www.how2forge.org/highly-available-nfs-server-using-drbd-and-heartbeat-on-debian-5.0-lenny</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/highly-available-nfs-server-using-drbd-and-heartbeat-on-debian-5.0-lenny&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;119&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://static.howtoforge.com/images/teaser/ha.gif&quot; width=&quot;116&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Highly Available NFS Server Using DRBD And Heartbeat On Debian 5.0 (Lenny)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt; This HowTo explains how I set up a highly available NFS server using Debian 5 (Lenny) and drbd8 with heartbeat.&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/linux/debian">Debian</category>
 <category domain="http://www.how2forge.org/sitemap/high-availability">High-Availability</category>
 <category domain="http://www.how2forge.org/sitemap/storage">Storage</category>
 <pubDate>Mon, 15 Mar 2010 17:13:47 +0100</pubDate>
 <guid>http://www.how2forge.org/highly-available-nfs-server-using-drbd-and-heartbeat-on-debian-5.0-lenny</guid>
 <comments>http://www.how2forge.org/highly-available-nfs-server-using-drbd-and-heartbeat-on-debian-5.0-lenny#comment</comments>
</item>
<item>
 <title>Distributed Replicated Storage Across Four Storage Nodes With GlusterFS On Fedora 12</title>
 <link>http://www.how2forge.org/distributed-replicated-storage-across-four-storage-nodes-with-glusterfs-on-fedora-12</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/distributed-replicated-storage-across-four-storage-nodes-with-glusterfs-on-fedora-12&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;43&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://static.howtoforge.com/images/teaser/fedora.gif&quot; width=&quot;40&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Distributed Replicated Storage Across Four Storage Nodes With GlusterFS On Fedora 12&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial shows how to combine four single storage servers (running Fedora 12) to a distributed replicated storage with GlusterFS. Nodes 1 and 2 (&lt;span class=&quot;system&quot;&gt;replication1&lt;/span&gt;) as well as 3 and 4 (&lt;span class=&quot;system&quot;&gt;replication2&lt;/span&gt;) will mirror each other, and &lt;span class=&quot;system&quot;&gt;replication1&lt;/span&gt; and &lt;span class=&quot;system&quot;&gt;replication2&lt;/span&gt; will be combined to one larger storage server (distribution). Basically, this is RAID10 over network. 

 If you lose one server from &lt;span class=&quot;system&quot;&gt;replication1&lt;/span&gt; and one from &lt;span class=&quot;system&quot;&gt;replication2&lt;/span&gt;,
the distributed volume continues to work. The client system (Fedora 12
as well) will be able to access the storage as if it was a local
filesystem. GlusterFS is a clustered file-system capable of scaling to
several peta-bytes. It aggregates various storage bricks over
Infiniband RDMA or TCP/IP interconnect into one large parallel network
file system. Storage bricks can be made of any commodity hardware such
as x86_64 servers with SATA-II RAID and Infiniband HBA.&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.how2forge.org/sitemap/high-availability">High-Availability</category>
 <category domain="http://www.how2forge.org/sitemap/storage">Storage</category>
 <pubDate>Sun, 07 Mar 2010 19:34:50 +0100</pubDate>
 <guid>http://www.how2forge.org/distributed-replicated-storage-across-four-storage-nodes-with-glusterfs-on-fedora-12</guid>
 <comments>http://www.how2forge.org/distributed-replicated-storage-across-four-storage-nodes-with-glusterfs-on-fedora-12#comment</comments>
</item>
<item>
 <title>High-Availability Storage With GlusterFS On Fedora 12 - Automatic File Replication (Mirror) Across Two Storage Servers</title>
 <link>http://www.how2forge.org/high-availability-storage-with-glusterfs-on-fedora-12-automatic-file-replication-mirror-across-two-storage-servers</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/high-availability-storage-with-glusterfs-on-fedora-12-automatic-file-replication-mirror-across-two-storage-servers&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;43&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://static.howtoforge.com/images/teaser/fedora.gif&quot; width=&quot;40&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;High-Availability Storage  With GlusterFS On Fedora 12 - Automatic File Replication (Mirror) Across Two Storage Servers&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial shows how to set up a high-availability storage with two storage servers (Fedora 12) that use GlusterFS.
Each storage server will be a mirror of the other storage server, and
files will be replicated automatically across both storage servers. The
client system (Fedora 12 as well) will be able to access the storage as
if it was a local filesystem. GlusterFS is a clustered file-system
capable of scaling to several peta-bytes. It aggregates various storage
bricks over Infiniband RDMA or TCP/IP interconnect into one large
parallel network file system. Storage bricks can be made of any
commodity hardware such as x86_64 servers with SATA-II RAID and
Infiniband HBA.&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.how2forge.org/sitemap/high-availability">High-Availability</category>
 <category domain="http://www.how2forge.org/sitemap/storage">Storage</category>
 <pubDate>Sun, 28 Feb 2010 18:52:03 +0100</pubDate>
 <guid>http://www.how2forge.org/high-availability-storage-with-glusterfs-on-fedora-12-automatic-file-replication-mirror-across-two-storage-servers</guid>
 <comments>http://www.how2forge.org/high-availability-storage-with-glusterfs-on-fedora-12-automatic-file-replication-mirror-across-two-storage-servers#comment</comments>
</item>
<item>
 <title>Efficient High-Available LoadBalanced Cluster On CentOS 5.3 (Direct Routing Method)</title>
 <link>http://www.how2forge.org/efficient-high-available-loadbalanced-cluster-on-centos-5.3-direct-routing-method</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/efficient-high-available-loadbalanced-cluster-on-centos-5.3-direct-routing-method&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;45&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://static.howtoforge.com/images/teaser/centos.gif&quot; width=&quot;42&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;Efficient High-Available LoadBalanced Cluster On CentOS 5.3 (Direct Routing Method)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This article explains how to set up an LVS cluster of load balanced virtual 
servers with Heartbeat and Ldirectord On CentOS 5.3.The load balancer sits 
between the user and two (or more) backend Apache/IIS web servers that hold the 
same content. Not only does the load balancer distribute the requests to the two 
backend Apache/IIS servers, it also checks the health of the backend servers. If 
one of them is down, all requests will automatically be redirected to the 
remaining backend server.&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.how2forge.org/sitemap/high-availability">High-Availability</category>
 <pubDate>Mon, 15 Feb 2010 17:47:57 +0100</pubDate>
 <guid>http://www.how2forge.org/efficient-high-available-loadbalanced-cluster-on-centos-5.3-direct-routing-method</guid>
 <comments>http://www.how2forge.org/efficient-high-available-loadbalanced-cluster-on-centos-5.3-direct-routing-method#comment</comments>
</item>
<item>
 <title>Distributed Replicated Storage Across Four Storage Nodes With GlusterFS On Ubuntu 9.10</title>
 <link>http://www.how2forge.org/distributed-replicated-storage-across-four-storage-nodes-with-glusterfs-on-ubuntu-9.10</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/distributed-replicated-storage-across-four-storage-nodes-with-glusterfs-on-ubuntu-9.10&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://static.howtoforge.com/images/teaser/ubuntu.gif&quot; width=&quot;39&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Distributed Replicated Storage Across Four Storage Nodes With GlusterFS On Ubuntu 9.10&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial shows how to combine four single storage servers (running Ubuntu 9.10) to a distributed replicated storage with GlusterFS. Nodes 1 and 2 (&lt;span class=&quot;system&quot;&gt;replication1&lt;/span&gt;) as well as 3 and 4 (&lt;span class=&quot;system&quot;&gt;replication2&lt;/span&gt;) will mirror each other, and &lt;span class=&quot;system&quot;&gt;replication1&lt;/span&gt; and &lt;span class=&quot;system&quot;&gt;replication2&lt;/span&gt; will be combined to one larger storage server (distribution). Basically, this is RAID10 over network. 

 If you lose one server from &lt;span class=&quot;system&quot;&gt;replication1&lt;/span&gt; and one from &lt;span class=&quot;system&quot;&gt;replication2&lt;/span&gt;,
the distributed volume continues to work. The client system (Ubuntu
9.10 as well) will be able to access the storage as if it was a local
filesystem. GlusterFS is a clustered file-system capable of scaling to
several peta-bytes. It aggregates various storage bricks over
Infiniband RDMA or TCP/IP interconnect into one large parallel network
file system. Storage bricks can be made of any commodity hardware such
as x86_64 servers with SATA-II RAID and Infiniband HBA.&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.how2forge.org/sitemap/high-availability">High-Availability</category>
 <category domain="http://www.how2forge.org/sitemap/storage">Storage</category>
 <pubDate>Sun, 17 Jan 2010 19:28:13 +0100</pubDate>
 <guid>http://www.how2forge.org/distributed-replicated-storage-across-four-storage-nodes-with-glusterfs-on-ubuntu-9.10</guid>
 <comments>http://www.how2forge.org/distributed-replicated-storage-across-four-storage-nodes-with-glusterfs-on-ubuntu-9.10#comment</comments>
</item>
<item>
 <title>High-Availability Storage With GlusterFS On Ubuntu 9.10 - Automatic File Replication (Mirror) Across Two Storage Servers</title>
 <link>http://www.how2forge.org/high-availability-storage-with-glusterfs-on-ubuntu-9.10-automatic-file-replication-mirror-across-two-storage-servers</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/high-availability-storage-with-glusterfs-on-ubuntu-9.10-automatic-file-replication-mirror-across-two-storage-servers&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://static.howtoforge.com/images/teaser/ubuntu.gif&quot; width=&quot;39&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;High-Availability Storage  With GlusterFS On Ubuntu 9.10 - Automatic File Replication (Mirror) Across Two Storage Servers&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial shows how to set up a high-availability storage with two storage servers (Ubuntu 9.10) that use GlusterFS.
Each storage server will be a mirror of the other storage server, and
files will be replicated automatically across both storage servers. The
client system (Ubuntu 9.10 as well) will be able to access the storage
as if it was a local filesystem. GlusterFS is a clustered file-system
capable of scaling to several peta-bytes. It aggregates various storage
bricks over Infiniband RDMA or TCP/IP interconnect into one large
parallel network file system. Storage bricks can be made of any
commodity hardware such as x86_64 servers with SATA-II RAID and
Infiniband HBA.&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.how2forge.org/sitemap/high-availability">High-Availability</category>
 <category domain="http://www.how2forge.org/sitemap/storage">Storage</category>
 <pubDate>Thu, 07 Jan 2010 17:02:46 +0100</pubDate>
 <guid>http://www.how2forge.org/high-availability-storage-with-glusterfs-on-ubuntu-9.10-automatic-file-replication-mirror-across-two-storage-servers</guid>
 <comments>http://www.how2forge.org/high-availability-storage-with-glusterfs-on-ubuntu-9.10-automatic-file-replication-mirror-across-two-storage-servers#comment</comments>
</item>
<item>
 <title>Installation And Setup Guide For DRBD, OpenAIS, Pacemaker + Xen On OpenSUSE 11.1</title>
 <link>http://www.how2forge.org/installation-and-setup-guide-for-drbd-openais-pacemaker-xen-on-opensuse-11.1</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/installation-and-setup-guide-for-drbd-openais-pacemaker-xen-on-opensuse-11.1&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;113&quot; height=&quot;32&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://static.howtoforge.com/images/teaser/opensuse.gif&quot; width=&quot;110&quot; height=&quot;32&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Installation And Setup Guide For DRBD, OpenAIS, Pacemaker + Xen On OpenSUSE 11.1&lt;/b&gt;&lt;/p&gt;


&lt;p&gt;The following will install and configure DRBD, OpenAIS, Pacemaker and Xen
on OpenSUSE 11.1 to provide highly-available virtual machines. This setup does
not utilize Xen&#039;s live migration capabilities. Instead, VMs will be started
on the secondary node as soon as failure of the primary is detected. Xen
virtual disk images are replicated between nodes using DRBD and all services
on the cluster will be managed by OpenAIS and Pacemaker. The following setup
utilizes DRBD 8.3.2 and Pacemaker 1.0.4. It is important to note that DRBD
8.3.2 has come a long way since previous versions in terms of compatibility
with Pacemaker. In particular, a new DRBD OCF resource agent script and new
DRBD-level resource fencing features. This configuration will not work
with older releases of DRBD.&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/linux">Linux</category>
 <category domain="http://www.how2forge.org/sitemap/linux/suse">SuSE</category>
 <category domain="http://www.how2forge.org/sitemap/virtualization/xen">Xen</category>
 <category domain="http://www.how2forge.org/sitemap/high-availability">High-Availability</category>
 <category domain="http://www.how2forge.org/sitemap/virtualization">Virtualization</category>
 <pubDate>Mon, 17 Aug 2009 19:48:34 +0200</pubDate>
 <guid>http://www.how2forge.org/installation-and-setup-guide-for-drbd-openais-pacemaker-xen-on-opensuse-11.1</guid>
 <comments>http://www.how2forge.org/installation-and-setup-guide-for-drbd-openais-pacemaker-xen-on-opensuse-11.1#comment</comments>
</item>
<item>
 <title>Setting Up A High-Availability Load Balancer (With Failover and Session Support) With HAProxy/Heartbeat On Debian Lenny</title>
 <link>http://www.how2forge.org/setting-up-a-high-availability-load-balancer-with-haproxy-heartbeat-on-debian-lenny</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/setting-up-a-high-availability-load-balancer-with-haproxy-heartbeat-on-debian-lenny&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;119&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://static.howtoforge.com/images/teaser/ha.gif&quot; width=&quot;116&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Setting Up A High-Availability Load Balancer (With Failover and Session Support) With HAProxy/Heartbeat On Debian Lenny&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This article explains how to set up a two-node load balancer in an active/passive configuration with HAProxy
and heartbeat on Debian Lenny. The load balancer sits between the user
and two (or more) backend Apache web servers that hold the same
content. Not only does the load balancer distribute the requests to the
two backend Apache servers, it also checks the health of the backend
servers. If one of them is down, all requests will automatically be
redirected to the remaining backend server. In addition to that, the
two load balancer nodes monitor each other using heartbeat, and if the
master fails, the slave becomes the master, which means the users will
not notice any disruption of the service. HAProxy is session-aware,
which means you can use it with any web application that makes use of
sessions (such as forums, shopping carts, etc.).&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/linux/debian">Debian</category>
 <category domain="http://www.how2forge.org/sitemap/high-availability">High-Availability</category>
 <pubDate>Sun, 12 Jul 2009 18:53:40 +0200</pubDate>
 <guid>http://www.how2forge.org/setting-up-a-high-availability-load-balancer-with-haproxy-heartbeat-on-debian-lenny</guid>
 <comments>http://www.how2forge.org/setting-up-a-high-availability-load-balancer-with-haproxy-heartbeat-on-debian-lenny#comment</comments>
</item>
<item>
 <title>Distributed Replicated Storage Across Four Storage Nodes With GlusterFS On Debian Lenny</title>
 <link>http://www.how2forge.org/distributed-replicated-storage-across-four-storage-nodes-with-glusterfs-on-debian-lenny</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/distributed-replicated-storage-across-four-storage-nodes-with-glusterfs-on-debian-lenny&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;36&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://static.howtoforge.com/images/teaser/debian.gif&quot; width=&quot;33&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Distributed Replicated Storage Across Four Storage Nodes With GlusterFS On Debian Lenny&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial shows how to combine four single storage servers (running Debian Lenny) to a distributed replicated storage with GlusterFS. Nodes 1 and 2 (&lt;span class=&quot;system&quot;&gt;replication1&lt;/span&gt;) as well as 3 and 4 (&lt;span class=&quot;system&quot;&gt;replication2&lt;/span&gt;) will mirror each other, and &lt;span class=&quot;system&quot;&gt;replication1&lt;/span&gt; and &lt;span class=&quot;system&quot;&gt;replication2&lt;/span&gt; will be combined to one larger storage server (distribution). Basically, this is RAID10 over network. 

 If you lose one server from &lt;span class=&quot;system&quot;&gt;replication1&lt;/span&gt; and one from &lt;span class=&quot;system&quot;&gt;replication2&lt;/span&gt;,
the distributed volume continues to work. The client system (Debian
Lenny as well) will be able to access the storage as if it was a local
filesystem. GlusterFS is a clustered file-system capable of scaling to
several peta-bytes. It aggregates various storage bricks over
Infiniband RDMA or TCP/IP interconnect into one large parallel network
file system. Storage bricks can be made of any commodity hardware such
as x86-64 servers with SATA-II RAID and Infiniband HBA.&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/linux/debian">Debian</category>
 <category domain="http://www.how2forge.org/sitemap/high-availability">High-Availability</category>
 <category domain="http://www.how2forge.org/sitemap/storage">Storage</category>
 <pubDate>Sun, 28 Jun 2009 18:17:58 +0200</pubDate>
 <guid>http://www.how2forge.org/distributed-replicated-storage-across-four-storage-nodes-with-glusterfs-on-debian-lenny</guid>
 <comments>http://www.how2forge.org/distributed-replicated-storage-across-four-storage-nodes-with-glusterfs-on-debian-lenny#comment</comments>
</item>
</channel>
</rss>
