<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Ways to know the hardware raid configuration in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ways-to-know-the-hardware-raid-configuration/m-p/4557845#M60210</link>
    <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I have a HP ML370 server running Red Hat Linux. It is having two hard disks.&lt;BR /&gt;&lt;BR /&gt;I would like to know how to check which hardware array  configuration it is running, that is whether it is raid0 or raid1.&lt;BR /&gt;&lt;BR /&gt;Please help..Thanks</description>
    <pubDate>Mon, 04 Jan 2010 12:24:34 GMT</pubDate>
    <dc:creator>Jiten Joshi</dc:creator>
    <dc:date>2010-01-04T12:24:34Z</dc:date>
    <item>
      <title>Ways to know the hardware raid configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ways-to-know-the-hardware-raid-configuration/m-p/4557845#M60210</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I have a HP ML370 server running Red Hat Linux. It is having two hard disks.&lt;BR /&gt;&lt;BR /&gt;I would like to know how to check which hardware array  configuration it is running, that is whether it is raid0 or raid1.&lt;BR /&gt;&lt;BR /&gt;Please help..Thanks</description>
      <pubDate>Mon, 04 Jan 2010 12:24:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ways-to-know-the-hardware-raid-configuration/m-p/4557845#M60210</guid>
      <dc:creator>Jiten Joshi</dc:creator>
      <dc:date>2010-01-04T12:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Ways to know the hardware raid configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ways-to-know-the-hardware-raid-configuration/m-p/4557846#M60211</link>
      <description>Which version of RedHat Linux?&lt;BR /&gt;&lt;BR /&gt;Run "cat /proc/driver/cciss/cciss0" to see some basic information on the SmartArray logical drives, including their RAID levels.&lt;BR /&gt;&lt;BR /&gt;Example output:&lt;BR /&gt;----&lt;BR /&gt;$ cat /proc/driver/cciss/cciss0 &lt;BR /&gt;cciss0: HP Smart Array P400 Controller&lt;BR /&gt;Board ID: 0x3234103c&lt;BR /&gt;Firmware Version: 5.22&lt;BR /&gt;IRQ: 170&lt;BR /&gt;Logical drives: 2&lt;BR /&gt;Sector size: 2048&lt;BR /&gt;Current Q depth: 0&lt;BR /&gt;Current # commands on controller: 0&lt;BR /&gt;Max Q depth since init: 161&lt;BR /&gt;Max # commands on controller since init: 322&lt;BR /&gt;Max SG entries since init: 31&lt;BR /&gt;Sequential access devices: 0&lt;BR /&gt;&lt;BR /&gt;cciss/c0d0:      146.77GB       RAID 1(1+0)&lt;BR /&gt;cciss/c0d1:      146.77GB       RAID 1(1+0)&lt;BR /&gt;----&lt;BR /&gt;Here the SmartArray controller is configured to show 2 logical disks with RAID 1 configuration. "(1+0)" means this array can be expanded to RAID 1+0 by adding more disks; with only 2 physical disks it is fully equivalent to RAID 1.&lt;BR /&gt;&lt;BR /&gt;If you have the "hpacucli" tool installed (included in Proliant Support Pack and also available as separate RPM file from HP support webpages), you can also use this command to get a more detailed listing of SmartArray configuration information, including even the model and serial numbers of physical hard disks:&lt;BR /&gt;&lt;BR /&gt;hpacucli ctrl all show config detail | less&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Mon, 04 Jan 2010 12:46:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ways-to-know-the-hardware-raid-configuration/m-p/4557846#M60211</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-01-04T12:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Ways to know the hardware raid configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ways-to-know-the-hardware-raid-configuration/m-p/4557847#M60212</link>
      <description>Hi, &lt;BR /&gt;Do you have an internal raid card ?&lt;BR /&gt;lspci&lt;BR /&gt;After that, you should check if you have some hp tools like Array configuration utility.&lt;BR /&gt;HTH</description>
      <pubDate>Mon, 04 Jan 2010 12:47:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ways-to-know-the-hardware-raid-configuration/m-p/4557847#M60212</guid>
      <dc:creator>smatador</dc:creator>
      <dc:date>2010-01-04T12:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: Ways to know the hardware raid configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ways-to-know-the-hardware-raid-configuration/m-p/4557848#M60213</link>
      <description>&lt;BR /&gt;Thanks guys,&lt;BR /&gt;&lt;BR /&gt;I used the #cat /proc/driver/cciss/cciss0 command to check the raid configuration. It is in raid 1+0.&lt;BR /&gt;&lt;BR /&gt;My other concern is that  when I replace the failed hard disk, will it rebuild by itself or do I have to use any commands?&lt;BR /&gt;&lt;BR /&gt;Please assist..thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Jan 2010 17:24:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ways-to-know-the-hardware-raid-configuration/m-p/4557848#M60213</guid>
      <dc:creator>Jiten Joshi</dc:creator>
      <dc:date>2010-01-04T17:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Ways to know the hardware raid configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ways-to-know-the-hardware-raid-configuration/m-p/4557849#M60214</link>
      <description>The auto-rebuild feature is enabled in SmartArray controllers by default; you would need the Array Configuration Utility (either the web GUI or the command-line "hpacucli" version) to confirm if someone has disabled it.&lt;BR /&gt;&lt;BR /&gt;If you don't have the "hpacucli" command installed, go to:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hp.com/go/support" target="_blank"&gt;http://www.hp.com/go/support&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Select "Download drivers and software", and type in the model of your SmartArray controller (on the first line of "cat /proc/driver/cciss/cciss0" output), or the full model string of your Proliant server ("ML370 Gx", where x is the generation number of your server) and press Enter to begin the search.&lt;BR /&gt;&lt;BR /&gt;If necessary, confirm your SmartArray/server model on the next page. Then select your OS version (RedHat Enterprise Linux 3/4/5, 32 or 64-bit version).&lt;BR /&gt;&lt;BR /&gt;Then select the category "Software - System Management" and you'll find the "HP Array Configuration Utility CLI for Linux". It should be a single modest-sized RPM package.&lt;BR /&gt;Install it (with "rpm -ivh hpacucli-*.rpm" or by clicking on the package icon if you use the RHEL GUI desktop. Then use the command listed in my previous answer. It should display a long list of configuration settings, including something like "Auto-rebuild: enabled (or disabled)".&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Mon, 04 Jan 2010 18:38:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ways-to-know-the-hardware-raid-configuration/m-p/4557849#M60214</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-01-04T18:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Ways to know the hardware raid configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ways-to-know-the-hardware-raid-configuration/m-p/4557850#M60215</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;hardware raid rebuilds itself, soon as a new good disk is inserted into the hot swap slot.&lt;BR /&gt;&lt;BR /&gt;PSP for your server includes all needed utilities including a web page that will display the information you originally seeked.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 04 Jan 2010 21:51:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ways-to-know-the-hardware-raid-configuration/m-p/4557850#M60215</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-01-04T21:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Ways to know the hardware raid configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ways-to-know-the-hardware-raid-configuration/m-p/4557851#M60216</link>
      <description>Thank you guys</description>
      <pubDate>Tue, 05 Jan 2010 11:16:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ways-to-know-the-hardware-raid-configuration/m-p/4557851#M60216</guid>
      <dc:creator>Jiten Joshi</dc:creator>
      <dc:date>2010-01-05T11:16:43Z</dc:date>
    </item>
  </channel>
</rss>

