<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://howtoforge.com" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
 <title>HowtoForge - Linux Howtos and Tutorials - High-Availability</title>
 <link>http://howtoforge.com/taxonomy/term/83/all</link>
 <description></description>
 <language>en</language>
 <atom:link href="http://howtoforge.com/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://howtoforge.com/taxonomy/term/83/all</link>
 </image>

<item>
 <title>Installation And Setup Guide For DRBD, OpenAIS, Pacemaker + Xen On OpenSUSE 11.1</title>
 <link>http://howtoforge.com/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://howtoforge.com/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://images.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://images.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://howtoforge.com/sitemap/linux">Linux</category>
 <category domain="http://howtoforge.com/sitemap/linux/suse">SuSE</category>
 <category domain="http://howtoforge.com/sitemap/high-availability">High-Availability</category>
 <category domain="http://howtoforge.com/sitemap/virtualization">Virtualization</category>
 <pubDate>Mon, 17 Aug 2009 19:48:34 +0200</pubDate>
 <guid>http://howtoforge.com/installation-and-setup-guide-for-drbd-openais-pacemaker-xen-on-opensuse-11.1</guid>
 <comments>http://howtoforge.com/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://howtoforge.com/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://howtoforge.com/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://images.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://images.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://howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://howtoforge.com/sitemap/high-availability">High-Availability</category>
 <pubDate>Sun, 12 Jul 2009 18:53:40 +0200</pubDate>
 <guid>http://howtoforge.com/setting-up-a-high-availability-load-balancer-with-haproxy-heartbeat-on-debian-lenny</guid>
 <comments>http://howtoforge.com/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://howtoforge.com/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://howtoforge.com/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://images.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://images.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://howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://howtoforge.com/sitemap/high-availability">High-Availability</category>
 <pubDate>Sun, 28 Jun 2009 18:17:58 +0200</pubDate>
 <guid>http://howtoforge.com/distributed-replicated-storage-across-four-storage-nodes-with-glusterfs-on-debian-lenny</guid>
 <comments>http://howtoforge.com/distributed-replicated-storage-across-four-storage-nodes-with-glusterfs-on-debian-lenny#comment</comments>
</item>
<item>
 <title>Setting Up A High-Availability Load Balancer With HAProxy/Keepalived On Debian Lenny</title>
 <link>http://howtoforge.com/setting-up-a-high-availability-load-balancer-with-haproxy-keepalived-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://howtoforge.com/setting-up-a-high-availability-load-balancer-with-haproxy-keepalived-on-debian-lenny&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.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://images.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/Keepalived 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 keepalived 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 keepalived, 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://howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://howtoforge.com/sitemap/high-availability">High-Availability</category>
 <pubDate>Sun, 14 Jun 2009 18:30:38 +0200</pubDate>
 <guid>http://howtoforge.com/setting-up-a-high-availability-load-balancer-with-haproxy-keepalived-on-debian-lenny</guid>
 <comments>http://howtoforge.com/setting-up-a-high-availability-load-balancer-with-haproxy-keepalived-on-debian-lenny#comment</comments>
</item>
<item>
 <title>High-Availability Storage With GlusterFS On Debian Lenny - Automatic File Replication Across Two Storage Servers</title>
 <link>http://howtoforge.com/high-availability-storage-with-glusterfs-on-debian-lenny-automatic-file-replication-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://howtoforge.com/high-availability-storage-with-glusterfs-on-debian-lenny-automatic-file-replication-across-two-storage-servers&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.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://images.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;High-Availability Storage  With GlusterFS On Debian Lenny - 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 (Debian Lenny) 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 (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://howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://howtoforge.com/sitemap/high-availability">High-Availability</category>
 <pubDate>Sun, 07 Jun 2009 18:59:00 +0200</pubDate>
 <guid>http://howtoforge.com/high-availability-storage-with-glusterfs-on-debian-lenny-automatic-file-replication-across-two-storage-servers</guid>
 <comments>http://howtoforge.com/high-availability-storage-with-glusterfs-on-debian-lenny-automatic-file-replication-across-two-storage-servers#comment</comments>
