<?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: Linux Check The Health of Adaptec RAID array</title> <atom:link href="http://www.cyberciti.biz/faq/howto-check-adaptec-raid-array/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/howto-check-adaptec-raid-array/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: TryMe</title><link>http://www.cyberciti.biz/faq/howto-check-adaptec-raid-array/#comment-60224</link> <dc:creator>TryMe</dc:creator> <pubDate>Sat, 25 Jun 2011 14:44:17 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1010#comment-60224</guid> <description>Use GETSTATUS command:
&lt;pre&gt; /usr/StorMan/arcconf GETSTATUS 1&lt;/pre&gt;</description> <content:encoded><![CDATA[<p>Use GETSTATUS command:</p><pre> /usr/StorMan/arcconf GETSTATUS 1</pre>]]></content:encoded> </item> <item><title>By: Zack</title><link>http://www.cyberciti.biz/faq/howto-check-adaptec-raid-array/#comment-56710</link> <dc:creator>Zack</dc:creator> <pubDate>Wed, 30 Mar 2011 04:35:10 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1010#comment-56710</guid> <description>What Dilip is asking is how to check the RAID rebuilding progress, specially the percentage.
I don&#039;t see anywhere on GETCOFIG where it shows this progress.
The GETSTATUS option returns no tasks in progress, even know the array is rebuilding.</description> <content:encoded><![CDATA[<p>What Dilip is asking is how to check the RAID rebuilding progress, specially the percentage.</p><p>I don&#8217;t see anywhere on GETCOFIG where it shows this progress.</p><p>The GETSTATUS option returns no tasks in progress, even know the array is rebuilding.</p> ]]></content:encoded> </item> <item><title>By: Ron</title><link>http://www.cyberciti.biz/faq/howto-check-adaptec-raid-array/#comment-56543</link> <dc:creator>Ron</dc:creator> <pubDate>Tue, 22 Mar 2011 18:23:16 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1010#comment-56543</guid> <description>The Adaptec bash commnds didn&#039;t work for me.
I had to run GUI /usr/StorMan/./StorMan.sh while as root.</description> <content:encoded><![CDATA[<p>The Adaptec bash commnds didn&#8217;t work for me.<br
/> I had to run GUI /usr/StorMan/./StorMan.sh while as root.</p> ]]></content:encoded> </item> <item><title>By: shiny</title><link>http://www.cyberciti.biz/faq/howto-check-adaptec-raid-array/#comment-50919</link> <dc:creator>shiny</dc:creator> <pubDate>Wed, 17 Nov 2010 14:57:54 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1010#comment-50919</guid> <description>Hi,
I have two Adaptec 3405 RAIDs on my machine. I checked the link http://www.adaptec.com/en-US/downloads/storage_manager/sm?productId=SAS-3405&amp;dn=Adaptec+RAID+3405, and I do not find any Adaptec Storage Manager software for ubuntu. It seems it has the arcconf utility to do the health check of RAID. But as I see, it has inbuilt SMART support. Hence when I run SMART on my ubuntu machine it fails as below :
{{{
# smartctl -a /dev/sda -T permissive
smartctl 5.40 2010-10-16 r3189 [x86_64-unknown-linux-gnu] (local build)
Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net
Device: Adaptec  Array 0          Version: V1.0
scsiModePageOffset: response length too short, resp_len=4 offset=4 bd_len=0
&gt;&gt; Terminate command early due to bad response to IEC mode page
Error Counter logging not supported
scsiModePageOffset: response length too short, resp_len=4 offset=4 bd_len=0
Device does not support Self Test logging
}}}
I have tried to specify scsi and sat as device types for the utility, but it fails.
The only command that ever ran is &quot;smartctl -H /dev/sda&quot;.
Smartd just doesn&#039;t budge either.
Could you tell me how to proceed.
Any kind of help would be greatly appreciated.
Thanks
Shiny</description> <content:encoded><![CDATA[<p>Hi,<br
/> I have two Adaptec 3405 RAIDs on my machine. I checked the link <a
href="http://www.adaptec.com/en-US/downloads/storage_manager/sm?productId=SAS-3405&#038;dn=Adaptec+RAID+3405" rel="nofollow">http://www.adaptec.com/en-US/downloads/storage_manager/sm?productId=SAS-3405&#038;dn=Adaptec+RAID+3405</a>, and I do not find any Adaptec Storage Manager software for ubuntu. It seems it has the arcconf utility to do the health check of RAID. But as I see, it has inbuilt SMART support. Hence when I run SMART on my ubuntu machine it fails as below :</p><p>{{{<br
/> # smartctl -a /dev/sda -T permissive<br
/> smartctl 5.40 2010-10-16 r3189 [x86_64-unknown-linux-gnu] (local build)<br
/> Copyright (C) 2002-10 by Bruce Allen, <a
href="http://smartmontools.sourceforge.net" rel="nofollow">http://smartmontools.sourceforge.net</a></p><p>Device: Adaptec  Array 0          Version: V1.0<br
/> scsiModePageOffset: response length too short, resp_len=4 offset=4 bd_len=0<br
/> &gt;&gt; Terminate command early due to bad response to IEC mode page</p><p>Error Counter logging not supported<br
/> scsiModePageOffset: response length too short, resp_len=4 offset=4 bd_len=0<br
/> Device does not support Self Test logging<br
/> }}}</p><p>I have tried to specify scsi and sat as device types for the utility, but it fails.</p><p>The only command that ever ran is &#8220;smartctl -H /dev/sda&#8221;.<br
/> Smartd just doesn&#8217;t budge either.</p><p>Could you tell me how to proceed.<br
/> Any kind of help would be greatly appreciated.</p><p>Thanks<br
/> Shiny</p> ]]></content:encoded> </item> <item><title>By: superw4w</title><link>http://www.cyberciti.biz/faq/howto-check-adaptec-raid-array/#comment-47522</link> <dc:creator>superw4w</dc:creator> <pubDate>Wed, 26 May 2010 15:48:39 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1010#comment-47522</guid> <description>Status : Charging is fine also</description> <content:encoded><![CDATA[<p>Status : Charging is fine also</p> ]]></content:encoded> </item> <item><title>By: a471856</title><link>http://www.cyberciti.biz/faq/howto-check-adaptec-raid-array/#comment-42759</link> <dc:creator>a471856</dc:creator> <pubDate>Tue, 28 Jul 2009 07:39:30 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1010#comment-42759</guid> <description>what exactly the following line tell us.
Time remaining (at current draw) : 5 days, 13 hours, 19 minutes
Is there any min value for this.</description> <content:encoded><![CDATA[<p>what exactly the following line tell us.<br
/> Time remaining (at current draw) : 5 days, 13 hours, 19 minutes</p><p>Is there any min value for this.</p> ]]></content:encoded> </item> <item><title>By: Vivek Gite</title><link>http://www.cyberciti.biz/faq/howto-check-adaptec-raid-array/#comment-42758</link> <dc:creator>Vivek Gite</dc:creator> <pubDate>Tue, 28 Jul 2009 07:36:00 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1010#comment-42758</guid> <description>Look out for status line, it should be always okay</description> <content:encoded><![CDATA[<p>Look out for status line, it should be always okay</p> ]]></content:encoded> </item> <item><title>By: a471856</title><link>http://www.cyberciti.biz/faq/howto-check-adaptec-raid-array/#comment-42757</link> <dc:creator>a471856</dc:creator> <pubDate>Tue, 28 Jul 2009 07:24:37 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1010#comment-42757</guid> <description>How to determine the controller battery is in a good status from the command.
Controller Battery Information
---------------------------------------------------
Status                              : Okay
Over temperature                    : No
Capacity remaining                  : 100 percent
Time remaining (at current draw)    : 5 days, 13 hours, 19 minutes
---------------------------------------------------</description> <content:encoded><![CDATA[<p>How to determine the controller battery is in a good status from the command.</p><p> Controller Battery Information<br
/> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br
/> Status                              : Okay<br
/> Over temperature                    : No<br
/> Capacity remaining                  : 100 percent<br
/> Time remaining (at current draw)    : 5 days, 13 hours, 19 minutes<br
/> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p> ]]></content:encoded> </item> <item><title>By: Ivo Simicevic</title><link>http://www.cyberciti.biz/faq/howto-check-adaptec-raid-array/#comment-40257</link> <dc:creator>Ivo Simicevic</dc:creator> <pubDate>Thu, 12 Feb 2009 14:29:48 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1010#comment-40257</guid> <description>I think Dilip is looking for automated way of checking (meaning, he probably doesn&#039;t want to read all those lines arcconf reports back).
Maybe &lt;a href=&quot;http://wiki.w0wdx.com/Hobbit_script_to_monitor_Adaptec_2420SA_using_adaptec_arcconf&quot; rel=&quot;nofollow&quot;&gt; this link &lt;/a&gt; could help ...</description> <content:encoded><![CDATA[<p>I think Dilip is looking for automated way of checking (meaning, he probably doesn&#8217;t want to read all those lines arcconf reports back).</p><p>Maybe <a
href="http://wiki.w0wdx.com/Hobbit_script_to_monitor_Adaptec_2420SA_using_adaptec_arcconf" rel="nofollow"> this link </a> could help &#8230;</p> ]]></content:encoded> </item> <item><title>By: Jason</title><link>http://www.cyberciti.biz/faq/howto-check-adaptec-raid-array/#comment-39508</link> <dc:creator>Jason</dc:creator> <pubDate>Wed, 17 Dec 2008 20:44:23 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1010#comment-39508</guid> <description>arcconf is included with the Adaptec Storage Manager download and is installed in /usr/StorMan/arcconf as described above.</description> <content:encoded><![CDATA[<p>arcconf is included with the Adaptec Storage Manager download and is installed in /usr/StorMan/arcconf as described above.</p> ]]></content:encoded> </item> <item><title>By: vivek</title><link>http://www.cyberciti.biz/faq/howto-check-adaptec-raid-array/#comment-38122</link> <dc:creator>vivek</dc:creator> <pubDate>Wed, 18 Jun 2008 14:42:48 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1010#comment-38122</guid> <description>is it software or hardware raid array? For Adaptec  use above command. Read help page for more info.</description> <content:encoded><![CDATA[<p>is it software or hardware raid array? For Adaptec  use above command. Read help page for more info.</p> ]]></content:encoded> </item> <item><title>By: Dilip</title><link>http://www.cyberciti.biz/faq/howto-check-adaptec-raid-array/#comment-37870</link> <dc:creator>Dilip</dc:creator> <pubDate>Fri, 09 May 2008 12:22:56 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1010#comment-37870</guid> <description>And how can do I check the RAID array health please suggest me.</description> <content:encoded><![CDATA[<p>And how can do I check the RAID array health please suggest me.</p> ]]></content:encoded> </item> </channel> </rss>
