<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Loon(y) Juice &#187; remus</title>
	<atom:link href="http://www.loonjuice.com/tag/remus/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.loonjuice.com</link>
	<description>&#34;This is Madness!&#34;</description>
	<lastBuildDate>Mon, 06 Feb 2012 09:07:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Remus-fu with DRBD, OCFS2 on Debian with No Redhat Clustering</title>
		<link>http://www.loonjuice.com/2010/06/13/remus-fu-with-drbd-ocfs2-on-debian-with-no-redhat-clustering/</link>
		<comments>http://www.loonjuice.com/2010/06/13/remus-fu-with-drbd-ocfs2-on-debian-with-no-redhat-clustering/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 11:47:58 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[Geeking]]></category>
		<category><![CDATA[It's Just Business]]></category>
		<category><![CDATA[Manual]]></category>
		<category><![CDATA[So Say We All!]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[remus]]></category>
		<category><![CDATA[vps]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://www.loonjuice.com/?p=1172</guid>
		<description><![CDATA[My earlier blog post at http://www.loonjuice.com/2010/06/13/remus-fu-with-drbd-gfs2-redhat-clustering-on-debian/ described using Xen Remus with shared disk via Redhat Cluster &#38; Redhat&#8217;s GFS2 on a dual-primary DRBD device between two Xen Remus Hypervisors. But I found that the overhead &#38; workload of managing a Redhat Cluster between the 2 x Xen Hypervisors to be excessive &#38; the failure/recovery modes [...]]]></description>
			<content:encoded><![CDATA[<p>My earlier blog post at http://www.loonjuice.com/2010/06/13/remus-fu-with-drbd-gfs2-redhat-clustering-on-debian/ described using Xen Remus with shared disk via Redhat Cluster &amp; Redhat&#8217;s GFS2 on a dual-primary DRBD device between two Xen Remus Hypervisors.</p>
<p>But I found that the overhead &amp; workload of managing a Redhat Cluster between the 2 x Xen Hypervisors to be excessive &amp; the failure/recovery modes &amp; actions required whenever a Hypervisor host went offline, to be unreliable &amp; requiring manual intervention (reset button) to hypervisors under some failure modes.</p>
<p>I&#8217;ve now moved to using OCFS2 on dual-primary DRBD between the Hypervisors &amp; so far this has performed far better in coping with OCFS Peer loss &amp; restart.</p>
<p>Actions req&#8217;d to install &amp; setup OCFS2 on the Debian based Xen Remus Hypervisors was:</p>
<p>(on both hypervisor systems, after Xen Remus install)</p>
<blockquote><p>apt-get install ocfs2-tools ocfs2console</p></blockquote>
<p>Setup <code>/etc/ocfs2/cluster.conf </code> the same on both Hypervisors, eg:</p>
<blockquote><p>node:<br />
ip_port = 7777<br />
ip_address = 192.168.X.Y<br />
number = 0<br />
name = debremus2<br />
cluster = ocfs2</p>
<p>node:<br />
ip_port = 7777<br />
ip_address = 192.168.X.Z<br />
number = 1<br />
name = debremus1<br />
cluster = ocfs2</p>
<p>cluster:<br />
node_count = 2<br />
name = xenocfs2cluster</p></blockquote>
<p>Then initialise OCFS2 on both hosts with:</p>
<blockquote>
<pre>dpkg-reconfigure o2cb
<pre>/etc/init.d/o2cb restart

/etc/init.d/ocfs2 restart</pre>
</pre>
</blockquote>
<p>Ensure that the same /etc/ocfs2/cluster.conf file is on both Hypervisors.</p>
<p>Ensure that DRBD is primary/primary on both Hypervisors.</p>
<p>Check the status (after initialisation) of OCFS2 on both hypervisors with:</p>
<blockquote><p>/etc/init.d/o2cb status</p></blockquote>
<p>Assuming you see something like the following, then proceed to make the OCFS2 filesystem!</p>
<blockquote><p>Driver for &#8220;configfs&#8221;: Loaded<br />
Filesystem &#8220;configfs&#8221;: Mounted<br />
Stack glue driver: Loaded<br />
Stack plugin &#8220;o2cb&#8221;: Loaded<br />
Driver for &#8220;ocfs2_dlmfs&#8221;: Loaded<br />
Filesystem &#8220;ocfs2_dlmfs&#8221;: Mounted<br />
Checking O2CB cluster xenocfs2cluster: Online<br />
Heartbeat dead threshold = 31<br />
Network idle timeout: 30000<br />
Network keepalive delay: 2000<br />
Network reconnect delay: 2000<br />
Checking O2CB heartbeat: Active</p></blockquote>
<blockquote><p>mkfs -t ocfs2 -N 2 -L ocfs2_drbd0 /dev/drbd0</p></blockquote>
<p>Then you can mount that filesystem on both Hypervisors with:</p>
<blockquote><p>mount -t ocfs2 /dev/drbd0 /usr/ocfs2</p></blockquote>
<p>Now, finally, you can start your Remus enabled guests, using a &#8216;disk=&#8217; line like:</p>
<blockquote><p>disk = ['tap:remus:192.168.X.Y:9000|aio:/usr/ocfs2/vm1-hvm.img,hda,w']</p></blockquote>
<p>Where 192.168.X.Y is the IP address of the 2nd/failover-to Hypervisor host!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.loonjuice.com/2010/06/13/remus-fu-with-drbd-ocfs2-on-debian-with-no-redhat-clustering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remus-fu with DRBD, GFS2 &amp; Redhat Cluster on Debian</title>
		<link>http://www.loonjuice.com/2010/06/13/remus-fu-with-drbd-gfs2-redhat-clustering-on-debian/</link>
		<comments>http://www.loonjuice.com/2010/06/13/remus-fu-with-drbd-gfs2-redhat-clustering-on-debian/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 13:07:43 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[Geeking]]></category>
		<category><![CDATA[It's Just Business]]></category>
		<category><![CDATA[Manual]]></category>
		<category><![CDATA[So Say We All!]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[HA]]></category>
		<category><![CDATA[High Availability]]></category>
		<category><![CDATA[remus]]></category>
		<category><![CDATA[remus xen vps]]></category>
		<category><![CDATA[vps]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://www.loonjuice.com/?p=1159</guid>
		<description><![CDATA[Refer to http://www.loonjuice.com/2010/06/06/remus-fu to get Debian &#38; Xen with Remus installed, configured &#38; running. Then, change the disk of the VM to use an image location being on a GFS2 mounted, DRBD distributed, clustered file system! (eg used below is /usr/gfs0 ) Current Xen 4.1-unstable includes Remus &#38; uses/patches the 2.6.31.13 Linux kernel. Build &#38; [...]]]></description>
			<content:encoded><![CDATA[<p>Refer to http://www.loonjuice.com/2010/06/06/remus-fu to get Debian &amp; Xen with Remus installed, configured &amp; running.</p>
<p>Then, change the disk of the VM to use an image location being on a GFS2 mounted, DRBD distributed, clustered file system! (eg used below is /usr/gfs0 )</p>
<p>Current Xen 4.1-unstable includes Remus &amp; uses/patches the 2.6.31.13 Linux kernel.</p>
<p>Build &amp; install the latest DRBD sources, from http://www.drbd.org/docs/install/</p>
<p>ie:</p>
<p>download the relevant drbd-*.tar.gz, extract to /usr/local/src</p>
<p>run ./configure &#8211;with-km; make KDIR=/lib/modules/2.6.31.13/build ; make KDIR=/lib/modules/2.6.31.13/build install</p>
<p>You then need to configure DRBD using the same /usr/local/etc/drbd.conf on both hosts, eg: using /dev/loop0 as the backing disk device!!</p>
<blockquote><p>global {<br />
minor-count 10;<br />
}</p>
<p>resource drbdr1 {<br />
protocol C;<br />
meta-disk    internal;<br />
device        /dev/drbd0;<br />
##disk        /dev/mapper/VG-LV_name;<br />
disk        /dev/loop0;</p>
<p>startup {<br />
wfc-timeout 30;<br />
degr-wfc-timeout 30;<br />
become-primary-on both;<br />
}</p>
<p>disk {<br />
on-io-error detach;<br />
}</p>
<p>syncer {<br />
rate 90M; # Note: &#8216;M&#8217; is MegaBytes, not MegaBits<br />
}</p>
<p>net {<br />
allow-two-primaries;<br />
after-sb-0pri discard-younger-primary;<br />
after-sb-1pri discard-secondary;<br />
after-sb-2pri call-pri-lost-after-sb;<br />
}</p>
<p>on remus1 {<br />
##device        /dev/drbd0;<br />
##disk        /dev/loop0;<br />
##disk        /dev/mapper/VG-LV_name;<br />
address        192.168.X.Y1:7789;<br />
##meta-disk    internal;<br />
}</p>
<p>on remus2 {<br />
##device        /dev/drbd0;<br />
##disk        /dev/mapper/VG-LV_name;<br />
address        192.168.X.Z:7789;<br />
##meta-disk    internal;<br />
}</p>
<p>}</p></blockquote>
<p>Ensure that the same entries for hosts &#8216;remus1&#8242; &amp; &#8216;remus2&#8242; are in each hosts /etc/hosts file! (V.IMPORTANT)</p>
<p>Now instantiate/initially-start DRBD with the following command set:</p>
<blockquote><p>drbdadm create-md drbdr1</p>
<p>drbdadm attach drbdr1</p>
<p>drbdadm connect drbdr1</p>
<p>watch cat /proc/drbd</p></blockquote>
<p>Then finally set Dual Primary mode with: (as long as you have dual-primary enabled in your active drbd.conf as perhttp://www.drbd.org/users-guide-emb/s-enable-dual-primary.html )</p>
<blockquote><p>drbdadm primary drbdr1</p></blockquote>
<p>With both hosts running in DRBD Primary modes (cat /proc/drbd |grep &#8220;Primary/Primary&#8221;) you can now get the GFS2 filesystem built on /dev/drbd0</p>
<blockquote><p><em>mkfs</em>.<em>gfs2</em> -t clusternamefromcluster.conf:gfs1 -p lock_dlm -j 2 /dev/drbd0</p></blockquote>
<p>Then you can mount the GFS2 filesystem on each host:</p>
<blockquote><p>mkdir /usr/gfs0</p>
<p>mount /dev/drbd0 /usr/gfs0</p></blockquote>
<p>(on each host)</p>
<p>Check status of Cluster, GFS &amp; DRBD:</p>
<blockquote><p>cat /proc/drbd</p>
<p>cman_tool status</p>
<p>cman_tool nodes</p>
<p>gfs2_tool df</p></blockquote>
<p>More to be added, but you can install &amp; run up a domU as per the original Remus-fu post using an image on /usr/gfs0 !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.loonjuice.com/2010/06/13/remus-fu-with-drbd-gfs2-redhat-clustering-on-debian/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Blogging updates to that Debia&#8230;</title>
		<link>http://www.loonjuice.com/2010/03/07/blogging-updates-to-that-debia/</link>
		<comments>http://www.loonjuice.com/2010/03/07/blogging-updates-to-that-debia/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 12:43:02 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[Geeking]]></category>
		<category><![CDATA[It's Just Business]]></category>
		<category><![CDATA[Manual]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Tweeted]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[remus]]></category>
		<category><![CDATA[vps]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://www.loonjuice.com/2010/03/07/blogging-updates-to-that-debia/</guid>
		<description><![CDATA[Blogging updates to that Debian Xen Remus tweet at http://bit.ly/a2nJU5 for High Availability Visualization #xen #vps #remus #linux #ha]]></description>
			<content:encoded><![CDATA[<p>Blogging updates to that Debian Xen Remus tweet at <a rel="nofollow" href="http://bit.ly/a2nJU5">http://bit.ly/a2nJU5</a> for High Availability Visualization #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23xen">xen</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23vps">vps</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23remus">remus</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23linux">linux</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23ha">ha</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.loonjuice.com/2010/03/07/blogging-updates-to-that-debia/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Debian 5.04 better than CentOS&#8230;</title>
		<link>http://www.loonjuice.com/2010/03/07/debian-5-04-better-than-centos/</link>
		<comments>http://www.loonjuice.com/2010/03/07/debian-5-04-better-than-centos/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 10:09:45 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[Geeking]]></category>
		<category><![CDATA[It's Just Business]]></category>
		<category><![CDATA[Manual]]></category>
		<category><![CDATA[So Say We All!]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Tweeted]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[remus]]></category>
		<category><![CDATA[vps]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://www.loonjuice.com/2010/03/07/debian-5-04-better-than-centos/</guid>
		<description><![CDATA[Debian 5.04 better than CentOS 5.4 for latest Xen unstable (4.0.0rc6-pre) with Remus &#38; Kernel (2.6.31.6) builds! Install Debian 5.04 amd64 via DVD 1 &#38; enable network interface &#38; Network Repos! Debian 5.04 amd64 ISO is: ftp://mirror.internode.on.net/debian-cd/5.0.4/amd64/iso-dvd/debian-504-amd64-DVD-1.iso /etc/apt/sources.list setup after install &#38; used throughout Xen Unstable install is: ##deb cdrom:[Debian GNU/Linux 5.0.4 _Lenny_ - Official [...]]]></description>
			<content:encoded><![CDATA[<p>Debian 5.04 better than CentOS 5.4 for latest Xen unstable (4.0.0rc6-pre) with Remus &amp; Kernel (2.6.31.6) builds!</p>
<p>Install Debian 5.04 amd64 via DVD 1 &amp; enable network interface &amp; Network Repos!</p>
<p>Debian 5.04 amd64 ISO is: ftp://mirror.internode.on.net/debian-cd/5.0.4/amd64/iso-dvd/debian-504-amd64-DVD-1.iso</p>
<p>/etc/apt/sources.list setup after install &amp; used throughout Xen Unstable install is:</p>
<p>##deb cdrom:[Debian GNU/Linux 5.0.4 _Lenny_ - Official amd64 DVD Binary-1 20100131-22:09]/ lenny contrib main</p>
<p>deb http://ftp.au.debian.org/debian/ lenny main<br />
deb-src http://ftp.au.debian.org/debian/ lenny main</p>
<p>deb http://security.debian.org/ lenny/updates main contrib<br />
deb-src http://security.debian.org/ lenny/updates main contrib</p>
<p>deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib<br />
deb-src http://volatile.debian.org/debian-volatile lenny/volatile main contrib</p>
<p>Pre-Req&#8217;s:</p>
<p>apt-get update</p>
<p>apt-get install&#8217;s done:</p>
<p>apt-get install build-essential<br />
apt-get install zlib1g-dev python-dev libncurses5-dev libssl-dev xorg-dev<br />
apt-get install mercurial gawk bcc bin86<br />
apt-get install openssh-server<br />
apt-get install git-core<br />
apt-get install libsdl1.2-dev<br />
apt-get install uuid-dev<br />
apt-get install gettext<br />
apt-get install iasl<br />
apt-get install bridge-utils<br />
apt-get install flex bison libpci-dev</p>
<p>Get to it!:</p>
<p>cd /usr/local/src</p>
<p>hg clone http://xenbits.xen.org/xen-unstable.hg</p>
<p>cd xen-unstable.hg</p>
<p>make world</p>
<p>When &#8220;make world&#8221; stops to configure kernel, CTRL-C the make menuconfig within the kernel&#8217;s build dirs!</p>
<p>Edit ./linux-2.6-pvops.git/arch/x86/configs/i386_defconfig AND ./linux-2.6-pvops.git/arch/x86/configs/x86_64_defconfig to enable whatever config entries you want.</p>
<p>Re-start the xen-unstable.hg/ make dist process &amp; work through the prompts for the kernel config stage &amp; all going well, it should configure &amp; build the kernel &amp; Xen!</p>
<p>make install</p>
<p>mkinitramfs -k -o ./initramfs-2.6.31.6 2.6.31.6</p>
<p>cp /initramfs-2.6.31.6 /boot/initrd.img-2.6.31.6</p>
<p>Set GRUB menu.lst to boot on this Xen install:</p>
<p>title           Xen Unstable + kernel 2.6.31.6<br />
root            (hd0,0)<br />
kernel          /boot/xen-4.0.gz<br />
module          /boot/vmlinuz-2.6.31.6 root=/dev/sda1 ro quiet<br />
module          /boot/initrd.img-2.6.31.6</p>
<p>Boot on that!</p>
<p>First you&#8217;ll need to manually start xend for the 1st time!</p>
<p>/etc/init.d/xend start</p>
<p>Check networking, xm list output, etc..</p>
<p>Set xend to start at boot via:</p>
<p>updated-rc.d xend defaults</p>
<p>updated-rc.d xendomains defaults</p>
<p>Update xend-config.sxp to support Live Migration via Replication:</p>
<p>(xend-relocation-server yes)<br />
(xend-relocation-port 8002)<br />
(xend-relocation-ssl no)<br />
(xend-relocation-address &#8221;)<br />
(xend-relocation-hosts-allow &#8221;)</p>
<p>Load those xend-config.sxp changes with:</p>
<p>/etc/init.d/xend restart</p>
<p>See that your Xen is sitting on TCP port 8002 with:</p>
<p>lsof -i tcp:8002</p>
<p>Do all this on &gt; 1 physical host/server to get other Hypervisors available to Replicate to!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.loonjuice.com/2010/03/07/debian-5-04-better-than-centos/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Can&#8217;t talk &#8211; Compiling Kernel&#8230;.</title>
		<link>http://www.loonjuice.com/2010/03/07/cant-talk-compiling-kernel/</link>
		<comments>http://www.loonjuice.com/2010/03/07/cant-talk-compiling-kernel/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 06:04:57 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[Geeking]]></category>
		<category><![CDATA[Manual]]></category>
		<category><![CDATA[So Say We All!]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Tweeted]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[remus]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://www.loonjuice.com/2010/03/07/cant-talk-compiling-kernel/</guid>
		<description><![CDATA[Can&#8217;t talk &#8211; Compiling Kernel..]]></description>
			<content:encoded><![CDATA[<p>Can&#8217;t talk &#8211; Compiling Kernel..</p>
]]></content:encoded>
			<wfw:commentRss>http://www.loonjuice.com/2010/03/07/cant-talk-compiling-kernel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Listening to the Cloud Computi&#8230;</title>
		<link>http://www.loonjuice.com/2010/02/19/listening-to-the-cloud-computi-2/</link>
		<comments>http://www.loonjuice.com/2010/02/19/listening-to-the-cloud-computi-2/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 23:38:15 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[Geeking]]></category>
		<category><![CDATA[It's Just Business]]></category>
		<category><![CDATA[Manual]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Tweeted]]></category>
		<category><![CDATA[remus]]></category>
		<category><![CDATA[vps]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://www.loonjuice.com/2010/02/19/listening-to-the-cloud-computi-2/</guid>
		<description><![CDATA[Listening to the Cloud Computing podcast from iTunes as we reconfigure our switches for ethernet lyr VPS HA via Remus! http://bit.ly/3FLMF1]]></description>
			<content:encoded><![CDATA[<p>Listening to the Cloud Computing podcast from iTunes as we reconfigure our switches for ethernet lyr VPS HA via Remus! <a rel="nofollow" href="http://bit.ly/3FLMF1">http://bit.ly/3FLMF1</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.loonjuice.com/2010/02/19/listening-to-the-cloud-computi-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Loading Xen&#8217;s Remus to a coupl&#8230;</title>
		<link>http://www.loonjuice.com/2010/01/22/loading-xens-remus-to-a-coupl/</link>
		<comments>http://www.loonjuice.com/2010/01/22/loading-xens-remus-to-a-coupl/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 23:44:07 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[Geeking]]></category>
		<category><![CDATA[It's Just Business]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Tweeted]]></category>
		<category><![CDATA[remus]]></category>
		<category><![CDATA[tweets twitter]]></category>
		<category><![CDATA[vps]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://www.loonjuice.com/2010/01/22/loading-xens-remus-to-a-coupl/</guid>
		<description><![CDATA[Loading Xen&#8217;s Remus to a couple of my production Hypervisors for Xen&#8217;s own (now) transparent VPS high availability &#8211; http://bit.ly/1y4C9m]]></description>
			<content:encoded><![CDATA[<p>Loading Xen&#8217;s Remus to a couple of my production Hypervisors for Xen&#8217;s own (now) transparent VPS high availability &#8211; <a rel="nofollow" href="http://bit.ly/1y4C9m">http://bit.ly/1y4C9m</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.loonjuice.com/2010/01/22/loading-xens-remus-to-a-coupl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