</item>
<item>
 <title>Using iSCSI On Debian Lenny (Initiator And Target)</title>
 <link>http://howtoforge.com/using-iscsi-on-debian-lenny-initiator-and-target</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://howtoforge.com/using-iscsi-on-debian-lenny-initiator-and-target&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.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://images.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;Using iSCSI  On Debian Lenny (Initiator And Target) &lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide explains how you can set up an iSCSI target and an iSCSI
initiator (client), both running Debian Lenny. The iSCSI protocol is a
storage area network (SAN) protocol which allows iSCSI initiators to
use storage devices on the (remote) iSCSI target using normal ethernet
cabling. To the iSCSI initiator, the remote storage looks like a
normal, locally-attached hard drive.&lt;/p&gt;
</description>
 <category domain="http://howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://howtoforge.com/sitemap/high-availability">High-Availability</category>
 <category domain="http://howtoforge.com/sitemap/virtualization">Virtualization</category>
 <pubDate>Tue, 10 Mar 2009 19:05:34 +0100</pubDate>
 <guid>http://howtoforge.com/using-iscsi-on-debian-lenny-initiator-and-target</guid>
 <comments>http://howtoforge.com/using-iscsi-on-debian-lenny-initiator-and-target#comment</comments>
</item>
<item>
 <title>High-Availability Storage Cluster With GlusterFS On Ubuntu</title>
 <link>http://howtoforge.com/high-availability-storage-cluster-with-glusterfs-on-ubuntu</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://howtoforge.com/high-availability-storage-cluster-with-glusterfs-on-ubuntu&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.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://images.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 Cluster With GlusterFS On Ubuntu&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;
In this tutorial I will show you how to install GlusterFS in a scalable
way to create a storage cluster, starting with 2 servers on Ubuntu 8.04
LTS server. Files will be replicated and splitted accross all servers
which is some sort of RAID 10 (raid 1 with &amp;lt; 4 servers). With 4
servers that have each 100GB hard drive, total storage will be 200GB
and if one server fails, the data will still be intact and files on the
failed server will be replicated on another working server. 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
server with SATA-II RAID and Infiniband HBA.
&lt;/p&gt;
</description>
 <category domain="http://howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://howtoforge.com/sitemap/high-availability">High-Availability</category>
 <pubDate>Wed, 04 Mar 2009 17:21:03 +0100</pubDate>
 <guid>http://howtoforge.com/high-availability-storage-cluster-with-glusterfs-on-ubuntu</guid>
 <comments>http://howtoforge.com/high-availability-storage-cluster-with-glusterfs-on-ubuntu#comment</comments>
</item>
<item>
 <title>Xen Cluster Management With Ganeti On Debian Lenny</title>
 <link>http://howtoforge.com/xen-cluster-management-with-ganeti-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://howtoforge.com/xen-cluster-management-with-ganeti-on-debian-lenny&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.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;92&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://images.howtoforge.com/images/teaser/xen.gif&quot; width=&quot;89&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Xen Cluster Management With Ganeti On Debian Lenny&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Ganeti is a cluster virtualization management system based on Xen. In this tutorial I will explain how to create one virtual Xen machine (called an &lt;span class=&quot;system&quot;&gt;instance&lt;/span&gt;) on a cluster of two physical nodes, and how to manage and failover this instance between the two physical nodes.&lt;/p&gt;
</description>
 <category domain="http://howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://howtoforge.com/sitemap/high-availability">High-Availability</category>
 <category domain="http://howtoforge.com/sitemap/virtualization">Virtualization</category>
 <pubDate>Sun, 01 Mar 2009 19:27:00 +0100</pubDate>
 <guid>http://howtoforge.com/xen-cluster-management-with-ganeti-on-debian-lenny</guid>
 <comments>http://howtoforge.com/xen-cluster-management-with-ganeti-on-debian-lenny#comment</comments>
</item>
<item>
 <title>DRBD 8.3 Third Node Replication With Debian Etch</title>
 <link>http://howtoforge.com/drbd-8.3-third-node-replication-with-debian-etch</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://howtoforge.com/drbd-8.3-third-node-replication-with-debian-etch&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.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://images.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;DRBD 8.3 Third Node Replication With Debian Etch&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;The recent release of DRBD 8.3 now includes &lt;i&gt;The Third Node&lt;/i&gt;
