<?xml version="1.0" encoding="UTF-8"?>

<rss version='2.0' 
     xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
     xmlns:doap="http://usefulinc.com/ns/doap#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

    <channel>
        <!-- This XML Feed shows details for the page availability 
             and everything recently tagged availability -->
        <creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/
          </creativeCommons:license>
        <title>availability on SWiK</title>
        <doap:name>availability</doap:name>
        <doap:description></doap:description>
        <description></description> 
	  <!-- see doap:description for full description -->
        <link>http://swik.net/availability</link>
        <doap:homepage></doap:homepage>
        
        <pubDate></pubDate>
        <lastBuildDate></lastBuildDate>
            
        <item>
            <title>MySQL 5 High Availability with DRBD 8 and Heartbeat 2</title>
            <link>http://swik.net/drbd/del.icio.us+tag+feed/MySQL+5+High+Availability+with+DRBD+8+and+Heartbeat+2/cc47w</link>
            <description>&amp;quot;It’s 2 AM Saturday and the phone rings. You thought you were going to have a long holiday weekend. You’ve been informed by the NOC that there’s no connection to the database server, and could you come down to see what’s wrong with it. Remote access won’t save you, there’s no response at all from the server. [...]&amp;quot;</description>
            
            <pubDate>Fri, 29 Aug 2008 09:56:24 -0700</pubDate>
        </item>
            
        <item>
            <title>Raid is obsolete</title>
            <link>http://swik.net/MySQL/Planet+MySQL/Raid+is+obsolete/cc0i2</link>
            <description>&lt;p&gt;In a lot of environments.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.mysqlperformanceblog.com/2008/08/21/rendundant-array-of-inexpensive-servers/&quot;&gt;Peter&lt;/a&gt; gives a nice overview why you don&#039;t always need to invest in big fat redundant hardware.&lt;/p&gt;
&lt;p&gt;We&#039;ve tackled the topic last year &lt;a href=&quot;http://www.krisbuytaert.be/blog/node/388&quot;&gt;already&lt;/a&gt; ..&lt;/p&gt;
&lt;p&gt;Now I often get weird looks when I dare to mention that Raid is obsolete ..people fail to hear the &quot;in a lot of environments&quot;&lt;/p&gt;
&lt;p&gt;Obviously the catch is in the second part, you won&#039;t be doing this for your small shop around the corner with just one machine.  You&#039;ll only be doing this in an environment where you can work with a redundant array of inexpensive disks. Not with a server that has to sit in a remote and isolated location.&lt;/p&gt;
&lt;p&gt;Next to that there are situations where you will be using raid, but not for redundancy, but for disk throughput.&lt;/p&gt;</description>
            
            <pubDate>Thu, 28 Aug 2008 18:05:47 -0700</pubDate>
        </item>
            
        <item>
            <title>DRBD:What is DRBD</title>
            <link>http://swik.net/drbd/del.icio.us+tag+feed/DRBD%3AWhat+is+DRBD/cchcl</link>
            <description></description>
            
            <pubDate>Thu, 14 Aug 2008 08:04:52 -0700</pubDate>
        </item>
            
        <item>
            <title>XEN Cluster HowTo</title>
            <link>http://swik.net/Xen/http%3A%2F%2Fdel.icio.us%2Frss%2Ftag%2Fxen/XEN+Cluster+HowTo/cca77</link>
            <description>Xen HA cluster guide describing how to build a Xen cluster with DRBD to provide shared storage (SAN) and heartbeat to provide fail over</description>
            
            <pubDate>Tue, 12 Aug 2008 11:05:07 -0700</pubDate>
        </item>
            
        <item>
            <title>Preparing For EC2 Persistent Storage</title>
            <link>http://swik.net/drbd/del.icio.us+tag+feed/Preparing+For+EC2+Persistent+Storage/cb8f3</link>
            <description></description>
            
            <pubDate>Mon, 11 Aug 2008 15:04:16 -0700</pubDate>
        </item>
            
        <item>
            <title>AWS Service Health Dashboard - Amazon S3 Availability Event: July 20, 2008</title>
            <link>http://swik.net/Kellan-Elliot-Mcrea/del.icio.us%2Fkellan/AWS+Service+Health+Dashboard+-+Amazon+S3+Availability+Event%3A+July+20%2C+2008/cbuf7</link>
            <description></description>
            
            <pubDate>Thu, 07 Aug 2008 13:14:08 -0700</pubDate>
        </item>
            
        <item>
            <title>Installing DRBD on Hardy Part 2</title>
            <link>http://swik.net/drbd/del.icio.us+tag+feed/Installing+DRBD+on+Hardy+Part+2/cbucl</link>
            <description>The second entry which demonstrates how to setup HeartBeat on Hardy</description>
            
            <pubDate>Thu, 07 Aug 2008 13:13:10 -0700</pubDate>
        </item>
            
        <item>
            <title>DRBD:What is DRBD</title>
            <link>http://swik.net/drbd/del.icio.us+tag+feed/DRBD%3AWhat+is+DRBD/cbucc</link>
            <description></description>
            
            <pubDate>Thu, 07 Aug 2008 13:13:08 -0700</pubDate>
        </item>
            
        <item>
            <title>How to scale writes with master-master replication in MySQL</title>
            <link>http://swik.net/MySQL/Planet+MySQL/How+to+scale+writes+with+master-master+replication+in+MySQL/cbscy</link>
            <description>&lt;p&gt;This post is SEO bait for people trying to scale MySQL&amp;#8217;s write capacity by writing to both servers in master-master replication.  The short answer: you can&amp;#8217;t do it.  It&amp;#8217;s impossible.&lt;/p&gt;

