<?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/search/heartbeat">
<title>Public marks with search heartbeat</title>
<description>Public marks with search heartbeat</description>
<link>http://blogmarks.net/marks/search/heartbeat</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/philippej/mark/1058246290"/>
<rdf:li resource="http://blogmarks.net/api/user/camel/mark/1057880994"/>
<rdf:li resource="http://blogmarks.net/api/user/camel/mark/1057876518"/>
<rdf:li resource="http://blogmarks.net/api/user/camel/mark/1057768615"/>
<rdf:li resource="http://blogmarks.net/api/user/camel/mark/1057707622"/>
<rdf:li resource="http://blogmarks.net/api/user/camel/mark/1057628048"/>
<rdf:li resource="http://blogmarks.net/api/user/camel/mark/1057621597"/>
<rdf:li resource="http://blogmarks.net/api/user/mbertier/mark/1057346248"/>
<rdf:li resource="http://blogmarks.net/api/user/pvergain/mark/1057293232"/>
<rdf:li resource="http://blogmarks.net/api/user/cyberien/mark/1057225961"/>
<rdf:li resource="http://blogmarks.net/api/user/holyver/mark/2658097"/>
<rdf:li resource="http://blogmarks.net/api/user/holyver/mark/2658134"/>
<rdf:li resource="http://blogmarks.net/api/user/holyver/mark/2658136"/>
<rdf:li resource="http://blogmarks.net/api/user/holyver/mark/2658139"/>
<rdf:li resource="http://blogmarks.net/api/user/woody3k/mark/1057727"/>
<rdf:li resource="http://blogmarks.net/api/user/springnet/mark/1057901939"/>
<rdf:li resource="http://blogmarks.net/api/user/springnet/mark/1057901947"/>
<rdf:li resource="http://blogmarks.net/api/user/mbiven/mark/1767975"/>
<rdf:li resource="http://blogmarks.net/api/user/mbiven/mark/1767989"/>
<rdf:li resource="http://blogmarks.net/api/user/mge/mark/728086"/>
<rdf:li resource="http://blogmarks.net/api/user/camel/mark/2435756"/>
<rdf:li resource="http://blogmarks.net/api/user/camel/mark/2435808"/>
<rdf:li resource="http://blogmarks.net/api/user/nightcrawler/mark/341931"/>
<rdf:li resource="http://blogmarks.net/api/user/jeremi/mark/159499"/>
<rdf:li resource="http://blogmarks.net/api/user/imran/mark/352813"/>
</rdf:Seq></items>
</channel>
<item rdf:about="http://blogmarks.net/api/user/philippej/mark/1058246290">
<title>MixTape.me</title>
<link>http://mixtape.me/</link>
<description>&quot;The internet makes it easy to share anything with anyone across the globe in a heartbeat; it's about time music joined the party.&quot;</description>
<dc:date>2009-03-21T16:41:38Z</dc:date>
<dc:author>philippej</dc:author>
<dc:subject>musique, web</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://mixtape.me/"><img border="0" src="http://blogmarks.net/screenshots/2009/08/14/057c5d7e4238f6d9b0e2261feeb8bd41.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://mixtape.me/">MixTape.me</a></h4>
 
by <a href="http://blogmarks.net/user/philippej">philippej</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3131941">3 other(s)</a> 
<p class="description">"The internet makes it easy to share anything with anyone across the globe in a heartbeat; it's about time music joined the party."</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/musique">musique</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web">web</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058246290">Copy</a> | 
<a href="http://blogmarks.net/link/3131941">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/camel/mark/1057880994">
<title>How To Set Up A Load-Balanced MySQL Cluster With MySQL 5.1 | HowtoForge - Linux Howtos and Tutorials</title>
<link>http://howtoforge.com/setting-up-a-loadbalanced-mysql-cluster-with-mysql5.1</link>
<description>This tutorial is based on Falko Timme's tutorial for MySQL Cluster 5.0. It 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).

In this document I use Debian Etch 4.0 for all nodes. Therefore the setup might differ a bit for other distributions. The two data nodes were x64 to use all of the 8GB RAM. Servers were compiled from source so you should be able to make it running on any platform. The MySQL version I use in this setup is 5.1.24-rc. It's a release candidate, but I wanted to use 5.1 to take advantage of Memory-Disk Based tables.

Beginning with MySQL 5.1.6, it is possible to store the non-indexed columns of NDB tables on disk, rather than in RAM as with previous versions of MySQL Cluster.</description>
<dc:date>2008-06-16T09:58:11Z</dc:date>
<dc:author>camel</dc:author>
<dc:subject>linux, debian, mysql, tutorial, cluster, setup</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://howtoforge.com/setting-up-a-loadbalanced-mysql-cluster-with-mysql5.1"><img border="0" src="http://blogmarks.net/screenshots/2008/06/16/4c6dc9b63d31664c040bb55bd4e044c6.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://howtoforge.com/setting-up-a-loadbalanced-mysql-cluster-with-mysql5.1">How To Set Up A Load-Balanced MySQL Cluster With MySQL 5.1 | HowtoForge - Linux Howtos and Tutorials</a></h4>
 