feature as a freely available component. This document will cover the
basics of setting up a third node on a standard Debian Etch
installation. At the end of this tutorial you will have a DRBD device
that can be utilized as a SAN, an iSCSI target, a file server, or a
database server.&lt;/p&gt;
</description>
 <category domain="http://howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://howtoforge.com/sitemap/backup">Backup</category>
 <category domain="http://howtoforge.com/sitemap/high-availability">High-Availability</category>
 <category domain="http://howtoforge.com/sitemap/other">Other</category>
 <pubDate>Fri, 27 Feb 2009 14:23:05 +0100</pubDate>
 <guid>http://howtoforge.com/drbd-8.3-third-node-replication-with-debian-etch</guid>
 <comments>http://howtoforge.com/drbd-8.3-third-node-replication-with-debian-etch#comment</comments>
</item>
<item>
 <title>Getting High With Lenny</title>
 <link>http://howtoforge.com/getting-high-with-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://howtoforge.com/getting-high-with-lenny&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.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://images.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;Getting High With Lenny&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;The aim here is to set up some high available services on Debian
Lenny (at the time of writing still due to be released).
Most of the documentation available for such a setup I found on the net
are based on Xen but I prefer to use Vserver for the &quot;virtualisation&quot;
because of its configurability, shared memory and cpu resources and
basically the raw speed.
DRBD8 and Heartbeat should take care of the availability magic in case
a machine shuts down unexpectedly.&lt;/p&gt;
</description>
 <category domain="http://howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://howtoforge.com/sitemap/high-availability">High-Availability</category>
 <pubDate>Thu, 26 Feb 2009 11:19:41 +0100</pubDate>
 <guid>http://howtoforge.com/getting-high-with-lenny</guid>
 <comments>http://howtoforge.com/getting-high-with-lenny#comment</comments>
</item>
<item>
 <title>Setting Up A High-Availability Load Balancer (With Failover and Session Support) With Perlbal/Heartbeat On Debian Etch</title>
 <link>http://howtoforge.com/setting-up-a-high-availability-load-balancer-with-perlbal-heartbeat-on-debian-etch</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://howtoforge.com/setting-up-a-high-availability-load-balancer-with-perlbal-heartbeat-on-debian-etch&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.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://images.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 Perlbal/Heartbeat On Debian Etch&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 Perlbal
and heartbeat on Debian Etch. 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. Perlbal 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://howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://howtoforge.com/sitemap/high-availability">High-Availability</category>
 <pubDate>Sun, 11 Jan 2009 19:32:20 +0100</pubDate>
 <guid>http://howtoforge.com/setting-up-a-high-availability-load-balancer-with-perlbal-heartbeat-on-debian-etch</guid>
 <comments>http://howtoforge.com/setting-up-a-high-availability-load-balancer-with-perlbal-heartbeat-on-debian-etch#comment</comments>
</item>
<item>
 <title>Setting Up A High-Availability Load Balancer With HAProxy/Wackamole/Spread On Debian Etch</title>
 <link>http://howtoforge.com/setting-up-a-high-availability-load-balancer-with-haproxy-wackamole-spread-on-debian-etch</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://howtoforge.com/setting-up-a-high-availability-load-balancer-with-haproxy-wackamole-spread-on-debian-etch&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.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://images.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/Wackamole/Spread On Debian Etch&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, Wackamole, and Spread
on Debian Etch. 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 Wackamole and Spread, 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://howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://howtoforge.com/sitemap/high-availability">High-Availability</category>
 <pubDate>Sun, 04 Jan 2009 17:28:18 +0100</pubDate>
 <guid>http://howtoforge.com/setting-up-a-high-availability-load-balancer-with-haproxy-wackamole-spread-on-debian-etch</guid>
 <comments>http://howtoforge.com/setting-up-a-high-availability-load-balancer-with-haproxy-wackamole-spread-on-debian-etch#comment</comments>