&lt;p&gt;I keep hearing this line of reasoning: &amp;#8220;if I make a MySQL replication &amp;#8216;cluster&amp;#8217; and move half the writes to machine A and half of them to machine B, I can increase my overall write capacity.&amp;#8221;  It&amp;#8217;s a fallacy.  All writes are repeated on both machines: the writes you do on machine A are repeated via replication on machine B, and vice versa.  You don&amp;#8217;t shield either machine from any of the load.&lt;/p&gt;

&lt;p&gt;In addition, doing this introduces a very dangerous side effect: in case of a problem, neither machine has the authoritative data.  Neither machine&amp;#8217;s data can be trusted, but neither machine&amp;#8217;s data can be discarded either.  This is a very difficult situation to recover from.  Save yourself grief, work, and money.  &lt;strong&gt;Never write to both masters&lt;/strong&gt;.&lt;/p&gt;&lt;a href=&quot;http://www.xaprb.com/blog/tag/high-availability/&quot; rel=&quot;tag&quot;&gt;high availability&lt;/a&gt;, &lt;a href=&quot;http://www.xaprb.com/blog/tag/mysql/&quot; rel=&quot;tag&quot;&gt;mysql&lt;/a&gt;, &lt;a href=&quot;http://www.xaprb.com/blog/tag/replication/&quot; rel=&quot;tag&quot;&gt;replication&lt;/a&gt;, &lt;a href=&quot;http://www.xaprb.com/blog/tag/scaling/&quot; rel=&quot;tag&quot;&gt;scaling&lt;/a&gt;</description>
            
            <pubDate>Wed, 06 Aug 2008 06:15:50 -0700</pubDate>
        </item>
            
        <item>
            <title>3G iPhone Availability - Updated Every Fifteen Minutes</title>
            <link>http://swik.net/iphone/deli.cio.us%2Ftags%2Fiphone/3G+iPhone+Availability+-+Updated+Every+Fifteen+Minutes/cbj7g</link>
            <description></description>
            
            <pubDate>Sat, 26 Jul 2008 18:57:27 -0700</pubDate>
        </item>
            
        <item>
            <title>3G iPhone Availability - Updated Every Fifteen Minutes</title>
            <link>http://swik.net/iphone/deli.cio.us%2Ftags%2Fiphone/3G+iPhone+Availability+-+Updated+Every+Fifteen+Minutes/cbg6b</link>
            <description></description>
            
            <pubDate>Fri, 25 Jul 2008 07:02:15 -0700</pubDate>
        </item>
            
        <item>
            <title>Configuring Xen HA with Heartbeat for SUSE Linux Enterprise Server</title>
            <link>http://swik.net/Xen/http%3A%2F%2Fdel.icio.us%2Frss%2Ftag%2Fxen/Configuring+Xen+HA+with+Heartbeat+for+SUSE+Linux+Enterprise+Server/cbg5n</link>
            <description>Learn how to make a Heartbeat cluster with SUSE Linux Enterprise by creating a SAN for high availability storage for Xen virtual machines.</description>
            
            <pubDate>Fri, 25 Jul 2008 07:01:17 -0700</pubDate>
        </item>
            
        <item>
            <title>3G iPhone Availability - Updated Every Fifteen Minutes</title>
            <link>http://swik.net/json/del.icio.us%2Ftag%2Fjson/3G+iPhone+Availability+-+Updated+Every+Fifteen+Minutes/cbg3k</link>
            <description></description>
            
            <pubDate>Fri, 25 Jul 2008 06:59:13 -0700</pubDate>
        </item>
            
        <item>
            <title>3G iPhone Availability - Updated Every Fifteen Minutes</title>
            <link>http://swik.net/iphone/deli.cio.us%2Ftags%2Fiphone/3G+iPhone+Availability+-+Updated+Every+Fifteen+Minutes/cbe84</link>
            <description></description>
            
            <pubDate>Thu, 24 Jul 2008 10:02:01 -0700</pubDate>
        </item>
            
        <item>
            <title>3G iPhone Availability - Updated Every Fifteen Minutes</title>
            <link>http://swik.net/iphone/deli.cio.us%2Ftags%2Fiphone/3G+iPhone+Availability+-+Updated+Every+Fifteen+Minutes/cbezg</link>
            <description></description>
            
            <pubDate>Thu, 24 Jul 2008 08:59:19 -0700</pubDate>
        </item>
            
        <item>
            <title>3G iPhone Availability - Updated Every Fifteen Minutes</title>
            <link>http://swik.net/iphone/deli.cio.us%2Ftags%2Fiphone/3G+iPhone+Availability+-+Updated+Every+Fifteen+Minutes/cbey2</link>
            <description></description>
            
            <pubDate>Thu, 24 Jul 2008 08:59:17 -0700</pubDate>
        </item>
            
        <item>
            <title>3G iPhone Availability - Updated Every Fifteen Minutes</title>
            <link>http://swik.net/iphone/deli.cio.us%2Ftags%2Fiphone/3G+iPhone+Availability+-+Updated+Every+Fifteen+Minutes/cbepu</link>
            <description></description>
            
            <pubDate>Thu, 24 Jul 2008 08:00:17 -0700</pubDate>
        </item>
            
        <item>
            <title>Apple Retail Store - iPhone availability at the Apple Store</title>
            <link>http://swik.net/iphone/deli.cio.us%2Ftags%2Fiphone/Apple+Retail+Store+-+iPhone+availability+at+the+Apple+Store/caxvh</link>
            <description></description>
            
            <pubDate>Sun, 20 Jul 2008 21:47:28 -0700</pubDate>
        </item>
            
        <item>
            <title>Apple Retail Store - iPhone availability at the Apple Store</title>
            <link>http://swik.net/iphone/deli.cio.us%2Ftags%2Fiphone/Apple+Retail+Store+-+iPhone+availability+at+the+Apple+Store/cank1</link>
            <description></description>
            
            <pubDate>Thu, 17 Jul 2008 08:59:17 -0700</pubDate>
        </item>
            
        <item>
            <title>High Availability Hosting with DRBD :: BobCares :: Outsourced Web Hosting Support</title>
            <link>http://swik.net/drbd/del.icio.us+tag+feed/High+Availability+Hosting+with+DRBD+%3A%3A+BobCares+%3A%3A+Outsourced+Web+Hosting+Support/b9ni8</link>
            <description></description>
            
            <pubDate>Tue, 08 Jul 2008 19:47:54 -0700</pubDate>
        </item>
            
        <item>
            <title>High Availability with DRBD and Heartbeat Presentation | CB1, INC.</title>
            <link>http://swik.net/drbd/del.icio.us+tag+feed/High+Availability+with+DRBD+and+Heartbeat+Presentation+%7C+CB1%2C+INC./b7xqf</link>
            <description>highly available cluster using DRBD and Heartbeat.</description>
            
            <pubDate>Fri, 20 Jun 2008 05:18:55 -0700</pubDate>
        </item>
            
        <item>
            <title>Asterisk High Availability Solutions - voip-info.org</title>
            <link>http://swik.net/SIP/del.icio.us+tag%2FSIP/Asterisk+High+Availability+Solutions+-+voip-info.org/b7eih</link>
            <description></description>
            
            <pubDate>Fri, 13 Jun 2008 14:15:59 -0700</pubDate>
        </item>
            
        <item>
            <title>Even Worse than It Appears?</title>
            <link>http://swik.net/MySQL/Planet+MySQL/Even+Worse+than+It+Appears%3F/b626z</link>
            <description>&lt;p&gt;Two things today.&lt;/p&gt;