by <a href="http://blogmarks.net/user/camel">camel</a> 
<p class="description">This tutorial is based on Falko Timme's tutorial for MySQL Cluster 5.0. It 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).

In this document I use Debian Etch 4.0 for all nodes. Therefore the setup might differ a bit for other distributions. The two data nodes were x64 to use all of the 8GB RAM. Servers were compiled from source so you should be able to make it running on any platform. The MySQL version I use in this setup is 5.1.24-rc. It's a release candidate, but I wanted to use 5.1 to take advantage of Memory-Disk Based tables.

Beginning with MySQL 5.1.6, it is possible to store the non-indexed columns of NDB tables on disk, rather than in RAM as with previous versions of MySQL Cluster.</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/cluster">cluster</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/setup">setup</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057880994">Copy</a> | 
<a href="http://blogmarks.net/link/2811605">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/camel/mark/1057876518">
<title>How To Set Up A Loadbalanced High-Availability Apache Cluster Based On Ubuntu 8.04 LTS | HowtoForge - Linux Howtos and Tutorials</title>
<link>http://howtoforge.com/set-up-a-loadbalanced-ha-apache-cluster-ubuntu8.04</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 &quot;Single Point Of Failure&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>
<dc:date>2008-06-11T08:48:40Z</dc:date>
<dc:author>camel</dc:author>
<dc:subject>linux, web, server, ubuntu, apache, tutorial, cluster</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://howtoforge.com/set-up-a-loadbalanced-ha-apache-cluster-ubuntu8.04"><img border="0" src="http://blogmarks.net/screenshots/2008/06/11/88e8efcf2fc0f7a5ae970ec0b28394f3.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://howtoforge.com/set-up-a-loadbalanced-ha-apache-cluster-ubuntu8.04">How To Set Up A Loadbalanced High-Availability Apache Cluster Based On Ubuntu 8.04 LTS | HowtoForge - Linux Howtos and Tutorials</a></h4>
 
by <a href="http://blogmarks.net/user/camel">camel</a> 
<p class="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 "Single Point Of Failure", 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.</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/web">web</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/ubuntu">ubuntu</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/tutorial">tutorial</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=1057876518">Copy</a> | 
<a href="http://blogmarks.net/link/2807597">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/camel/mark/1057768615">
<title>Loadbalanced High-Availability Apache Cluster Using Ultramonkey</title>
<link>http://www.debianhelp.co.uk/ultramonkey.htm</link>
<description>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 &quot;Single Point Of Failure&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>
<dc:date>2008-04-03T10:28:49Z</dc:date>
<dc:author>camel</dc:author>
<dc:subject>web, server, apache, cluster</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.debianhelp.co.uk/ultramonkey.htm"><img border="0" src="http://blogmarks.net/screenshots/2008/04/03/62bf2c6b108ac72369431f6a95b2a17c.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.debianhelp.co.uk/ultramonkey.htm">Loadbalanced High-Availability Apache Cluster Using Ultramonkey</a></h4>
 
by <a href="http://blogmarks.net/user/camel">camel</a> 
<p class="description">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 "Single Point Of Failure", 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.</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/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/cluster">cluster</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057768615">Copy</a> | 
<a href="http://blogmarks.net/link/2728780">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/camel/mark/1057707622">
<title>Setting Up A High-Availability Load Balancer (With Failover and Session Support) With HAProxy/Heartbeat On Debian Etch | HowtoForge - Linux Howtos and Tutorials</title>
<link>http://www.howtoforge.com/high-availability-load-balancer-haproxy-heartbeat-debian-etch</link>
<description>This article explains how to set up a two-node load balancer in an active/passive configuration with HAProxy 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. 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.).

From the HAProxy web site: &quot;HAProxy is a free, very fast and reliable solution offering high availability, load balancing, and proxying for TCP and HTTP-based applications. It is particularly suited for web sites crawling under very high loads while needing persistence or Layer7 processing. Supporting tens of thousands of connections is clearly realistic with todays hardware. Its mode of operation makes its integration into existing architectures very easy and riskless, while still offering the possibility not to expose fragile web servers to the Net.&quot;</description>
<dc:date>2008-02-21T13:32:57Z</dc:date>
<dc:author>camel</dc:author>
<dc:subject>linux, web, debian, apache, application, configuration, load, balancing, availability</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.howtoforge.com/high-availability-load-balancer-haproxy-heartbeat-debian-etch"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.howtoforge.com/high-availability-load-balancer-haproxy-heartbeat-debian-etch">Setting Up A High-Availability Load Balancer (With Failover and Session Support) With HAProxy/Heartbeat 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/2515316">1 other(s)</a> 
<p class="description">This article explains how to set up a two-node load balancer in an active/passive configuration with HAProxy 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. 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.).

