<?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: Raid 5 Monitoring on Dell Power Edge 2650 with afacli</title>
	<atom:link href="http://www.shell-tips.com/2006/10/02/raid-5-monitoring-on-dell-power-edge-2650-with-afacli/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shell-tips.com/2006/10/02/raid-5-monitoring-on-dell-power-edge-2650-with-afacli/</link>
	<description>Some useful tips about CLI tools, Shell scripts and batch files... GNU Bash, Windows XP, SQL, Help Sheets / Cheat Sheets, etc.</description>
	<lastBuildDate>Thu, 11 Feb 2010 23:39:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nicolas Brousse</title>
		<link>http://www.shell-tips.com/2006/10/02/raid-5-monitoring-on-dell-power-edge-2650-with-afacli/comment-page-1/#comment-760</link>
		<dc:creator>Nicolas Brousse</dc:creator>
		<pubDate>Tue, 27 Feb 2007 11:05:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.shell-tips.com/2006/10/02/raid-5-monitoring-on-dell-power-edge-2650-with-afacli/#comment-760</guid>
		<description>James,

Have you check if your aacraid module is correctly loaded ?

You can check it thru &quot;lsmod&quot; command.

If not, you probably need to recompile your kernel with this option :
CONFIG_SCSI_AACRAID=m
And comment this one if you have it :
CONFIG_SCSI_AIC7XXX=m

I remember that there is conflict between the both modules which doesn&#039;t manage the same PERC version card.

Regards,
Nicolas</description>
		<content:encoded><![CDATA[<p>James,</p>
<p>Have you check if your aacraid module is correctly loaded ?</p>
<p>You can check it thru &#8220;lsmod&#8221; command.</p>
<p>If not, you probably need to recompile your kernel with this option :<br />
CONFIG_SCSI_AACRAID=m<br />
And comment this one if you have it :<br />
CONFIG_SCSI_AIC7XXX=m</p>
<p>I remember that there is conflict between the both modules which doesn&#8217;t manage the same PERC version card.</p>
<p>Regards,<br />
Nicolas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.shell-tips.com/2006/10/02/raid-5-monitoring-on-dell-power-edge-2650-with-afacli/comment-page-1/#comment-759</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 27 Feb 2007 09:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.shell-tips.com/2006/10/02/raid-5-monitoring-on-dell-power-edge-2650-with-afacli/#comment-759</guid>
		<description>Hello Nicolas,

Thanxs for your quick answer. 

I&#039;ve checked entries in my /proc/devices files and effectly there isn&#039;t any aac entry in it...

I think there is an hardware error or perhaps my configuration isn&#039;t compatible with aac!

Bye.

Regards,

James.</description>
		<content:encoded><![CDATA[<p>Hello Nicolas,</p>
<p>Thanxs for your quick answer. </p>
<p>I&#8217;ve checked entries in my /proc/devices files and effectly there isn&#8217;t any aac entry in it&#8230;</p>
<p>I think there is an hardware error or perhaps my configuration isn&#8217;t compatible with aac!</p>
<p>Bye.</p>
<p>Regards,</p>
<p>James.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas Brousse</title>
		<link>http://www.shell-tips.com/2006/10/02/raid-5-monitoring-on-dell-power-edge-2650-with-afacli/comment-page-1/#comment-750</link>
		<dc:creator>Nicolas Brousse</dc:creator>
		<pubDate>Mon, 26 Feb 2007 10:14:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.shell-tips.com/2006/10/02/raid-5-monitoring-on-dell-power-edge-2650-with-afacli/#comment-750</guid>
		<description>Hello James,

I suggest you to check for an &quot;aac&quot; entry in your /proc/devices. If you don&#039;t have this entry there is probably a mistake in the hardawre detection :)

If you have it, you can try to add the node entry manually by this command:
mknod afa0 c XXX 0
chmod 600 afa0

Where XXX equal the value in your /proc/devices for &quot;aac&quot;.

Take a look at the script /dev/MAKEDEV.afa

Regards,
Nicolas</description>
		<content:encoded><![CDATA[<p>Hello James,</p>
<p>I suggest you to check for an &#8220;aac&#8221; entry in your /proc/devices. If you don&#8217;t have this entry there is probably a mistake in the hardawre detection :)</p>
<p>If you have it, you can try to add the node entry manually by this command:<br />
mknod afa0 c XXX 0<br />
chmod 600 afa0</p>
<p>Where XXX equal the value in your /proc/devices for &#8220;aac&#8221;.</p>
<p>Take a look at the script /dev/MAKEDEV.afa</p>
<p>Regards,<br />
Nicolas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.shell-tips.com/2006/10/02/raid-5-monitoring-on-dell-power-edge-2650-with-afacli/comment-page-1/#comment-748</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 26 Feb 2007 09:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.shell-tips.com/2006/10/02/raid-5-monitoring-on-dell-power-edge-2650-with-afacli/#comment-748</guid>
		<description>Hi,

When I run the &quot;/MAKEDEV.afa afa0&quot; command, I&#039;ve the error &quot;./MAKEDEV.afa: Can not derive the major number for device afa.&quot; which appear. I have changed the devname value to &#039;aac&#039; in the MAKEDEV.afa file but the problem persist. Is someone have an idea to resolve it ? Thanks.

P.S. : I&#039;m running under Centos 4.4 (Redhat 9).</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>When I run the &#8220;/MAKEDEV.afa afa0&#8243; command, I&#8217;ve the error &#8220;./MAKEDEV.afa: Can not derive the major number for device afa.&#8221; which appear. I have changed the devname value to &#8216;aac&#8217; in the MAKEDEV.afa file but the problem persist. Is someone have an idea to resolve it ? Thanks.</p>
<p>P.S. : I&#8217;m running under Centos 4.4 (Redhat 9).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
