<?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 Re: how to check hardware mirror in linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-hardware-mirror-in-linux/m-p/4764147#M43890</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;&lt;BR /&gt;hpacucli  is already installen in my box.&lt;BR /&gt;&lt;BR /&gt;iam not sure what is the option to check?&lt;BR /&gt;&lt;BR /&gt;How to check whether software mirror is available?&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Sree</description>
    <pubDate>Fri, 11 Mar 2011 16:47:41 GMT</pubDate>
    <dc:creator>Sreer</dc:creator>
    <dc:date>2011-03-11T16:47:41Z</dc:date>
    <item>
      <title>how to check hardware mirror in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-hardware-mirror-in-linux/m-p/4764145#M43888</link>
      <description>Hi Experts,&lt;BR /&gt;How to check whether my linux root disk is mirrored in hardware level?&lt;BR /&gt;is it possible to check it from console?&lt;BR /&gt;&lt;BR /&gt;server model is BL460c G1&lt;BR /&gt;&lt;BR /&gt;bsv104:/home/rootsad # uname -a&lt;BR /&gt;Linux bsv104 2.6.16.60-0.27-smp #1 SMP Mon Jul 28 12:55:32 UTC 2008 x86_64 x86_64 x86_64 GNU/Linux&lt;BR /&gt;bsv104:/home/rootsad #&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thnx for your help&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Sree</description>
      <pubDate>Fri, 11 Mar 2011 11:26:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-hardware-mirror-in-linux/m-p/4764145#M43888</guid>
      <dc:creator>Sreer</dc:creator>
      <dc:date>2011-03-11T11:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to check hardware mirror in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-hardware-mirror-in-linux/m-p/4764146#M43889</link>
      <description>BL460c G1 contains a SmartArray E200i RAID controller.&lt;BR /&gt;&lt;BR /&gt;Too bad you did not identify your Linux distribution.&lt;BR /&gt;&lt;BR /&gt;If you're running one of the Linux distributions that is supported on your hardware by HP (mainly RedHat and SuSE), you can download the RPM for a command-line tool "hpacucli" from the standard driver download pages: &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;If you're running some other distribution, search the package collection of that distribution for hardware RAID configuration tools: it's possible your distribution has already packaged one of the available free tools and you'll only have to install the correct package.&lt;BR /&gt;&lt;BR /&gt;This page has links to the source code of all known free SmartArray tools:&lt;BR /&gt;&lt;A href="http://cciss.sourceforge.net/" target="_blank"&gt;http://cciss.sourceforge.net/&lt;/A&gt;&lt;BR /&gt;Look near the bottom of the page, at the chapter titled "CCISS Utilities". I think the "array-info" would be the most suitable for seeing if a drive is mirrored or not. On the other hand, "cciss_vol_status" would be the most useful for writing a script to monitor your disks and to report to you when a disk has failed.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Fri, 11 Mar 2011 12:06:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-hardware-mirror-in-linux/m-p/4764146#M43889</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-03-11T12:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to check hardware mirror in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-hardware-mirror-in-linux/m-p/4764147#M43890</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;&lt;BR /&gt;hpacucli  is already installen in my box.&lt;BR /&gt;&lt;BR /&gt;iam not sure what is the option to check?&lt;BR /&gt;&lt;BR /&gt;How to check whether software mirror is available?&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Sree</description>
      <pubDate>Fri, 11 Mar 2011 16:47:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-hardware-mirror-in-linux/m-p/4764147#M43890</guid>
      <dc:creator>Sreer</dc:creator>
      <dc:date>2011-03-11T16:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to check hardware mirror in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-hardware-mirror-in-linux/m-p/4764148#M43891</link>
      <description>You may display the defined arrays with&lt;BR /&gt;&lt;BR /&gt;# hpacucli ctrl slot=1 array all show&lt;BR /&gt;&lt;BR /&gt;You may query the mdadm RPM on a RHEL box:&lt;BR /&gt;&lt;BR /&gt;# rpm -qa mdadm&lt;BR /&gt;mdadm-2.6.9-3.el5&lt;BR /&gt;&lt;BR /&gt;mdadm is used to create, manage, and monitor Linux MD (software RAID) devices. mdadm is the de facto standard for Linux software RAIDs. Usually this is already installed.&lt;BR /&gt;&lt;BR /&gt;To check, if there are already "multiple devices" software RAIDs active, you may check&lt;BR /&gt;&lt;BR /&gt;# cat /proc/mdstat&lt;BR /&gt;&lt;BR /&gt;If you use lvm, there is also a mirror mode that can be used as software RAID via device mapper.&lt;BR /&gt;&lt;BR /&gt;It's usually not a good idea to stack software and hardware RAID together.</description>
      <pubDate>Fri, 11 Mar 2011 18:35:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-hardware-mirror-in-linux/m-p/4764148#M43891</guid>
      <dc:creator>Reiner  Rottmann</dc:creator>
      <dc:date>2011-03-11T18:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to check hardware mirror in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-hardware-mirror-in-linux/m-p/4764149#M43892</link>
      <description>Sree,&lt;BR /&gt;&lt;BR /&gt;the answer is simple , on HP sever if you have hpacucli  installed and if you think that you have root disk configured in hardware aray/raid or is attached to hardware controller , then you need to simply execute &lt;BR /&gt;&lt;BR /&gt;fdisk -l&lt;BR /&gt;and look for first HDD that you think is the root disk e.g /dev/cciss/c0d0&lt;BR /&gt;&lt;BR /&gt;and grep that in below cmd &lt;BR /&gt;&lt;BR /&gt;hpacucli ctrl all show config detail &lt;BR /&gt;&lt;BR /&gt;hpacucli ctrl all show config detail | grep -i /dev/cciss/c0d0&lt;BR /&gt;&lt;BR /&gt;more than likely you should see the the array A had that HDD /dev/cciss/c0d0 &lt;BR /&gt;&lt;BR /&gt;now your array A may be configured as a logical drive with 2 separate physical disks and that's where you can look for the mirroring information , e.g logical drive 1 should should show something like &lt;BR /&gt;&lt;BR /&gt;    Logical Drive: 1&lt;BR /&gt;         Size: 68.3 GB&lt;BR /&gt;         Fault Tolerance: RAID 1&lt;BR /&gt;            &lt;BR /&gt;                       or&lt;BR /&gt;&lt;BR /&gt;while as RIAD 1 is  (mirroring without parity or striping)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  Logical Drive: 1&lt;BR /&gt;         Size: 838.1 GB&lt;BR /&gt;         Fault Tolerance: RAID 1+0&lt;BR /&gt;&lt;BR /&gt;while as RAID 1+0 = mirroring + stripping &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Mon, 21 Mar 2011 10:30:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-hardware-mirror-in-linux/m-p/4764149#M43892</guid>
      <dc:creator>ganaiwali</dc:creator>
      <dc:date>2011-03-21T10:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to check hardware mirror in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-hardware-mirror-in-linux/m-p/6675571#M54665</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we can check using below commands&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cat /proc/drivers/cciss/c0d0X&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2014 07:12:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-hardware-mirror-in-linux/m-p/6675571#M54665</guid>
      <dc:creator>abbasmohammed</dc:creator>
      <dc:date>2014-11-20T07:12:20Z</dc:date>
    </item>
  </channel>
</rss>