From the HAProxy web site: "HAProxy is a free, very fast and reliable solution offering high availability, load balancing, and proxying for TCP and HTTP-based applications. It is particularly suited for web sites crawling under very high loads while needing persistence or Layer7 processing. Supporting tens of thousands of connections is clearly realistic with todays hardware. Its mode of operation makes its integration into existing architectures very easy and riskless, while still offering the possibility not to expose fragile web servers to the Net."</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/web">web</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/apache">apache</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/application">application</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/configuration">configuration</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/load">load</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/balancing">balancing</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/availability">availability</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057707622">Copy</a> | 
<a href="http://blogmarks.net/link/2515316">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/camel/mark/1057628048">
<title>HA Xen Cluster with DRBD, LVM and heartbeat</title>
<link>http://te.to/~ts1/xen_cluster.html</link>
<description>We have implemented a 2-node HA Xen cluster, which consists of two physical machines (hosts,) and runs several virtual servers (guests) each, for our company's internal services (mail, web applications, development, etc.)

When one host gets down unexpectedly, the other host physically kills it (STONITH - power down or reset) and then takes over all the guests the failed host was running.

When we want to shutdown a host machine for maintenance (to replace a fan, add disk or memory, etc.), we just type the usual shutdown command, and the guests are automatically live-migrated to the other host. Since the guest servers keep running throughout the migration process, except for the less than a second pause, users would never even notice the event.
</description>
<dc:date>2007-12-26T17:12:24Z</dc:date>
<dc:author>camel</dc:author>
<dc:subject>debian, lvm, cluster, xen, web</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://te.to/~ts1/xen_cluster.html"><img border="0" src="http://blogmarks.net/screenshots/2007/12/26/0a38a9e84257774ebf43cdffa923f9e5.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://te.to/~ts1/xen_cluster.html">HA Xen Cluster with DRBD, LVM and heartbeat</a></h4>
 
by <a href="http://blogmarks.net/user/camel">camel</a> 
<p class="description">We have implemented a 2-node HA Xen cluster, which consists of two physical machines (hosts,) and runs several virtual servers (guests) each, for our company's internal services (mail, web applications, development, etc.)

When one host gets down unexpectedly, the other host physically kills it (STONITH - power down or reset) and then takes over all the guests the failed host was running.

When we want to shutdown a host machine for maintenance (to replace a fan, add disk or memory, etc.), we just type the usual shutdown command, and the guests are automatically live-migrated to the other host. Since the guest servers keep running throughout the migration process, except for the less than a second pause, users would never even notice the event.
</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/lvm">lvm</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/xen">xen</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web">web</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057628048">Copy</a> | 
<a href="http://blogmarks.net/link/2609802">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/camel/mark/1057621597">
<title>LVM (v2) + DRBD (v 0.7) + Heartbeat (v1.2.3) on Debian/Sarge</title>
<link>http://www.option-c.com/xwiki/XenLvmDrbd#Pause_to_enjoy_your_progress_until_now</link>
<description></description>
<dc:date>2007-12-20T20:32:18Z</dc:date>
<dc:author>camel</dc:author>
<dc:subject>heartbeat, drbd, xen, lvm, linux</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.option-c.com/xwiki/XenLvmDrbd#Pause_to_enjoy_your_progress_until_now"><img border="0" src="http://blogmarks.net/screenshots/2007/12/20/d508dea7608125a84e40835bdf556b34.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.option-c.com/xwiki/XenLvmDrbd#Pause_to_enjoy_your_progress_until_now">LVM (v2) + DRBD (v 0.7) + Heartbeat (v1.2.3) on Debian/Sarge</a></h4>
 
by <a href="http://blogmarks.net/user/camel">camel</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/heartbeat">heartbeat</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/drbd">drbd</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/xen">xen</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/lvm">lvm</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=1057621597">Copy</a> | 
<a href="http://blogmarks.net/link/2603434">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/mbertier/mark/1057346248">
<title>Mark's IT Blog: MySQL 5 High Availability with DRBD 8 and Heartbeat 2</title>
<link>http://marksitblog.blogspot.com/2007/07/mysql-5-high-availability-with-drbd-8.html</link>
<description>In this article, we're going to go through the entire process of installing, configuring and testing DRBD, Heartbeat and MySQL running in a 2 node cluster environment. This will be a bare bones configuration, best practices and security will take a back seat while we learn how all the different pieces work together.</description>
<dc:date>2007-07-16T16:05:51Z</dc:date>
<dc:author>mbertier</dc:author>
<dc:subject>mysql, performance, groupe:clever age</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://marksitblog.blogspot.com/2007/07/mysql-5-high-availability-with-drbd-8.html"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://marksitblog.blogspot.com/2007/07/mysql-5-high-availability-with-drbd-8.html">Mark's IT Blog: MySQL 5 High Availability with DRBD 8 and Heartbeat 2</a></h4>
 
