<?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: hardware raid mirroring in linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/hardware-raid-mirroring-in-linux/m-p/4352947#M35097</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If I were you I would start from scratch with this system, as you currently have no resilience.&lt;BR /&gt;&lt;BR /&gt;Is there anything on the system that you need to keep ?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Rob</description>
    <pubDate>Sun, 08 Feb 2009 20:19:13 GMT</pubDate>
    <dc:creator>Rob Leadbeater</dc:creator>
    <dc:date>2009-02-08T20:19:13Z</dc:date>
    <item>
      <title>hardware raid mirroring in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hardware-raid-mirroring-in-linux/m-p/4352941#M35091</link>
      <description>Could someone please tell me how create a hardware raid mirror for root disk in Linux.&lt;BR /&gt;&lt;BR /&gt;[root@hqm4cbl1 root]# fdisk -l&lt;BR /&gt;&lt;BR /&gt;Disk /dev/cciss/c0d0: 36.4 GB, 36406394880 bytes&lt;BR /&gt;255 heads, 32 sectors/track, 8714 cylinders&lt;BR /&gt;Units = cylinders of 8160 * 512 = 4177920 bytes&lt;BR /&gt;&lt;BR /&gt;           Device Boot    Start       End    Blocks   Id  System&lt;BR /&gt;/dev/cciss/c0d0p1   *         1        25    101984   83  Linux&lt;BR /&gt;/dev/cciss/c0d0p2            26      8714  35451120   8e  Linux LVM&lt;BR /&gt;&lt;BR /&gt;Disk /dev/cciss/c0d1: 18.2 GB, 18203197440 bytes&lt;BR /&gt;255 heads, 32 sectors/track, 4357 cylinders&lt;BR /&gt;Units = cylinders of 8160 * 512 = 4177920 bytes&lt;BR /&gt;&lt;BR /&gt;           Device Boot    Start       End    Blocks   Id  System&lt;BR /&gt;/dev/cciss/c0d1p1             1      4357  17776544   8e  Linux LVM&lt;BR /&gt;&lt;BR /&gt;Disk /dev/cciss/c0d2: 36.4 GB, 36406394880 bytes&lt;BR /&gt;255 heads, 32 sectors/track, 8714 cylinders&lt;BR /&gt;Units = cylinders of 8160 * 512 = 4177920 bytes&lt;BR /&gt;&lt;BR /&gt;           Device Boot    Start       End    Blocks   Id  System&lt;BR /&gt;/dev/cciss/c0d2p1             1        25    101984   83  Linux&lt;BR /&gt;/dev/cciss/c0d2p2            26      8714  35451120   8e  Linux LVM&lt;BR /&gt;&lt;BR /&gt;Disk /dev/cciss/c0d3: 18.1 GB, 18107105280 bytes&lt;BR /&gt;255 heads, 32 sectors/track, 4334 cylinders&lt;BR /&gt;Units = cylinders of 8160 * 512 = 4177920 bytes&lt;BR /&gt;&lt;BR /&gt;Disk /dev/cciss/c0d3 doesn't contain a valid partition table&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Feb 2009 17:48:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hardware-raid-mirroring-in-linux/m-p/4352941#M35091</guid>
      <dc:creator>surendranath</dc:creator>
      <dc:date>2009-02-05T17:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: hardware raid mirroring in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hardware-raid-mirroring-in-linux/m-p/4352942#M35092</link>
      <description>It depends of the server hardware and utilities. If you use a proliant server, you may use Array Configuration Utility. You probably will loose all your operating system data.&lt;BR /&gt;&lt;BR /&gt;It looks like you have 2 36 GB disks and 2 18 GB disks, but from that output, it's impossible to know if is using hardware RAID.</description>
      <pubDate>Thu, 05 Feb 2009 18:05:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hardware-raid-mirroring-in-linux/m-p/4352942#M35092</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-02-05T18:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: hardware raid mirroring in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hardware-raid-mirroring-in-linux/m-p/4352943#M35093</link>
      <description>Server is a proliant DL 380 G3 server.  It has 6*18Gig disks.  Two disks (2*18) are partitioned as Raid 0 and allocated for Root disk.  Partitioning was done on all these disks at CMOS level(I believe it to be hard Raid partioning)?.</description>
      <pubDate>Thu, 05 Feb 2009 22:21:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hardware-raid-mirroring-in-linux/m-p/4352943#M35093</guid>
      <dc:creator>surendranath</dc:creator>
      <dc:date>2009-02-05T22:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: hardware raid mirroring in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hardware-raid-mirroring-in-linux/m-p/4352944#M35094</link>
      <description>Gday,&lt;BR /&gt;&lt;BR /&gt;Well if your running RAID0 only not RAID1+0 as proliants say then your in strife! RAID0 is dangerous unless your happy to lose all data on that LUN (drive). &lt;BR /&gt;&lt;BR /&gt;The Proliant Smart Start CD - going to Maintenance and then ACU (Array Configuration Utility) is best bet. You will have to rebuild server - so best to back it up as your disk storage will be lost!!!!!!&lt;BR /&gt;&lt;BR /&gt;Select the two 18GB drives and join as RAID1 (or RAID1+0 it may say). You can then if you wish partition that drive to any size you like, but Linux allows for 14 soft partitions so shouldnt be a problem there. Select save.&lt;BR /&gt;&lt;BR /&gt;Also you should select controller, set rebuild priority to high, you may wish to modify cache memory depending upon whether system is high reading or writing (but 50/50 is probably all thats needed), then select Save.&lt;BR /&gt;&lt;BR /&gt;You may want a hot spare. We tend to buy equip say 2x18s, 4x72 and RAID5 3x72s with the 72 as a hotspare for the RAID5 set and also for the 2x18gb RAID1 set. This will mean that the space isnt used for the 18 if its temporarily used but the chances of the 72GB drive failing and a 18GB at the same time is low and thus saves a bit of $$$$.&lt;BR /&gt;&lt;BR /&gt;Robert.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Robert.</description>
      <pubDate>Fri, 06 Feb 2009 01:40:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hardware-raid-mirroring-in-linux/m-p/4352944#M35094</guid>
      <dc:creator>Robert Walker_8</dc:creator>
      <dc:date>2009-02-06T01:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: hardware raid mirroring in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hardware-raid-mirroring-in-linux/m-p/4352945#M35095</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You should be able to check how the drives are configured at the hardware level by using the following command:&lt;BR /&gt;&lt;BR /&gt;# cat /proc/driver/cciss/cciss0&lt;BR /&gt;&lt;BR /&gt;If you need to configure them, without restarting the server, then you'll need to look for the HP Array Configuration Utility, which may be installed, although Linux admins tend not to, in my experience... Search for "hpacucli"&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Rob</description>
      <pubDate>Fri, 06 Feb 2009 06:45:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hardware-raid-mirroring-in-linux/m-p/4352945#M35095</guid>
      <dc:creator>Rob Leadbeater</dc:creator>
      <dc:date>2009-02-06T06:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: hardware raid mirroring in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hardware-raid-mirroring-in-linux/m-p/4352946#M35096</link>
      <description>Hi Rob,&lt;BR /&gt;&lt;BR /&gt;  Could you please give the steps for raid hardware mirroring.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@hqm4cbl1 ~]# cat /proc/driver/cciss/cciss0&lt;BR /&gt;cciss0: HP Smart Array 5i Controller&lt;BR /&gt;Board ID: 0x40800e11&lt;BR /&gt;Firmware Version: 2.56&lt;BR /&gt;IRQ: 185&lt;BR /&gt;Logical drives: 5&lt;BR /&gt;Current Q depth: 0&lt;BR /&gt;Current # commands on controller: 0&lt;BR /&gt;Max Q depth since init: 4&lt;BR /&gt;Max # commands on controller since init: 384&lt;BR /&gt;Max SG entries since init: 31&lt;BR /&gt;Sequential access devices: 0&lt;BR /&gt;&lt;BR /&gt;cciss/c0d0:       36.40GB       RAID 0&lt;BR /&gt;cciss/c0d1:       18.20GB       RAID 0&lt;BR /&gt;cciss/c0d2:       18.20GB       RAID 0&lt;BR /&gt;cciss/c0d3:       18.20GB       RAID 0&lt;BR /&gt;cciss/c0d4:       18.10GB       RAID 0&lt;BR /&gt;[root@hqm4cbl1 ~]#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@hqm4cbl1 ~]# hpacucli&lt;BR /&gt;HP Array Configuration Utility CLI 7.15.19.0&lt;BR /&gt;Detecting Controllers...Done.&lt;BR /&gt;Type "help" for a list of supported commands.&lt;BR /&gt;Type "exit" to close the console.&lt;BR /&gt;&lt;BR /&gt;=&amp;gt; help&lt;BR /&gt;&lt;BR /&gt;To enter the ACU CLI console type:&lt;BR /&gt;   hpacucli&lt;BR /&gt;&lt;BR /&gt;Commands can also be executed from outside the&lt;BR /&gt;ACU CLI console using the syntax:&lt;BR /&gt;   hpacucli &lt;TARGET&gt; &lt;COMMAND&gt; [param[=value]]&lt;BR /&gt;&lt;BR /&gt;&lt;TARGET&gt; &lt;COMMAND&gt; [param[=value]]&lt;BR /&gt;&lt;TARGET&gt; is of format:&lt;BR /&gt;  [controller all|slot=#|wwn=#|chassisname="AAA"] [array all|&lt;ID&gt;]&lt;BR /&gt;  [physicaldrive all|#:#|allunassigned] [logicaldrive all|#]&lt;BR /&gt;Example targets:&lt;BR /&gt;   controller all&lt;BR /&gt;   controller slot=5&lt;BR /&gt;   controller chassisname="Lab C"&lt;BR /&gt;   controller serialnumber=P21DA2322S&lt;BR /&gt;   controller wwn=500308B300701011&lt;BR /&gt;   controller slot=1 array all&lt;BR /&gt;   controller slot=7 array A&lt;BR /&gt;   ctrl slot=1 pd allunassigned&lt;BR /&gt;   controller slot=2 logicaldrive all&lt;BR /&gt;   controller slot=5 ld 5&lt;BR /&gt;   controller slot=5 physicaldrive 0:5&lt;BR /&gt;&lt;BR /&gt;&lt;COMMAND&gt; can be "create","delete","modify","show","rescan"&lt;BR /&gt;For detailed command information type any of the following:&lt;BR /&gt;   help add&lt;BR /&gt;   help create&lt;BR /&gt;   help delete&lt;BR /&gt;   help modify&lt;BR /&gt;   help remove&lt;BR /&gt;   help shorthand&lt;BR /&gt;   help show&lt;BR /&gt;   help target&lt;BR /&gt;   help rescan&lt;BR /&gt;&lt;BR /&gt;=&amp;gt; [root@hqm4cbl1 ~]#&lt;BR /&gt;&lt;BR /&gt;&lt;/COMMAND&gt;&lt;/ID&gt;&lt;/TARGET&gt;&lt;/COMMAND&gt;&lt;/TARGET&gt;&lt;/COMMAND&gt;&lt;/TARGET&gt;</description>
      <pubDate>Fri, 06 Feb 2009 16:29:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hardware-raid-mirroring-in-linux/m-p/4352946#M35096</guid>
      <dc:creator>surendranath</dc:creator>
      <dc:date>2009-02-06T16:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: hardware raid mirroring in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hardware-raid-mirroring-in-linux/m-p/4352947#M35097</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If I were you I would start from scratch with this system, as you currently have no resilience.&lt;BR /&gt;&lt;BR /&gt;Is there anything on the system that you need to keep ?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Rob</description>
      <pubDate>Sun, 08 Feb 2009 20:19:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hardware-raid-mirroring-in-linux/m-p/4352947#M35097</guid>
      <dc:creator>Rob Leadbeater</dc:creator>
      <dc:date>2009-02-08T20:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: hardware raid mirroring in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hardware-raid-mirroring-in-linux/m-p/4352948#M35098</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Hardware raid varies from system vendor to system vendor.&lt;BR /&gt;&lt;BR /&gt;This appears to be HP hardware, so you can install PSP and it has web based monitoring of hardware raid state.&lt;BR /&gt;&lt;BR /&gt;If you are brave and want to write a script, you can even use wget and parse the results with a cron job.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 09 Feb 2009 08:25:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hardware-raid-mirroring-in-linux/m-p/4352948#M35098</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-02-09T08:25:17Z</dc:date>
    </item>
  </channel>
</rss>

