<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.ziobudda.net" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>ha</title>
 <link>http://www.ziobudda.net/tags/ha</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>it</language>
<item>
 <title>Installing and Configuring Openfiler with DRBD and Heartbeat</title>
 <link>http://www.ziobudda.net/notizie/installing-and-configuring-openfiler-drbd-and-heartbeat</link>
 <description>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.</description>
 <comments>http://www.ziobudda.net/notizie/installing-and-configuring-openfiler-drbd-and-heartbeat#comments</comments>
 <category domain="http://www.ziobudda.net/categoria_notizia/howtoforge">HowtoForge</category>
 <category domain="http://www.ziobudda.net/tags/drbd">drbd</category>
 <category domain="http://www.ziobudda.net/tags/ha">ha</category>
 <category domain="http://www.ziobudda.net/tags/heartbeat">heartbeat</category>
 <category domain="http://www.ziobudda.net/tags/highavailability-0">high availability</category>
 <category domain="http://www.ziobudda.net/tag_aggiuntivi/linux">linux</category>
 <category domain="http://www.ziobudda.net/tags/nas">NAS</category>
 <category domain="http://www.ziobudda.net/tags/openfiler">openfiler</category>
 <category domain="http://www.ziobudda.net/tags/san">San</category>
 <pubDate>Sun, 26 Oct 2008 14:10:21 +0100</pubDate>
 <dc:creator>falko</dc:creator>
 <guid isPermaLink="false">108868 at http://www.ziobudda.net</guid>
</item>
<item>
 <title>How To Set Up A Load-Balanced MySQL Cluster With MySQL 5.1</title>
 <link>http://www.ziobudda.net/notizie/how-set-loadbalanced-mysql-cluster-mysql-51</link>
 <description>This tutorial shows how to configure a MySQL 5.1 cluster with five nodes: 1 x management, 2 x storage nodes and 2 x balancer nodes. This cluster is load-balanced by an Ultra Monkey package which provides heartbeat (for checking if the other node is still alive) and ldirectord (to split up the requests to the nodes of the MySQL cluster).</description>
 <comments>http://www.ziobudda.net/notizie/how-set-loadbalanced-mysql-cluster-mysql-51#comments</comments>
 <category domain="http://www.ziobudda.net/categoria_notizia/howtoforge">HowtoForge</category>
 <category domain="http://www.ziobudda.net/tags/cluster">cluster</category>
 <category domain="http://www.ziobudda.net/tag_aggiuntivi/debian">debian</category>
 <category domain="http://www.ziobudda.net/tags/ha">ha</category>
 <category domain="http://www.ziobudda.net/tags/highavailability">high-availability</category>
 <category domain="http://www.ziobudda.net/tags/loadbalancer-0">loadbalancer</category>
 <category domain="http://www.ziobudda.net/tag_aggiuntivi/mysql">mysql</category>
 <category domain="http://www.ziobudda.net/tags/ultramonkey">ultramonkey</category>
 <pubDate>Tue, 17 Jun 2008 11:30:24 +0200</pubDate>
 <dc:creator>falko</dc:creator>
 <guid isPermaLink="false">76181 at http://www.ziobudda.net</guid>
</item>
<item>
 <title>How To Set Up A Loadbalanced High-Availability Apache Cluster On Ubuntu 8.04 LTS</title>
 <link>http://www.ziobudda.net/notizie/how-set-loadbalanced-highavailability-apache-cluster-ubuntu-804-lts</link>
 <description>This tutorial shows how to set up a two-node Apache web server cluster that provides high-availability. In front of the Apache cluster we create a load balancer that splits up incoming requests between the two Apache nodes. Because we do not want the load balancer to become another &amp;quot;Single Point Of Failure&amp;quot;, we must provide high-availability for the load balancer, too. Therefore our load balancer will in fact consist out of two load balancer nodes that monitor each other using heartbeat, and if one load balancer fails, the other takes over silently.</description>
 <comments>http://www.ziobudda.net/notizie/how-set-loadbalanced-highavailability-apache-cluster-ubuntu-804-lts#comments</comments>
 <category domain="http://www.ziobudda.net/categoria_notizia/howtoforge">HowtoForge</category>
 <category domain="http://www.ziobudda.net/tags/apache">apache</category>
 <category domain="http://www.ziobudda.net/tags/cluster">cluster</category>
 <category domain="http://www.ziobudda.net/tags/ha">ha</category>
 <category domain="http://www.ziobudda.net/tags/heartbeat">heartbeat</category>
 <category domain="http://www.ziobudda.net/tags/highavailability">high-availability</category>
 <category domain="http://www.ziobudda.net/tags/lamp">lamp</category>
 <category domain="http://www.ziobudda.net/tags/loadbalancer">load balancer</category>
 <category domain="http://www.ziobudda.net/tag_aggiuntivi/ubuntu">ubuntu</category>
 <pubDate>Thu, 12 Jun 2008 13:09:42 +0200</pubDate>
 <dc:creator>falko</dc:creator>
 <guid isPermaLink="false">75075 at http://www.ziobudda.net</guid>
</item>
<item>
 <title>Setting Up A High-Availability Load Balancer With HAProxy/Heartbeat On Fedora 8</title>
 <link>http://www.ziobudda.net/notizie/setting-highavailability-load-balancer-haproxyheartbeat-fedora-8</link>
 <description>This document describes how to set up a two-node load balancer in an active/passive configuration with HAProxy and heartbeat on Fedora 8. The load balancer acts between the user and two (or more) Apache web servers that hold the same content. The load balancer passes the requests to the web servers and it also checks their health. If one of them is down, all requests will automatically be redirected to the remaining web server(s). In addition to that, the two load balancer nodes monitor each other using heartbeat. If the master fails, the slave becomes the master - users will not notice any disruption of the service. HAProxy is session-aware - you can use it with any web application that makes use of sessions like forums, shopping carts, etc.</description>
 <comments>http://www.ziobudda.net/notizie/setting-highavailability-load-balancer-haproxyheartbeat-fedora-8#comments</comments>
 <category domain="http://www.ziobudda.net/categoria_notizia/howtoforge">HowtoForge</category>
 <category domain="http://www.ziobudda.net/tag_aggiuntivi/fedora">fedora</category>
 <category domain="http://www.ziobudda.net/tags/ha">ha</category>
 <category domain="http://www.ziobudda.net/tags/haproxy">haproxy</category>
 <category domain="http://www.ziobudda.net/tags/heartbeat">heartbeat</category>
 <category domain="http://www.ziobudda.net/tags/highavailability">high-availability</category>
 <category domain="http://www.ziobudda.net/tag_aggiuntivi/linux">linux</category>
 <category domain="http://www.ziobudda.net/tags/loadbalancer">load balancer</category>
 <category domain="http://www.ziobudda.net/tag_aggiuntivi/server">server</category>
 <pubDate>Sun, 02 Mar 2008 13:25:05 +0100</pubDate>
 <dc:creator>falko</dc:creator>
 <guid isPermaLink="false">48036 at http://www.ziobudda.net</guid>
</item>
</channel>
</rss>