by <a href="http://blogmarks.net/user/mbertier">mbertier</a> 
<p class="description">In this article, we're going to go through the entire process of installing, configuring and testing DRBD, Heartbeat and MySQL running in a 2 node cluster environment. This will be a bare bones configuration, best practices and security will take a back seat while we learn how all the different pieces work together.</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/performance">performance</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/groupe%253Aclever%2Bage">groupe:clever age</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057346248">Copy</a> | 
<a href="http://blogmarks.net/link/2358131">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/pvergain/mark/1057293232">
<title>HomePage: Linux HA</title>
<link>http://www.linux-ha.org/</link>
<description>The Linux-HA project is a widely used and important component in many interesting High Availability solutions, and ranks as among the best HA software packages for any platform. We estimate that we currently have more than thirty thousand installations up in mission-critical uses in the real world since 1999. Interest in this project continues to grow. These web pages are average nearly 20000 hits per day, and we see more than 100 downloads of Heartbeat per day.

Heartbeat now ships as part of SUSE Linux, Mandriva Linux, Debian GNU/Linux, Ubuntu Linux, Red Flag Linux, and Gentoo Linux. Ultra Monkey, and several company's embedded systems are also based on it. Although this is called the Linux-HA project, the software is highly portable and runs on FreeBSD and Solaris, even !MacOS/X and OpenBSD from time to time.</description>
<dc:date>2007-06-25T20:27:30Z</dc:date>
<dc:author>pvergain</dc:author>
<dc:subject>gnu/linux, High Avaibility</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.linux-ha.org/"><img border="0" src="http://blogmarks.net/screenshots/2007/06/25/b4b6aa0719ee229a4e3a2a8ca65aee85.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.linux-ha.org/">HomePage: Linux HA</a></h4>
 
by <a href="http://blogmarks.net/user/pvergain">pvergain</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/144072">2 other(s)</a> 
<p class="description">The Linux-HA project is a widely used and important component in many interesting High Availability solutions, and ranks as among the best HA software packages for any platform. We estimate that we currently have more than thirty thousand installations up in mission-critical uses in the real world since 1999. Interest in this project continues to grow. These web pages are average nearly 20000 hits per day, and we see more than 100 downloads of Heartbeat per day.

Heartbeat now ships as part of SUSE Linux, Mandriva Linux, Debian GNU/Linux, Ubuntu Linux, Red Flag Linux, and Gentoo Linux. Ultra Monkey, and several company's embedded systems are also based on it. Although this is called the Linux-HA project, the software is highly portable and runs on FreeBSD and Solaris, even !MacOS/X and OpenBSD from time to time.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/gnu%252Flinux">gnu/linux</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/High%2BAvaibility">High Avaibility</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057293232">Copy</a> | 
<a href="http://blogmarks.net/link/144072">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/cyberien/mark/1057225961">
<title>jxta.org</title>
<link>http://www.jxta.org/</link>
<description>Project JXTA Objectives

    * Interoperability - across different peer-to-peer systems and communities
    * Platform independence - multiple/diverse languages, systems, and networks
    * Ubiquity - every device with a digital heartbeat

Imagine the possibilities!

    * Find peers and resources on the network even across firewalls
    * Share files with anyone across the network
    * Create your own group of peers of devices across different networks
    * Communicate securely with peers across public networks</description>
<dc:date>2007-05-29T01:24:17Z</dc:date>
<dc:author>cyberien</dc:author>
<dc:subject>software, p2p, sun, java</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.jxta.org/"><img border="0" src="http://blogmarks.net/screenshots/2007/05/29/0caadf9d16a527ec97722e84aa4150a3.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.jxta.org/">jxta.org</a></h4>
 
by <a href="http://blogmarks.net/user/cyberien">cyberien</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/62332">3 other(s)</a> 
<p class="description">Project JXTA Objectives

    * Interoperability - across different peer-to-peer systems and communities
    * Platform independence - multiple/diverse languages, systems, and networks
    * Ubiquity - every device with a digital heartbeat

Imagine the possibilities!

    * Find peers and resources on the network even across firewalls
    * Share files with anyone across the network
    * Create your own group of peers of devices across different networks
    * Communicate securely with peers across public networks</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/software">software</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/p2p">p2p</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/sun">sun</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/java">java</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057225961">Copy</a> | 
<a href="http://blogmarks.net/link/62332">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/holyver/mark/2658097">
<title>KarKomaOnline - Implementing High Availability in MySQL</title>
<link>http://www.karkomaonline.com/article.php?story=2004012416185184</link>
<description>
      MySQL provides a built-in data replication functionality for maintaining identical copies of its data to one or more backend servers, thus providing a simple High Availability mechanism. On the other hand, the Open Source community has several projects to implement failover techniques, being one of them Heartbeat.

