<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Notes on setting up a GFS cluster on Redhat ES 3</title>
	<atom:link href="http://conigliaro.org/2006/03/22/notes-on-setting-up-a-gfs-cluster-on-redhat-es-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://conigliaro.org/2006/03/22/notes-on-setting-up-a-gfs-cluster-on-redhat-es-3/</link>
	<description>cat /dev/brain &#62;&#62; blog</description>
	<lastBuildDate>Thu, 02 Jul 2009 19:28:08 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dirtbag</title>
		<link>http://conigliaro.org/2006/03/22/notes-on-setting-up-a-gfs-cluster-on-redhat-es-3/comment-page-1/#comment-14</link>
		<dc:creator>dirtbag</dc:creator>
		<pubDate>Fri, 21 Apr 2006 02:55:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.gyrate.org/archives/9#comment-14</guid>
		<description>hey, Im trying to do this now and When I do
[jason@tf1 SRPMS]$ uname -a
Linux tf1.localdomain 2.4.21-40.ELsmp #1 SMP Thu Feb 2 22:22:39 EST 2006 i686 i686 i386 GNU/Linux

[jason@tf1 SRPMS]$ rpmbuild -bs /usr/src/redhat/SPECS/gfs-build.spec
error: Failed build dependencies:
        kernel-source = 2.4.21-40.ELsmp is needed by GFS-6.0.2.30-0
[jason@tf1 SRPMS]$

How do I get around this as Im running a smp kernel..

[jason@tf1 SRPMS]$ rpm -qa &#124; grep -i kernel
kernel-2.4.21-4.EL
kernel-source-2.4.21-40.EL
kernel-pcmcia-cs-3.1.31-19
kernel-2.4.21-40.EL
kernel-smp-2.4.21-4.EL
kernel-utils-2.4-8.37.14
kernel-smp-2.4.21-40.EL
[jason@tf1 SRPMS]$</description>
		<content:encoded><![CDATA[<p>hey, Im trying to do this now and When I do<br />
[jason@tf1 SRPMS]$ uname -a<br />
Linux tf1.localdomain 2.4.21-40.ELsmp #1 SMP Thu Feb 2 22:22:39 EST 2006 i686 i686 i386 GNU/Linux</p>
<p>[jason@tf1 SRPMS]$ rpmbuild -bs /usr/src/redhat/SPECS/gfs-build.spec<br />
error: Failed build dependencies:<br />
        kernel-source = 2.4.21-40.ELsmp is needed by GFS-6.0.2.30-0<br />
[jason@tf1 SRPMS]$</p>
<p>How do I get around this as Im running a smp kernel..</p>
<p>[jason@tf1 SRPMS]$ rpm -qa | grep -i kernel<br />
kernel-2.4.21-4.EL<br />
kernel-source-2.4.21-40.EL<br />
kernel-pcmcia-cs-3.1.31-19<br />
kernel-2.4.21-40.EL<br />
kernel-smp-2.4.21-4.EL<br />
kernel-utils-2.4-8.37.14<br />
kernel-smp-2.4.21-40.EL<br />
[jason@tf1 SRPMS]$</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://conigliaro.org/2006/03/22/notes-on-setting-up-a-gfs-cluster-on-redhat-es-3/comment-page-1/#comment-13</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 28 Mar 2006 23:44:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.gyrate.org/archives/9#comment-13</guid>
		<description>hmm, i dont remember anything about &#039;fenced.&#039;  i could be wrong, but i think lock_gulmd does the fencing.  it just launches a perl script &lt;a href=&quot;http://www.redhat.com/docs/manuals/csgfs/admin-guide/s1-sf-fence.html&quot; rel=&quot;nofollow&quot;&gt;for your particular switch type&lt;/a&gt;.  if you dont have an apc, im pretty sure there&#039;s a way to write a script for whatever switch you have (assuming its managable via telnet/ssh/whatever).</description>
		<content:encoded><![CDATA[<p>hmm, i dont remember anything about &#8216;fenced.&#8217;  i could be wrong, but i think lock_gulmd does the fencing.  it just launches a perl script <a href="http://www.redhat.com/docs/manuals/csgfs/admin-guide/s1-sf-fence.html" rel="nofollow">for your particular switch type</a>.  if you dont have an apc, im pretty sure there&#8217;s a way to write a script for whatever switch you have (assuming its managable via telnet/ssh/whatever).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Noel</title>
		<link>http://conigliaro.org/2006/03/22/notes-on-setting-up-a-gfs-cluster-on-redhat-es-3/comment-page-1/#comment-12</link>
		<dc:creator>Noel</dc:creator>
		<pubDate>Tue, 28 Mar 2006 23:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.gyrate.org/archives/9#comment-12</guid>
		<description>I just want to say these notes helped me to get things going nicely, Thanks a lot!

Question, why is there no fenced? I have been trying to figure out why manual fencing is not working properly and that seems to be part of the problem. As far as I can tell fenced is supposed to create a /tmp/fence_manual.fifo. Without fenced there is no fifo and no way to manually fence. Any thoughts? Oh, and yes, I already tried to talk my boss into buying an APC, might as well try to teach pigs to sing.</description>
		<content:encoded><![CDATA[<p>I just want to say these notes helped me to get things going nicely, Thanks a lot!</p>
<p>Question, why is there no fenced? I have been trying to figure out why manual fencing is not working properly and that seems to be part of the problem. As far as I can tell fenced is supposed to create a /tmp/fence_manual.fifo. Without fenced there is no fifo and no way to manually fence. Any thoughts? Oh, and yes, I already tried to talk my boss into buying an APC, might as well try to teach pigs to sing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
