<?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 linux + hardware raid in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-hardware-raid/m-p/3912684#M26340</link>
    <description>How can I determine if my local disk is being mirrored using Hardware raid?  Where would I see this? &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 13 Dec 2006 21:07:10 GMT</pubDate>
    <dc:creator>joseph wholey</dc:creator>
    <dc:date>2006-12-13T21:07:10Z</dc:date>
    <item>
      <title>linux + hardware raid</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-hardware-raid/m-p/3912684#M26340</link>
      <description>How can I determine if my local disk is being mirrored using Hardware raid?  Where would I see this? &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Dec 2006 21:07:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-hardware-raid/m-p/3912684#M26340</guid>
      <dc:creator>joseph wholey</dc:creator>
      <dc:date>2006-12-13T21:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: linux + hardware raid</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-hardware-raid/m-p/3912685#M26341</link>
      <description>That depends on the hardware RAID controller unfortunately.&lt;BR /&gt;&lt;BR /&gt;Start off by giving us the output of 'dmesg', and the content of '/proc/scsi/scsi', and the device name of the disk you want to check (/dev/sd?).&lt;BR /&gt;&lt;BR /&gt;From there, we'll point you in the direction you need to look next.</description>
      <pubDate>Wed, 13 Dec 2006 23:50:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-hardware-raid/m-p/3912685#M26341</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2006-12-13T23:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: linux + hardware raid</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-hardware-raid/m-p/3912686#M26342</link>
      <description>Hi Joseph,&lt;BR /&gt;&lt;BR /&gt;We need more information:&lt;BR /&gt;* What kernel is running?&lt;BR /&gt;* What controller is used? &lt;BR /&gt;     try:# lspci&lt;BR /&gt;* What driver is used?&lt;BR /&gt;     try:# lsmod&lt;BR /&gt;&lt;BR /&gt;Sometimes you can retrieve raid-state from &lt;BR /&gt;/proc &lt;BR /&gt;&lt;BR /&gt;e.g.: for MYLEX-Controller:&lt;BR /&gt;&lt;BR /&gt;# grep /proc/rd/c*/current_state&lt;BR /&gt;&lt;BR /&gt;Sample output:&lt;BR /&gt;&lt;BR /&gt;***** DAC960 RAID Driver Version 2.4.11 of 11 October 2001 *****&lt;BR /&gt;Configuring Mylex AcceleRAID 352 PCI RAID Controller&lt;BR /&gt;0:7  Vendor: MYLEX     Model: AcceleRAID 352    Revision: 0600&lt;BR /&gt;1:7  Vendor: MYLEX     Model: AcceleRAID 352    Revision: 0600&lt;BR /&gt;/dev/rd/c0d0: RAID-1, Online, 29360128 blocks&lt;BR /&gt;/dev/rd/c0d1: RAID-1, Online, 41697280 blocks&lt;BR /&gt;/dev/rd/c0d2: RAID-1, Online, 71057408 blocks&lt;BR /&gt;&lt;BR /&gt;##################################################&lt;BR /&gt;&lt;BR /&gt;Another way on systems with LSI Megaraid or Dell Expandable RAID:&lt;BR /&gt;&lt;BR /&gt;download "megarc" from &lt;A href="http://www.lsilogic.com" target="_blank"&gt;www.lsilogic.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;# megarc -ldInfo -a0 -L0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;        **********************************************************************&lt;BR /&gt;              MEGARC MegaRAID Configuration Utility(LINUX)-1.11(12-07-2004)     &lt;BR /&gt;              By LSI Logic Corp.,USA&lt;BR /&gt;        **********************************************************************&lt;BR /&gt;          [Note: For SATA-2, 4 and 6 channel controllers, please specify&lt;BR /&gt;          Ch=0 Id=0..15 for specifying physical drive(Ch=channel, Id=Target)]&lt;BR /&gt;&lt;BR /&gt;        Type ? as command line arg for help&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;        Finding Devices On Each MegaRAID Adapter...&lt;BR /&gt;        Scanning Ha 0, Chnl 1 Target 15  &lt;BR /&gt;&lt;BR /&gt;                *******Information Of Logical Drive 0*******&lt;BR /&gt;&lt;BR /&gt;          Logical Drive : 0( Adapter: 0 ):  Status: OPTIMAL&lt;BR /&gt;        ---------------------------------------------------&lt;BR /&gt;        SpanDepth :01     RaidLevel: 1  RdAhead : No  Cache: DirectIo&lt;BR /&gt;        StripSz   :064KB   Stripes  : 2  WrPolicy: WriteBack&lt;BR /&gt;&lt;BR /&gt;        Logical Drive 0 : SpanLevel_0 Disks&lt;BR /&gt;        Chnl  Target  StartBlock   Blocks      Physical Target Status&lt;BR /&gt;        ----  ------  ----------   ------      ----------------------&lt;BR /&gt;        0      00    0x00000000   0x017a0000   ONLINE&lt;BR /&gt;        0      03    0x00000000   0x017a0000   ONLINE&lt;BR /&gt;&lt;BR /&gt;##############################################&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;HGH&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Dec 2006 04:37:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-hardware-raid/m-p/3912686#M26342</guid>
      <dc:creator>Hemmetter</dc:creator>
      <dc:date>2006-12-14T04:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: linux + hardware raid</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-hardware-raid/m-p/3912687#M26343</link>
      <description>lspci will show if there is "RAID" controller. Combined with dmesg, you are pretty sure to confirm if Hardware raid is in place.</description>
      <pubDate>Thu, 14 Dec 2006 08:58:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-hardware-raid/m-p/3912687#M26343</guid>
      <dc:creator>George Liu_4</dc:creator>
      <dc:date>2006-12-14T08:58:29Z</dc:date>
    </item>
  </channel>
</rss>