This article will show you how to implement a clustered, highly available and inexpensive solution based on GNU/Linux and combining MySQL as the database engine and Heartbeat as the failover mechanism. The configuration will consist of a 2-node active/passive cluster.
    </description>
<dc:date>2006-11-08T16:25:41Z</dc:date>
<dc:author>holyver</dc:author>
<dc:subject>heartbeat, cluster, architecture, mysql, failover, database</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.karkomaonline.com/article.php?story=2004012416185184"><img border="0" src="http://blogmarks.net/screenshots/2006/11/08/66b65ae66c2a579a815022557896d00a.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.karkomaonline.com/article.php?story=2004012416185184">KarKomaOnline - Implementing High Availability in MySQL</a></h4>
 
by <a href="http://blogmarks.net/user/holyver">holyver</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/5008">2 other(s)</a> 
<p class="description">
      MySQL provides a built-in data replication functionality for maintaining identical copies of its data to one or more backend servers, thus providing a simple High Availability mechanism. On the other hand, the Open Source community has several projects to implement failover techniques, being one of them Heartbeat.

This article will show you how to implement a clustered, highly available and inexpensive solution based on GNU/Linux and combining MySQL as the database engine and Heartbeat as the failover mechanism. The configuration will consist of a 2-node active/passive cluster.
    </p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/heartbeat">heartbeat</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/architecture">architecture</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/failover">failover</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=2658097">Copy</a> | 
<a href="http://blogmarks.net/link/5008">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/holyver/mark/2658134">
<title>Comment pouvoir assurer la disponibilité d'un service avec HeartBeat ?</title>
<link>http://wiki.ubuntu-fr.org/serveur/heartbeat</link>
<description>
       L&quot;idée générale pour assurer la disponibilité d&quot;un service est de faire fonctionner plusieurs machines (deux au minimum) en même temps. Ces machines forment ce qu&quot;on appelle un cluster et chaque machine est un node du cluster. Chacune des machines va vérifier si les autres répondent toujours en prenant le pouls de chacune des autres. Si une machine cesse de fonctionner, les autres assurent le service.

Une fois le cluster configuré, on y accède au travers d&quot;une seule et unique adresse IP qui est celle du cluster; qui lui-même est composé de plusieurs nodes.

Pour pouvoir mettre en place ce genre de technique, nous allons utiliser l&quot;application HeartBeat qui va se charger de surveiller les machines et d&quot;appliquer une série de scripts définis par l&quot;utilisateur si cela s&quot;avère nécessaire (c&quot;est-à-dire si une machine tombe).
    </description>
<dc:date>2006-10-21T01:12:17Z</dc:date>
<dc:author>holyver</dc:author>
<dc:subject>linux, network, cluster, how, heartbeat, failover</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://wiki.ubuntu-fr.org/serveur/heartbeat"><img border="0" src="http://blogmarks.net/screenshots/2006/10/21/58c7031eba330127a33961883635ea33.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://wiki.ubuntu-fr.org/serveur/heartbeat">Comment pouvoir assurer la disponibilité d'un service avec HeartBeat ?</a></h4>
 
by <a href="http://blogmarks.net/user/holyver">holyver</a> 
<p class="description">
       L"idée générale pour assurer la disponibilité d"un service est de faire fonctionner plusieurs machines (deux au minimum) en même temps. Ces machines forment ce qu"on appelle un cluster et chaque machine est un node du cluster. Chacune des machines va vérifier si les autres répondent toujours en prenant le pouls de chacune des autres. Si une machine cesse de fonctionner, les autres assurent le service.

Une fois le cluster configuré, on y accède au travers d"une seule et unique adresse IP qui est celle du cluster; qui lui-même est composé de plusieurs nodes.