&lt;p&gt;First, thanks to &lt;a href=&quot;http://www.redmonk.com/cote/2008/06/06/new-customer-hyperic-also-mike-olson-surfaces/&quot;&gt;Cote&lt;/a&gt;, &lt;a href=&quot;http://news.cnet.com/8301-13505_3-9963421-16.html&quot;&gt;Matt&lt;/a&gt;, &lt;a href=&quot;http://www.hyperic.com/blog/hyperic/2008/06/06/first-get-the-right-people-on-the-bus/&quot;&gt;Javier&lt;/a&gt; and others for their kind words. I am tremendously excited to be working with Hyperic. I&amp;#8217;ve liked the company for a long time, and I&amp;#8217;m even more impressed by the team and the strategy now that I am spending a couple of days a week here. I haven&amp;#8217;t abandoned retirement altogether, but I have allowed it to erode a little bit because I like this opportunity so much.&lt;/p&gt;
&lt;p&gt;Second, I want to pile on &lt;a href=&quot;http://www.hyperic.com/blog/hyperic/2008/06/10/its-complicated/&quot;&gt;Javier&amp;#8217;s post&lt;/a&gt; on the &lt;a href=&quot;http://news.zdnet.co.uk/internet/0,1000000097,39431423,00.htm?r=36&quot;&gt;availability issues at Amazon&lt;/a&gt; over the past several days.&lt;/p&gt;
&lt;p&gt;It&amp;#8217;s worth pointing out that it had to be a pretty lousy weekend for the people responsible for running Amazon&amp;#8217;s infrastructure. If you take a step back, the only reason that the downtime is remarkable is because it&amp;#8217;s so rare. Nobody blinks when Twitter goes off-line. When my own favorite retailer since 1997 disappears, you notice it, because it simply never happens. I bet that things settle down quickly and we get back to the fast and reliable storefront that we&amp;#8217;ve all come to expect.&lt;/p&gt;
&lt;p&gt;Javier and others have touched on a likely cause of the outage: Complexity. As systems get more moving parts, they become harder to monitor and maintain. Many hope that the move to cloud computing will make things better; as you use infrastructure in the cloud, the thinking goes, you&amp;#8217;ll be able to rely on the cloud service provider to keep it running.&lt;/p&gt;
&lt;p&gt;As the downtime with Amazon&amp;#8217;s storefront demonstrates, that&amp;#8217;s a false hope. If you rely on computing services anywhere, you need to monitor them, and you need to understand how their availability affects your operations. IT shops are running more applications &amp;#8212; JBoss, Tomcat, MySQL, home-grown software to run their businesses, along with the laundry list of proprietary and legacy applications they&amp;#8217;ve installed over the years. These interact with one another. Every one of these software programs, and every connection among them, is a new potential source of failure.&lt;/p&gt;
&lt;p&gt;We hardly ever abandon old systems and infrastructure. We only add new ones. Increased complexity is an irresistible force of nature, and managing it requires new techniques and new tools.&lt;/p&gt;
&lt;p&gt;Back to the Amazon outage specifically: I&amp;#8217;ve seen a couple of quotes in the media from people who have said, more or less, &amp;#8220;Gee, whatever they changed that messed things up, they should have changed it during off hours.&amp;#8221;&lt;/p&gt;
&lt;p&gt;The fact of the matter is that there is no longer any such thing as &amp;#8220;off hours.&amp;#8221; For Amazon certainly, the storefront runs constantly. It may be nighttime in North America, but it&amp;#8217;s daylight in Eastern Europe and Asia. More and more businesses &amp;#8212; and especially those that deliver services over the Internet &amp;#8212; simply never get to shut their computers down for maintenance. Their operations infrastructure has to take that into account.&lt;/p&gt;
&lt;p&gt;More software running on more hardware in more places equals more complexity. At the same time, users all over the globe expect instantaneous access to data and services from anyplace, anytime. That combination means that IT professionals are staring at some pretty serious problems. The situation is even worse than it appears, though: For many businesses, as for Amazon, if the computers go down, the money stops flowing.&lt;/p&gt;
&lt;p&gt;I&amp;#8217;m glad to be at Hyperic because we&amp;#8217;re working on the hard problems. Manageability of core infrastructure is the iceberg in front of most businesses, these days.&lt;/p&gt;</description>
            
            <pubDate>Tue, 10 Jun 2008 11:21:46 -0700</pubDate>
        </item>
            
        <item>
            <title>Assembla Blog | Users demand high Subversion availability, Assembla responds</title>
            <link>http://swik.net/Trac/del.icio.us%2Ftag%2Ftrac/Assembla+Blog+%7C+Users+demand+high+Subversion+availability%2C+Assembla+responds/b5o6f</link>
            <description></description>
            
            <pubDate>Thu, 22 May 2008 12:23:03 -0700</pubDate>
        </item>
            
        <item>
            <title>Concept of a GlassFish Domain ... - A Thought a Day ...</title>
            <link>http://swik.net/GlassFish/del.icio.us%2Ftag%2Fglassfish/Concept+of+a+GlassFish+Domain+...+-+A+Thought+a+Day+.../b49v3</link>
            <description></description>
            
            <pubDate>Sat, 17 May 2008 12:08:04 -0700</pubDate>
        </item>
            
        <item>
            <title>DRBD : Système de disque miroir (raid 1) en réseau sous Linux</title>
            <link>http://swik.net/drbd/del.icio.us+tag+feed/DRBD+%3A+Syst%C3%A8me+de+disque+miroir+%28raid+1%29+en+r%C3%A9seau+sous+Linux/b45px</link>
            <description></description>
            
            <pubDate>Fri, 16 May 2008 03:14:06 -0700</pubDate>
        </item>
            
        <item>
            <title>Preparing For EC2 Persistent Storage</title>
            <link>http://swik.net/drbd/del.icio.us+tag+feed/Preparing+For+EC2+Persistent+Storage/b45oz</link>
            <description></description>
            
            <pubDate>Fri, 16 May 2008 03:14:04 -0700</pubDate>
        </item>
            
        <item>
            <title>Sun StorageTek Availability Suite at OpenSolaris.org</title>
            <link>http://swik.net/zfs/del.icio.us%2Ftag%2Fzfs/Sun+StorageTek+Availability+Suite+at+OpenSolaris.org/b42jc</link>
            <description>allows volumes and/or their snapshots, to be replicated between physically separated servers in real time, or by point-in-time, over virtually unlimited distances</description>
            
            <pubDate>Thu, 15 May 2008 10:19:13 -0700</pubDate>
        </item>
            
        <item>
            <title>JMS Service Availability in GlassFish V2</title>
            <link>http://swik.net/GlassFish/del.icio.us%2Ftag%2Fglassfish/JMS+Service+Availability+in+GlassFish+V2/b389w</link>
            <description></description>
            
            <pubDate>Mon, 14 Apr 2008 08:11:28 -0700</pubDate>
        </item>
            
        <item>
            <title>Replication is dead, long live Replication!</title>
            <link>http://swik.net/PrimeBase-XT/PBXT+Blog/Replication+is+dead%2C+long+live+Replication%21/b35bu</link>
            <description>Brian Aker has found general agreement with his post: &quot;&lt;a href=&quot;http://krow.livejournal.com/590912.html&quot;&gt;The Death of Read Replication&lt;/a&gt;&quot;.&lt;br/&gt;&lt;br/&gt;Arjen Lentz says &quot;&lt;a href=&quot;http://arjen-lentz.livejournal.com/105951.html&quot;&gt;I think Brian is right...&lt;/a&gt;&quot;, and Frank Mash confirmed: &quot;&lt;a href=&quot;http://mysqldatabaseadministration.blogspot.com/2008/04/is-read-replication-really-dying-in.html&quot;&gt;what Brian says about replication, caching and memcached is very true&lt;/a&gt;&quot;.&lt;br/&gt;&lt;br/&gt;Just like &lt;b&gt;&lt;i&gt;Video killed the Radio Star&lt;/i&gt;&lt;/b&gt; it looks like maybe &lt;b&gt;&lt;i&gt;Memcached killed the Replication Hierarchy&lt;/i&gt;&lt;/b&gt;!&lt;br/&gt;&lt;br/&gt;But of course, Brian and others are talking about &lt;b&gt;replication for scaling reads&lt;/b&gt;.&lt;br/&gt;&lt;br/&gt;In my &lt;a href=&quot;http://en.oreilly.com/mysql2008/public/schedule/detail/361&quot;&gt;session on PBXT&lt;/a&gt; next week at the conference I will be talking about how we plan to use &lt;b&gt;synchronous replication&lt;/b&gt; to produce an &lt;a href=&quot;http://en.wikipedia.org/wiki/High_availability&quot;&gt;HA&lt;/a&gt; solution for MySQL at the engine level.&lt;br/&gt;&lt;br/&gt;I will also discuss how some flexibility in the PBXT architecture makes it possible to actually scale writes efficiently as mentioned by Arjen &lt;a href=&quot;http://arjen-lentz.livejournal.com/105951.html&quot;&gt;in his blog&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;So don&#039;t miss it:&lt;br/&gt;&lt;br/&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-style: italic; font-weight: bold;&quot;&gt;Inside the PBXT Storage Engine&lt;/span&gt;&lt;br/&gt;10:50am - 11:50am Thursday, 04/17/2008&lt;br/&gt;Ballroom G&lt;br/&gt;&lt;/div&gt;</description>
            
            <pubDate>Tue, 08 Apr 2008 04:56:21 -0700</pubDate>
        </item>
                </channel>
</rss>
