<?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: Internal Disk was configured as RAID 0 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/internal-disk-was-configured-as-raid-0/m-p/5250275#M52482</link>
    <description>you need to format the other&lt;BR /&gt;Disk /dev/cciss/c0d1: 146.7 GB, 146778685440 bytes&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 04 Aug 2010 12:02:08 GMT</pubDate>
    <dc:creator>AnthonySN</dc:creator>
    <dc:date>2010-08-04T12:02:08Z</dc:date>
    <item>
      <title>Internal Disk was configured as RAID 0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/internal-disk-was-configured-as-raid-0/m-p/5250271#M52478</link>
      <description>Dear All,&lt;BR /&gt;&lt;BR /&gt;We have two (HP DL380 G5) Servers. In both servers we have installed RHEL 5.4. But when we run â  ./hwraidinfoâ   &amp;amp; â  hwraidstatusâ   commands it shows that internal disk was configured as RAID 0. Please check the attached output with this thread. Please verify &amp;amp; confirm me whether or not is there any possibility of complete data lost if one of the disk faulty &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hwraidinfo:&lt;BR /&gt;XXXXXXXXXXX&lt;BR /&gt;&lt;BR /&gt;#!/bin/sh&lt;BR /&gt;SLOTLIST=$(hpacucli ctrl all show | \&lt;BR /&gt;grep Slot | sed -e 's/^.*Slot //g' -e 's/ .*$//g')&lt;BR /&gt;&lt;BR /&gt;for i in $SLOTLIST&lt;BR /&gt;do&lt;BR /&gt;echo&lt;BR /&gt;hpacucli ctrl slot=$i show | grep -v "^$"&lt;BR /&gt;echo&lt;BR /&gt;hpacucli ctrl slot=$i ld all show | grep -v "^$"&lt;BR /&gt;hpacucli ctrl slot=$i pd all show | grep -v "^$"&lt;BR /&gt;done&lt;BR /&gt;echo&lt;BR /&gt;&lt;BR /&gt;hwraidstatus:&lt;BR /&gt;XXXXXXXXXXXXX&lt;BR /&gt;&lt;BR /&gt;#!/bin/sh&lt;BR /&gt;SLOTLIST=$(hpacucli ctrl all show | \&lt;BR /&gt;grep Slot | sed -e 's/^.*Slot //g' -e 's/ .*$//g')&lt;BR /&gt;&lt;BR /&gt;for i in $SLOTLIST&lt;BR /&gt;do&lt;BR /&gt;echo&lt;BR /&gt;hpacucli ctrl slot=$i show status | grep -v "^$"&lt;BR /&gt;echo&lt;BR /&gt;hpacucli ctrl slot=$i ld all show status | grep -v "^$"&lt;BR /&gt;hpacucli ctrl slot=$i pd all show status | grep -v "^$"&lt;BR /&gt;done&lt;BR /&gt;echo&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Aug 2010 11:01:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/internal-disk-was-configured-as-raid-0/m-p/5250271#M52478</guid>
      <dc:creator>Md. Minhaz Khan</dc:creator>
      <dc:date>2010-08-04T11:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Disk was configured as RAID 0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/internal-disk-was-configured-as-raid-0/m-p/5250272#M52479</link>
      <description>with RAID 0 there is a always a loss with any disk failure.&lt;BR /&gt;&lt;BR /&gt;you have 2 logical drives with raid 0.&lt;BR /&gt;why dont you recreate one logical drive with raid 1 with striping and install the OS on it</description>
      <pubDate>Wed, 04 Aug 2010 11:15:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/internal-disk-was-configured-as-raid-0/m-p/5250272#M52479</guid>
      <dc:creator>AnthonySN</dc:creator>
      <dc:date>2010-08-04T11:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Disk was configured as RAID 0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/internal-disk-was-configured-as-raid-0/m-p/5250273#M52480</link>
      <description>Thanks SASJ. You are right but from system i have only see 146 GB Disk. But from the "hpacucli" command output i have found two logical drive. I am confused. Can any one explain me is actually Each 146GB SAS disk was configured as RAID 0 or they are configured as RAID 1+0 ??&lt;BR /&gt;&lt;BR /&gt;Note: Please check the attachment for more details&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Minhaz</description>
      <pubDate>Wed, 04 Aug 2010 11:26:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/internal-disk-was-configured-as-raid-0/m-p/5250273#M52480</guid>
      <dc:creator>Md. Minhaz Khan</dc:creator>
      <dc:date>2010-08-04T11:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Disk was configured as RAID 0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/internal-disk-was-configured-as-raid-0/m-p/5250274#M52481</link>
      <description>from your attachment&lt;BR /&gt;&lt;BR /&gt;Disk /dev/cciss/c0d0: 146.7 GB, 146778685440 bytes&lt;BR /&gt;Disk /dev/cciss/c0d1: 146.7 GB, 146778685440 bytes&lt;BR /&gt;&lt;BR /&gt;there we can see two disks.&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Aug 2010 12:00:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/internal-disk-was-configured-as-raid-0/m-p/5250274#M52481</guid>
      <dc:creator>AnthonySN</dc:creator>
      <dc:date>2010-08-04T12:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Disk was configured as RAID 0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/internal-disk-was-configured-as-raid-0/m-p/5250275#M52482</link>
      <description>you need to format the other&lt;BR /&gt;Disk /dev/cciss/c0d1: 146.7 GB, 146778685440 bytes&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Aug 2010 12:02:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/internal-disk-was-configured-as-raid-0/m-p/5250275#M52482</guid>
      <dc:creator>AnthonySN</dc:creator>
      <dc:date>2010-08-04T12:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Disk was configured as RAID 0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/internal-disk-was-configured-as-raid-0/m-p/5250276#M52483</link>
      <description>Dear SASJ&lt;BR /&gt;&lt;BR /&gt;Thanks a lot to guide me. Can you help me how can i mirror disk /dev/cciss/c0d0 with Disk &lt;BR /&gt;/dev/cciss/c0d1 (May be soft RAID)&lt;BR /&gt;&lt;BR /&gt;But Disk /dev/cciss/c0d1  is already RAID 0. This RAID is configured with P400 HP Smart controller.We cannot format the disk because this server is now in  Production.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Minhaz&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Aug 2010 12:28:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/internal-disk-was-configured-as-raid-0/m-p/5250276#M52483</guid>
      <dc:creator>Md. Minhaz Khan</dc:creator>
      <dc:date>2010-08-04T12:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Disk was configured as RAID 0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/internal-disk-was-configured-as-raid-0/m-p/5250277#M52484</link>
      <description>the other disk is a logical drive and just like any other disk,&lt;BR /&gt;you can very well format it.&lt;BR /&gt;you can use use fdisk -m dev/cciss/c0d1&lt;BR /&gt;and yes you can do a software mirror.&lt;BR /&gt;&lt;BR /&gt;the best thing was to create a raid 1+0 initially before installing the OS.&lt;BR /&gt;even now if the server is new you should consider doing a HW raid 1+0 and install OS again</description>
      <pubDate>Wed, 04 Aug 2010 13:40:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/internal-disk-was-configured-as-raid-0/m-p/5250277#M52484</guid>
      <dc:creator>AnthonySN</dc:creator>
      <dc:date>2010-08-04T13:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Disk was configured as RAID 0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/internal-disk-was-configured-as-raid-0/m-p/5250278#M52485</link>
      <description>how to configure software raid &lt;BR /&gt;&lt;A href="http://web.mit.edu/rhel-doc/5/RHEL-5-manual/Deployment_Guide-en-US/s1-raid-config.html" target="_blank"&gt;http://web.mit.edu/rhel-doc/5/RHEL-5-manual/Deployment_Guide-en-US/s1-raid-config.html&lt;/A&gt;</description>
      <pubDate>Wed, 04 Aug 2010 13:46:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/internal-disk-was-configured-as-raid-0/m-p/5250278#M52485</guid>
      <dc:creator>AnthonySN</dc:creator>
      <dc:date>2010-08-04T13:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Disk was configured as RAID 0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/internal-disk-was-configured-as-raid-0/m-p/5250279#M52486</link>
      <description>Thanks a lot</description>
      <pubDate>Thu, 12 Aug 2010 09:44:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/internal-disk-was-configured-as-raid-0/m-p/5250279#M52486</guid>
      <dc:creator>Md. Minhaz Khan</dc:creator>
      <dc:date>2010-08-12T09:44:25Z</dc:date>
    </item>
  </channel>
</rss>