Pour pouvoir mettre en place ce genre de technique, nous allons utiliser l"application HeartBeat qui va se charger de surveiller les machines et d"appliquer une série de scripts définis par l"utilisateur si cela s"avère nécessaire (c"est-à-dire si une machine tombe).
    </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/network">network</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/how">how</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/heartbeat">heartbeat</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/failover">failover</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=2658134">Copy</a> | 
<a href="http://blogmarks.net/link/1191418">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/holyver/mark/2658136">
<title>DRBD in a Heartbeat | Linux Journal</title>
<link>http://www.linuxjournal.com/article/9074</link>
<description>
      This high-availability solution works by replicating a disk partition in a master/slave mode.  The server that is running as a master has full read/write access to that partition; whereas the server running as slave has absolutely no access to the partition but silently replicates all changes made by the master server.
    </description>
<dc:date>2006-10-21T00:22:24Z</dc:date>
<dc:author>holyver</dc:author>
<dc:subject>linux, server, failover</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.linuxjournal.com/article/9074"><img border="0" src="http://blogmarks.net/screenshots/2006/10/21/30067f6020b78ad21fdb50635324ad3a.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.linuxjournal.com/article/9074">DRBD in a Heartbeat | Linux Journal</a></h4>
 
by <a href="http://blogmarks.net/user/holyver">holyver</a> 
<p class="description">
      This high-availability solution works by replicating a disk partition in a master/slave mode.  The server that is running as a master has full read/write access to that partition; whereas the server running as slave has absolutely no access to the partition but silently replicates all changes made by the master server.
    </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/server">server</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/failover">failover</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=2658136">Copy</a> | 
<a href="http://blogmarks.net/link/1191409">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/holyver/mark/2658139">
<title>How To Set Up A Load-Balanced MySQL Cluster | HowtoForge - Linux Howtos and Tutorials</title>
<link>http://www.howtoforge.com/loadbalanced_mysql_cluster_debian</link>
<description>
      This tutorial shows how to configure a MySQL 5 cluster with three nodes: two storage nodes and one management node. This cluster is load-balanced by a high-availability load balancer that in fact has two nodes that use the Ultra Monkey package which provides heartbeat (for checking if the other node is still alive) and ldirectord (to split up the requests to the nodes of the MySQL cluster).
    </description>
<dc:date>2006-10-18T21:35:29Z</dc:date>
<dc:author>holyver</dc:author>
<dc:subject>linux, cluster, tutorial, load balancing, mysql</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.howtoforge.com/loadbalanced_mysql_cluster_debian"><img border="0" src="http://blogmarks.net/screenshots/2006/10/18/5d2bda5c5b4c7acfa3117c0f9ff508ff.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.howtoforge.com/loadbalanced_mysql_cluster_debian">How To Set Up A Load-Balanced MySQL Cluster | HowtoForge - Linux Howtos and Tutorials</a></h4>
 
by <a href="http://blogmarks.net/user/holyver">holyver</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/682961">5 other(s)</a> 
<p class="description">
      This tutorial shows how to configure a MySQL 5 cluster with three nodes: two storage nodes and one management node. This cluster is load-balanced by a high-availability load balancer that in fact has two nodes that use the Ultra Monkey package which provides heartbeat (for checking if the other node is still alive) and ldirectord (to split up the requests to the nodes of the MySQL cluster).
    </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/cluster">cluster</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/load%2Bbalancing">load balancing</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mysql">mysql</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=2658139">Copy</a> | 
<a href="http://blogmarks.net/link/682961">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/woody3k/mark/1057727">
<title>Linux.com | Keep your Web site online with a High Availability Linux Apache cluster</title>
<link>http://www.linux.com/article.pl?sid=06/09/25/155211</link>
<description>Failover clusters are used to ensure high availability of system services and applications even through crashes, hardware failures, and environmental mishaps. In this article, I'll show you how to implement a rock-solid two-node high availability Apache cluster with the heartbeat application from The High-Availability Linux Project. I tested the cluster on Fedora Core 5, CentOS 4.3, and Ubuntu 6.06.1 LTS server distributions.</description>
<dc:date>2006-10-05T05:05:01Z</dc:date>
<dc:author>woody3k</dc:author>
<dc:subject>cluster, linux, web</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.linux.com/article.pl?sid=06/09/25/155211"><img border="0" src="http://blogmarks.net/screenshots/2006/10/05/583ba6e32c5622c372b3c11b24577687.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.linux.com/article.pl?sid=06/09/25/155211">Linux.com | Keep your Web site online with a High Availability Linux Apache cluster</a></h4>
 
by <a href="http://blogmarks.net/user/woody3k">woody3k</a> 
<p class="description">Failover clusters are used to ensure high availability of system services and applications even through crashes, hardware failures, and environmental mishaps. In this article, I'll show you how to implement a rock-solid two-node high availability Apache cluster with the heartbeat application from The High-Availability Linux Project. I tested the cluster on Fedora Core 5, CentOS 4.3, and Ubuntu 6.06.1 LTS server distributions.</p>
<p class="tags">
<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/linux">linux</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web">web</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057727">Copy</a> | 
<a href="http://blogmarks.net/link/1157792">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/springnet/mark/1057901939">
<title>High-availability middleware on Linux, Part 1: Heartbeat and Apache Web server</title>
<link>http://www-128.ibm.com/developerworks/linux/library/l-halinux/</link>
<description>In this first of five articles, learn what it means for software to be highly available and how to install and set up heartbeat software from the High-Availability Linux project on a two-node system. You'll also learn how to configure the Apache Web serve</description>
<dc:date>2006-09-25T22:26:44Z</dc:date>
<dc:author>springnet</dc:author>
<dc:subject>heartbeat, clustering, failover, cluster, ha, linux, sxsw, texas, austin, austinblogger, austincast, walhus, springnet</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www-128.ibm.com/developerworks/linux/library/l-halinux/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www-128.ibm.com/developerworks/linux/library/l-halinux/">High-availability middleware on Linux, Part 1: Heartbeat and Apache Web server</a></h4>
 
by <a href="http://blogmarks.net/user/springnet">springnet</a> 
<p class="description">In this first of five articles, learn what it means for software to be highly available and how to install and set up heartbeat software from the High-Availability Linux project on a two-node system. You'll also learn how to configure the Apache Web serve</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/heartbeat">heartbeat</a>
<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/failover">failover</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/ha">ha</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/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=1057901939">Copy</a> | 
<a href="http://blogmarks.net/link/2826961">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/springnet/mark/1057901947">
<title>http://www.workboy.com/charles/mysql-heartbeat/InstallMasterMySQL.html</title>
<link>http://www.workboy.com/charles/mysql-heartbeat/InstallMasterMySQL.html</link>
<description>Edit /etc/syslog.conf to include a local1 (for example) facility entry for MasterMySQL to write to. Also update the top line so that local1 doesn't write to /var/log/messages: *.info;local1.none;mail.none;authpriv.none;cron.none            /var/log/messa</description>
<dc:date>2006-09-25T22:03:45Z</dc:date>
<dc:author>springnet</dc:author>
<dc:subject>austinblogger, austincast, walhus, springnet, linux, msyql, failover, sxsw, texas, austin</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.workboy.com/charles/mysql-heartbeat/InstallMasterMySQL.html"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.workboy.com/charles/mysql-heartbeat/InstallMasterMySQL.html">http://www.workboy.com/charles/mysql-heartbeat/InstallMasterMySQL.html</a></h4>
 
by <a href="http://blogmarks.net/user/springnet">springnet</a> 
<p class="description">Edit /etc/syslog.conf to include a local1 (for example) facility entry for MasterMySQL to write to. Also update the top line so that local1 doesn't write to /var/log/messages: *.info;local1.none;mail.none;authpriv.none;cron.none            /var/log/messa</p>
<p class="tags">
<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>
<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/msyql">msyql</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>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057901947">Copy</a> | 
<a href="http://blogmarks.net/link/2826966">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/mbiven/mark/1767975">
<title>You Had Me At EHLO... : Direct Push is just a heartbeat away</title>
<link>http://msexchangeteam.com/archive/2006/04/03/424028.aspx</link>
<description></description>
<dc:date>2006-06-27T14:16:49Z</dc:date>
<dc:author>mbiven</dc:author>
<dc:subject>sysadmin, exchange</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://msexchangeteam.com/archive/2006/04/03/424028.aspx"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://msexchangeteam.com/archive/2006/04/03/424028.aspx">You Had Me At EHLO... : Direct Push is just a heartbeat away</a></h4>
 
by <a href="http://blogmarks.net/user/mbiven">mbiven</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/sysadmin">sysadmin</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/exchange">exchange</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1767975">Copy</a> | 
<a href="http://blogmarks.net/link/1527467">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/mbiven/mark/1767989">
<title>Heartbeat</title>
<link>http://heartbeat.highgroove.com/</link>
<description></description>
<dc:date>2006-06-23T18:46:33Z</dc:date>
<dc:author>mbiven</dc:author>
<dc:subject>rubyonrails</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://heartbeat.highgroove.com/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://heartbeat.highgroove.com/">Heartbeat</a></h4>
 
by <a href="http://blogmarks.net/user/mbiven">mbiven</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/rubyonrails">rubyonrails</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1767989">Copy</a> | 
<a href="http://blogmarks.net/link/1527475">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/mge/mark/728086">
<title>Home Heartbeat</title>
<link>http://www.homeheartbeat.com/NASApp/cs/ContentServer?pagename=HomeHeartBeat/Pages/HomePage</link>
<description></description>
<dc:date>2006-05-24T07:39:17Z</dc:date>
<dc:author>mge</dc:author>
<dc:subject>new, home-automation</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.homeheartbeat.com/NASApp/cs/ContentServer?pagename=HomeHeartBeat/Pages/HomePage"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.homeheartbeat.com/NASApp/cs/ContentServer?pagename=HomeHeartBeat/Pages/HomePage">Home Heartbeat</a></h4>
 
by <a href="http://blogmarks.net/user/mge">mge</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/new">new</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/home-automation">home-automation</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=728086">Copy</a> | 
<a href="http://blogmarks.net/link/994049">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/camel/mark/2435756">
<title>How To Set Up A Loadbalanced High-Availability Apache Cluster | HowtoForge - Linux Howtos and Tutorials</title>
<link>http://www.howtoforge.com/high_availability_loadbalanced_apache_cluster</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 &quot;Single Point Of Failure&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>
<dc:date>2006-05-18T14:42:22Z</dc:date>
<dc:author>camel</dc:author>
<dc:subject>web, apache, linux, tutorial, server, cluster</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.howtoforge.com/high_availability_loadbalanced_apache_cluster"><img border="0" src="http://www.blogmarks.net/screenshots/2006/05/05/e3b521f547740c2ca5c91dd078380876.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.howtoforge.com/high_availability_loadbalanced_apache_cluster">How To Set Up A Loadbalanced High-Availability Apache Cluster | 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/829843">3 other(s)</a> 
<p class="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 "Single Point Of Failure", 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
    </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/apache">apache</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/tutorial">tutorial</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/cluster">cluster</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=2435756">Copy</a> | 
<a href="http://blogmarks.net/link/829843">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/camel/mark/2435808">
<title>How To Set Up A Load-Balanced MySQL Cluster | HowtoForge - Linux Howtos and Tutorials</title>
<link>http://www.howtoforge.com/loadbalanced_mysql_cluster_debian</link>
<description>
      This tutorial shows how to configure a MySQL 5 cluster with three nodes: two storage nodes and one management node. This cluster is load-balanced by a high-availability load balancer that in fact has two nodes that use the Ultra Monkey package that 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>
<dc:date>2006-03-30T13:06:41Z</dc:date>
<dc:author>camel</dc:author>
<dc:subject>linux, mysql, tutorial, cluster, management</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.howtoforge.com/loadbalanced_mysql_cluster_debian"><img border="0" src="http://blogmarks.net/screenshots/2006/10/18/5d2bda5c5b4c7acfa3117c0f9ff508ff.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.howtoforge.com/loadbalanced_mysql_cluster_debian">How To Set Up A Load-Balanced MySQL Cluster | 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/682961">5 other(s)</a> 
<p class="description">
      This tutorial shows how to configure a MySQL 5 cluster with three nodes: two storage nodes and one management node. This cluster is load-balanced by a high-availability load balancer that in fact has two nodes that use the Ultra Monkey package that 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).
    </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/tutorial">tutorial</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/management">management</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=2435808">Copy</a> | 