</item>
<item>
 <title>Setting Up Master-Master Replication On Four Nodes With MySQL 5 On Debian Etch</title>
 <link>http://howtoforge.com/setting-up-master-master-replication-on-four-nodes-with-mysql-5-on-debian-etch</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://howtoforge.com/setting-up-master-master-replication-on-four-nodes-with-mysql-5-on-debian-etch&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.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;128&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://images.howtoforge.com/images/teaser/mysql.gif&quot; width=&quot;125&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 Master-Master Replication On Four Nodes With MySQL 5 On Debian Etch&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;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
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.&lt;/p&gt;
</description>
 <category domain="http://howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://howtoforge.com/sitemap/high-availability">High-Availability</category>
 <category domain="http://howtoforge.com/sitemap/mysql">MySQL</category>
 <pubDate>Tue, 18 Nov 2008 18:09:58 +0100</pubDate>
 <guid>http://howtoforge.com/setting-up-master-master-replication-on-four-nodes-with-mysql-5-on-debian-etch</guid>
 <comments>http://howtoforge.com/setting-up-master-master-replication-on-four-nodes-with-mysql-5-on-debian-etch#comment</comments>
</item>
<item>
 <title>Installing and Configuring Openfiler with DRBD and Heartbeat</title>
 <link>http://howtoforge.com/installing-and-configuring-openfiler-with-drbd-and-heartbeat</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://howtoforge.com/installing-and-configuring-openfiler-with-drbd-and-heartbeat&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;p&gt;&lt;b&gt;Installing and Configuring Openfiler with DRBD and Heartbeat&lt;/b&gt;&lt;/p&gt;

&lt;p&gt; Openfiler is a high performance operating system tailored for use
as a SAN/NAS appliance. This configuration will enable two Openfiler
appliances to work in an Active/Passive high availability scenario.&lt;/p&gt;
</description>
 <category domain="http://howtoforge.com/sitemap/linux">Linux</category>
 <category domain="http://howtoforge.com/sitemap/high-availability">High-Availability</category>
 <category domain="http://howtoforge.com/sitemap/samba">Samba</category>
 <pubDate>Thu, 23 Oct 2008 14:22:37 +0200</pubDate>
 <guid>http://howtoforge.com/installing-and-configuring-openfiler-with-drbd-and-heartbeat</guid>
 <comments>http://howtoforge.com/installing-and-configuring-openfiler-with-drbd-and-heartbeat#comment</comments>
</item>
<item>
 <title>The Perfect Load-Balanced &amp; High-Availability Web Cluster With 2 Servers Running Xen On Ubuntu 8.04 Hardy Heron</title>
 <link>http://howtoforge.com/the-perfect-load-balanced-and-high-availability-web-cluster-with-2-servers-running-xen-on-ubuntu-8.04-hardy-heron</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://howtoforge.com/the-perfect-load-balanced-and-high-availability-web-cluster-with-2-servers-running-xen-on-ubuntu-8.04-hardy-heron&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.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://images.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;The Perfect Load-Balanced &amp;amp; High-Availability Web Cluster With 2 Servers Running Xen On Ubuntu 8.04 Hardy Heron&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;In this howto we will build a load-balanced and high-availability
web cluster on 2 real servers with Xen, hearbeat and ldirectord. The
cluster will do http, mail, DNS, MySQL database and will be completely
monitored. This is currently used on a production server with a couple
of websites. The goal of this tutorial is to achieve load balancing &amp;amp; high
availability with as few real servers as possible and of course, with
open-source software. More servers means more hardware &amp;amp; hosting
cost.&lt;/p&gt;
</description>
 <category domain="http://howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://howtoforge.com/sitemap/high-availability">High-Availability</category>
 <category domain="http://howtoforge.com/sitemap/virtualization">Virtualization</category>
 <pubDate>Thu, 09 Oct 2008 21:17:43 +0200</pubDate>
 <guid>http://howtoforge.com/the-perfect-load-balanced-and-high-availability-web-cluster-with-2-servers-running-xen-on-ubuntu-8.04-hardy-heron</guid>
 <comments>http://howtoforge.com/the-perfect-load-balanced-and-high-availability-web-cluster-with-2-servers-running-xen-on-ubuntu-8.04-hardy-heron#comment</comments>
</item>
</channel>
</rss>