<a href="http://blogmarks.net/link/682961">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/nightcrawler/mark/341931">
<title>SingaporeIndians.com - The Heartbeat of Today's Teens!</title>
<link>http://www.singaporeindians.com/</link>
<description></description>
<dc:date>2005-11-06T04:23:33Z</dc:date>
<dc:author>nightcrawler</dc:author>
<dc:subject>social, network, singapore, indian</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.singaporeindians.com/"><img border="0" src="http://www.blogmarks.net/screenshots/2005/11/06/579f5e6294d90d0faca9ffe3387a2958.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.singaporeindians.com/">SingaporeIndians.com - The Heartbeat of Today's Teens!</a></h4>
 
by <a href="http://blogmarks.net/user/nightcrawler">nightcrawler</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/social">social</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/singapore">singapore</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/indian">indian</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=341931">Copy</a> | 
<a href="http://blogmarks.net/link/515123">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/jeremi/mark/159499">
<title>Ajax Heartbeat Demo</title>
<link>http://www.ajaxify.com/run/wiki/timeout/heartbeat/</link>
<description></description>
<dc:date>2005-09-21T07:51:50Z</dc:date>
<dc:author>jeremi</dc:author>
<dc:subject>wiki, ajax, oxyd, jeremi.info</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.ajaxify.com/run/wiki/timeout/heartbeat/"><img border="0" src="http://www.blogmarks.net/screenshots/2005/09/21/d99c13534422aee5d8477317af0b69a9.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.ajaxify.com/run/wiki/timeout/heartbeat/">Ajax Heartbeat Demo</a></h4>
 
by <a href="http://blogmarks.net/user/jeremi">jeremi</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/wiki">wiki</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ajax">ajax</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/oxyd">oxyd</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/jeremi.info">jeremi.info</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=159499">Copy</a> | 
<a href="http://blogmarks.net/link/232227">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/imran/mark/352813">
<title>Home Heartbeat</title>
<link>http://www.homeheartbeat.com/</link>
<description>Wireless sensors, keychain monitors &amp; mobiles let you see the current status of your house at a glance</description>
<dc:date>2005-08-14T13:53:34Z</dc:date>
<dc:author>imran</dc:author>
<dc:subject>home, Telemetry</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.homeheartbeat.com/"><img border="0" src="http://www.blogmarks.net/screenshots/2005/08/14/b51a16207ead857c1c800ed4faf2e231.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.homeheartbeat.com/">Home Heartbeat</a></h4>
 
by <a href="http://blogmarks.net/user/imran">imran</a> 
<p class="description">Wireless sensors, keychain monitors & mobiles let you see the current status of your house at a glance</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/home">home</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Telemetry">Telemetry</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=352813">Copy</a> | 
<a href="http://blogmarks.net/link/530903">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>