<?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: rx6600 raid5 creation failed in Integrity Servers</title>
    <link>https://community.hpe.com/t5/integrity-servers/rx6600-raid5-creation-failed/m-p/5129744#M9586</link>
    <description>If you do an ioscan, a smartarray controller looks like this:&lt;BR /&gt;&lt;BR /&gt;ext_bus      0  0/5/0/0/0/0    ciss              CLAIMED     INTERFACE    PCIe S&lt;BR /&gt;AS SmartArray P400 RAID Controller&lt;BR /&gt;                              /dev/ciss0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To get information use&lt;BR /&gt;&lt;BR /&gt;# saconfig /dev/ciss0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The built-in SAS looks like this:&lt;BR /&gt;&lt;BR /&gt;escsi_ctlr   0  0/1/1/0        sasd              CLAIMED     INTERFACE    HP  PCI/PCI-X SAS MPT Adapter&lt;BR /&gt;                              /dev/sasd0&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 15 Sep 2008 06:18:52 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2008-09-15T06:18:52Z</dc:date>
    <item>
      <title>rx6600 raid5 creation failed</title>
      <link>https://community.hpe.com/t5/integrity-servers/rx6600-raid5-creation-failed/m-p/5129740#M9582</link>
      <description>OS is hpux v2.3&lt;BR /&gt;smart array controller info:&lt;BR /&gt;SAS3080X-HP&lt;BR /&gt;SN:P069001208&lt;BR /&gt;PN:AD348A&lt;BR /&gt;&lt;BR /&gt;here my command and error result:&lt;BR /&gt;# sasmgr add -D /dev/sasd0 -q raid -q level=5 -q enc_bay=1:9,1:10,1:11,1:12,1:13,1:14&lt;BR /&gt;ERROR: Unsupported RAID Volume level: Operation not supported&lt;BR /&gt;&lt;BR /&gt;but success when create raid1 :&lt;BR /&gt;# sasmgr add -D /dev/sasd0 -q raid -q level=1 -q enc_bay=1:9,1:10&lt;BR /&gt;&lt;BR /&gt;WARNING: If the disks are of different size,&lt;BR /&gt;then the remaining disk space of the larger disk&lt;BR /&gt;will be wasted and the volume cannot be expanded.&lt;BR /&gt;&lt;BR /&gt;WARNING: Make sure that the disks are not being&lt;BR /&gt;used for BOOT, SWAP, DUMP, LVM, VxVM or any other&lt;BR /&gt;purpose.&lt;BR /&gt;&lt;BR /&gt;This operation will overwrite the data on the disks.&lt;BR /&gt;&lt;BR /&gt;Do you want to continue ?(y/n) [n]...&lt;BR /&gt;&lt;BR /&gt;WARNING: This operation may take a few seconds.&lt;BR /&gt;&lt;BR /&gt;RAID Volume is created successfully.&lt;BR /&gt;&lt;BR /&gt;# sasmgr get_info -D /dev/sasd0 -q raid&lt;BR /&gt;&lt;BR /&gt;Sat Sep 13 16:39:50 2008&lt;BR /&gt;&lt;BR /&gt;---------- PHYSICAL DRIVES ----------&lt;BR /&gt;LUN dsf              SAS Address          Enclosure    Bay      Size(MB)&lt;BR /&gt;&lt;BR /&gt;/dev/rdsk/c4t1d0     0x5000c5000a505f61     1            14     140014&lt;BR /&gt;/dev/rdsk/c4t3d0     0x5000c5000a5043ad     1            11     140014&lt;BR /&gt;/dev/rdsk/c4t4d0     0x5000c5000a505e8d     1            12     140014&lt;BR /&gt;/dev/rdsk/c4t5d0     0x5000c5000a50581d     1            13     140014&lt;BR /&gt;&lt;BR /&gt;---------- LOGICAL DRIVE 12 ----------&lt;BR /&gt;&lt;BR /&gt;Raid Level          : RAID 1&lt;BR /&gt;Volume sas address  : 0x9e5dcd189757869&lt;BR /&gt;Raid State          : OPTIMAL&lt;BR /&gt;Raid Status Flag    : ENABLED&lt;BR /&gt;Raid Size           : 139136&lt;BR /&gt;Rebuild Rate        : 20.00 %&lt;BR /&gt;Rebuild Progress    : 100.00 %&lt;BR /&gt;&lt;BR /&gt;Participating Physical Drive(s) :&lt;BR /&gt;SAS Address         Enc   Bay   Size(MB)      Type            State&lt;BR /&gt;&lt;BR /&gt;0x5000c500092f9689   1     9    140014        PRIMARY         ONLINE&lt;BR /&gt;0x5000c500092f9d41   1     10   140014        SECONDARY       ONLINE&lt;BR /&gt;&lt;BR /&gt;i have 6 disks, can i create Raid1 configuration with 3D+3P?and how much total space i get for that configuration?&lt;BR /&gt;fyi..i'm not in customer site right now, so..can't try it.&lt;BR /&gt;welcome for any solution.thanks.</description>
      <pubDate>Mon, 15 Sep 2008 05:55:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/rx6600-raid5-creation-failed/m-p/5129740#M9582</guid>
      <dc:creator>Fransisco Aris</dc:creator>
      <dc:date>2008-09-15T05:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: rx6600 raid5 creation failed</title>
      <link>https://community.hpe.com/t5/integrity-servers/rx6600-raid5-creation-failed/m-p/5129741#M9583</link>
      <description>Something is wrong here:&lt;BR /&gt;&lt;BR /&gt;SAS3080X-HP&lt;BR /&gt;&lt;BR /&gt;PN:AD348A&lt;BR /&gt;&lt;BR /&gt;The first (SAS built-in controller) cannot do RAID5 - only RAID1) - the second (smartarray P400) can, but looks like you don't have it?&lt;BR /&gt;&lt;BR /&gt;At least it is not connected to the disks ...&lt;BR /&gt;&lt;BR /&gt;Please post an "ioscan -fn" first!&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Sep 2008 06:04:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/rx6600-raid5-creation-failed/m-p/5129741#M9583</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-09-15T06:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: rx6600 raid5 creation failed</title>
      <link>https://community.hpe.com/t5/integrity-servers/rx6600-raid5-creation-failed/m-p/5129742#M9584</link>
      <description>... BTW, the built-in controller can only manage 2 pairs of mirrored disks + spare - that's it. Other disks have to be managed by LVM only.</description>
      <pubDate>Mon, 15 Sep 2008 06:06:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/rx6600-raid5-creation-failed/m-p/5129742#M9584</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-09-15T06:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: rx6600 raid5 creation failed</title>
      <link>https://community.hpe.com/t5/integrity-servers/rx6600-raid5-creation-failed/m-p/5129743#M9585</link>
      <description>Francisco,&lt;BR /&gt;&lt;BR /&gt;If this is really a P400 Smart Array (and not just a SAS HBA which can only do RAID 1), then you are using the wrong command - sasmgr is used with the SAS HBA - the command for configuring a P400 Smart Array is saconfig not sasmgr.&lt;BR /&gt;&lt;BR /&gt;But the device file you are seeing (/dev/sasd0) looks like its for a SAS HBA rather than a P400. Do you get anything back from:&lt;BR /&gt;&lt;BR /&gt;ioscan -kfnd ciss&lt;BR /&gt;&lt;BR /&gt;That will give you the device file for the P400 (if you have one). Then use saconfig to configure - see the manual here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/J6369-90072/J6369-90072.pdf" target="_blank"&gt;http://docs.hp.com/en/J6369-90072/J6369-90072.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Mon, 15 Sep 2008 06:12:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/rx6600-raid5-creation-failed/m-p/5129743#M9585</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2008-09-15T06:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: rx6600 raid5 creation failed</title>
      <link>https://community.hpe.com/t5/integrity-servers/rx6600-raid5-creation-failed/m-p/5129744#M9586</link>
      <description>If you do an ioscan, a smartarray controller looks like this:&lt;BR /&gt;&lt;BR /&gt;ext_bus      0  0/5/0/0/0/0    ciss              CLAIMED     INTERFACE    PCIe S&lt;BR /&gt;AS SmartArray P400 RAID Controller&lt;BR /&gt;                              /dev/ciss0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To get information use&lt;BR /&gt;&lt;BR /&gt;# saconfig /dev/ciss0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The built-in SAS looks like this:&lt;BR /&gt;&lt;BR /&gt;escsi_ctlr   0  0/1/1/0        sasd              CLAIMED     INTERFACE    HP  PCI/PCI-X SAS MPT Adapter&lt;BR /&gt;                              /dev/sasd0&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Sep 2008 06:18:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/rx6600-raid5-creation-failed/m-p/5129744#M9586</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-09-15T06:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: rx6600 raid5 creation failed</title>
      <link>https://community.hpe.com/t5/integrity-servers/rx6600-raid5-creation-failed/m-p/5129745#M9587</link>
      <description>the bad is..in support matrix they don't mention which Raid level match in which OS :(&lt;BR /&gt;&lt;BR /&gt;aniway...i have P400 too, yes it can do raid5. from customer side they want do raid1 with configuration 3D+3P (6 disks), possible?and how much total capacity can i get?&lt;BR /&gt;below my ioscan output.&lt;BR /&gt;thanks lot.&lt;BR /&gt;&lt;BR /&gt;# ioscan -kfnd sasd&lt;BR /&gt;Class        I  H/W Path  Driver S/W State   H/W Type     Description&lt;BR /&gt;====================================================================&lt;BR /&gt;escsi_ctlr   0  0/1/1/0   sasd CLAIMED     INTERFACE    HP  PCI/PCI-X SAS MPT Adapter&lt;BR /&gt;                         /dev/sasd0&lt;BR /&gt;&lt;BR /&gt;# ioscan -kfnd ciss&lt;BR /&gt;Class     I  H/W Path       Driver   S/W State   H/W Type     Description&lt;BR /&gt;==========================================================================&lt;BR /&gt;ext_bus   1  0/6/0/0/0/0/1/0/0/0  ciss     CLAIMED     INTERFACE    PCIe SAS SmartArray P400 RAID Controller&lt;BR /&gt;                           /dev/ciss1</description>
      <pubDate>Mon, 15 Sep 2008 06:21:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/rx6600-raid5-creation-failed/m-p/5129745#M9587</guid>
      <dc:creator>Fransisco Aris</dc:creator>
      <dc:date>2008-09-15T06:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: rx6600 raid5 creation failed</title>
      <link>https://community.hpe.com/t5/integrity-servers/rx6600-raid5-creation-failed/m-p/5129746#M9588</link>
      <description>Do you have disks on the P400?&lt;BR /&gt;&lt;BR /&gt;# saconfig /dev/ciss1&lt;BR /&gt;&lt;BR /&gt;and post.</description>
      <pubDate>Mon, 15 Sep 2008 06:22:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/rx6600-raid5-creation-failed/m-p/5129746#M9588</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-09-15T06:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: rx6600 raid5 creation failed</title>
      <link>https://community.hpe.com/t5/integrity-servers/rx6600-raid5-creation-failed/m-p/5129747#M9589</link>
      <description># sautil /dev/ciss1&lt;BR /&gt;&lt;BR /&gt;******************************************************************************&lt;BR /&gt;****                                                                      ****&lt;BR /&gt;****             S A U T I L   S u p p o r t   U t i l i t y              ****&lt;BR /&gt;****                                                                      ****&lt;BR /&gt;****             for the HP SmartArray RAID Controller Family             ****&lt;BR /&gt;****                                                                      ****&lt;BR /&gt;****                           version A.02.12                            ****&lt;BR /&gt;****                                                                      ****&lt;BR /&gt;****  (C) Copyright 2003-2007 Hewlett-Packard Development Company, L.P.   ****&lt;BR /&gt;******************************************************************************&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;---- DRIVER INFORMATION ------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;  Driver State........................ READY&lt;BR /&gt;&lt;BR /&gt;---- CONTROLLER INFORMATION --------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;  Controller Product Number........... P400&lt;BR /&gt;  Controller Product Name............. HP PCIe SmartArray P400&lt;BR /&gt;  Hardware Path....................... 0/6/0/0/0/0/1/0/0/0&lt;BR /&gt;  Serial Number....................... P61630D9SUM2G6&lt;BR /&gt;  Device File......................... /dev/ciss1&lt;BR /&gt;  Hardware Revision................... 'D'&lt;BR /&gt;  Boot Block Revision................. 0.02&lt;BR /&gt;  Firmware Revision (running)......... 2.08&lt;BR /&gt;  Firmware Revision (in ROM).......... 2.08&lt;BR /&gt;  Firmware Revision (inactive)........ 2.08&lt;BR /&gt;  # of Logical Drives................. 2&lt;BR /&gt;  # of Physical Disks Configured...... 8&lt;BR /&gt;  # of Physical Disks Detected........ 8&lt;BR /&gt;  Logical Drive Rebuild Priority...... 118 (high)&lt;BR /&gt;  Array Capacity Expansion Priority... 0   (low)&lt;BR /&gt;  Auto-Fail Missing Disks at Boot..... disabled&lt;BR /&gt;  SCSI Transfer Detection Mode........ Auto Detect&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;---- ARRAY ACCELERATOR (CACHE) INFORMATION -----------------------------------&lt;BR /&gt;&lt;BR /&gt;  Array Accelerator Board Present?.... yes&lt;BR /&gt;  Cache Configuration Status.......... cache enabled&lt;BR /&gt;  Cache Ratio......................... 25% Read / 75% Write&lt;BR /&gt;  Total Cache Size (MB)............... 208&lt;BR /&gt;    Read Cache........................ 052&lt;BR /&gt;    Write Cache....................... 156&lt;BR /&gt;    Transfer Buffer................... 000&lt;BR /&gt;  Battery Pack Count.................. 1&lt;BR /&gt;  Battery Status (pack #1)............ ok&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;---- LOGICAL DRIVE SUMMARY ---------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;       #   RAID      Size        Status&lt;BR /&gt;&lt;BR /&gt;       0   1+0      139979 MB    OK&lt;BR /&gt;       1   5        699392 MB    OK&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;---- SAS/SATA DEVICE SUMMARY -------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;  Location  Ct Enc Bay       WWID           Type        Capacity Status&lt;BR /&gt;&lt;BR /&gt;  internal  1I   1   4  0x5000c50006146361  DISK       146.8 GB  OK&lt;BR /&gt;  internal  1I   1   3  0x5000c50006142351  DISK       146.8 GB  OK&lt;BR /&gt;  internal  1I   1   2  0x5000c50006145e49  DISK       146.8 GB  OK&lt;BR /&gt;  internal  1I   1   1  0x5000c5000a504419  DISK       146.8 GB  OK&lt;BR /&gt;  internal  2I   1   8  0x5000c5000613f971  DISK       146.8 GB  OK&lt;BR /&gt;  internal  2I   1   7  0x5000c50006143cf5  DISK       146.8 GB  OK&lt;BR /&gt;  internal  2I   1   6  0x5000c50006140e51  DISK       146.8 GB  OK&lt;BR /&gt;  internal  2I   1   5  0x5000c500061484a9  DISK       146.8 GB  OK&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;---- SAS/SATA ENCLOSURE SUMMARY ----------------------------------------------&lt;BR /&gt;&lt;BR /&gt;  Location  Ct   Enc  Expander_count    Bay_count     SEP_count&lt;BR /&gt;&lt;BR /&gt;  internal  1I   1    0                 4             1&lt;BR /&gt;  internal  2I   1    0                 4             1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;---- LOGICAL DRIVE 0 ---------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;  Logical Drive Device File........... c1t0d0&lt;BR /&gt;  Fault Tolerance Mode................ RAID 1+0 (Disk Mirroring)&lt;BR /&gt;  Logical Drive Size.................. 139979 MB&lt;BR /&gt;  Logical Drive Status................ OK&lt;BR /&gt;  # of Participating Physical Disks... 2&lt;BR /&gt;&lt;BR /&gt;  Participating Physical Disk(s)...... Ct:Enc:Bay:WWID&lt;BR /&gt;                                       2I:1:8:0x5000c5000613f971&lt;BR /&gt;                                       2I:1:7:0x5000c50006143cf5&lt;BR /&gt;&lt;BR /&gt;  Participating Spare Disk(s)......... Ct:Enc:Bay:WWID&lt;BR /&gt;                                       none&lt;BR /&gt;&lt;BR /&gt;  Stripe Size......................... 128 KB&lt;BR /&gt;  Logical Drive Cache Status.......... cache enabled&lt;BR /&gt;  Configuration Signature............. 0xA01269E0&lt;BR /&gt;  Media Exchange Detected?............ no&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;---- LOGICAL DRIVE 1 ---------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;  Logical Drive Device File........... c1t0d1&lt;BR /&gt;  Fault Tolerance Mode................ RAID 5 (Distributed Data Guarding)&lt;BR /&gt;  Logical Drive Size.................. 699392 MB&lt;BR /&gt;  Logical Drive Status................ OK&lt;BR /&gt;  # of Participating Physical Disks... 6&lt;BR /&gt;&lt;BR /&gt;  Participating Physical Disk(s)...... Ct:Enc:Bay:WWID&lt;BR /&gt;                                       1I:1:4:0x5000c50006146361&lt;BR /&gt;                                       1I:1:3:0x5000c50006142351&lt;BR /&gt;                                       1I:1:2:0x5000c50006145e49&lt;BR /&gt;                                       1I:1:1:0x5000c5000a504419&lt;BR /&gt;                                       2I:1:6:0x5000c50006140e51&lt;BR /&gt;                                       2I:1:5:0x5000c500061484a9&lt;BR /&gt;&lt;BR /&gt;  Participating Spare Disk(s)......... Ct:Enc:Bay:WWID&lt;BR /&gt;                                       none&lt;BR /&gt;&lt;BR /&gt;  Stripe Size......................... 16 KB&lt;BR /&gt;  Logical Drive Cache Status.......... cache enabled&lt;BR /&gt;  Configuration Signature............. 0xA0127CEE&lt;BR /&gt;  Media Exchange Detected?............ no</description>
      <pubDate>Mon, 15 Sep 2008 06:26:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/rx6600-raid5-creation-failed/m-p/5129747#M9589</guid>
      <dc:creator>Fransisco Aris</dc:creator>
      <dc:date>2008-09-15T06:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: rx6600 raid5 creation failed</title>
      <link>https://community.hpe.com/t5/integrity-servers/rx6600-raid5-creation-failed/m-p/5129748#M9590</link>
      <description>Looks like you already have what you want - a RAID1 (2 disks) + RAID5 (6 disks).</description>
      <pubDate>Mon, 15 Sep 2008 06:27:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/rx6600-raid5-creation-failed/m-p/5129748#M9590</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-09-15T06:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: rx6600 raid5 creation failed</title>
      <link>https://community.hpe.com/t5/integrity-servers/rx6600-raid5-creation-failed/m-p/5129749#M9591</link>
      <description>from controller 1 (/dev/scsi0) it's ok.&lt;BR /&gt;but from controller 2 (/dev/sasd0) how to configure that disk (6 new disks), for best practice and best perfomance.thanks</description>
      <pubDate>Mon, 15 Sep 2008 06:45:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/rx6600-raid5-creation-failed/m-p/5129749#M9591</guid>
      <dc:creator>Fransisco Aris</dc:creator>
      <dc:date>2008-09-15T06:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: rx6600 raid5 creation failed</title>
      <link>https://community.hpe.com/t5/integrity-servers/rx6600-raid5-creation-failed/m-p/5129750#M9592</link>
      <description>As said before - the controllers are different.  sasd0 cannot do RAID5!&lt;BR /&gt;&lt;BR /&gt;Only 2 pairs of mirrored disks + spare or plain disks with LVM.</description>
      <pubDate>Mon, 15 Sep 2008 06:53:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/rx6600-raid5-creation-failed/m-p/5129750#M9592</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-09-15T06:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: rx6600 raid5 creation failed</title>
      <link>https://community.hpe.com/t5/integrity-servers/rx6600-raid5-creation-failed/m-p/5129751#M9593</link>
      <description>thanks Torsten and all for participating. give me more confidence. tommorow i'll update this thread.</description>
      <pubDate>Mon, 15 Sep 2008 07:28:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/rx6600-raid5-creation-failed/m-p/5129751#M9593</guid>
      <dc:creator>Fransisco Aris</dc:creator>
      <dc:date>2008-09-15T07:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: rx6600 raid5 creation failed</title>
      <link>https://community.hpe.com/t5/integrity-servers/rx6600-raid5-creation-failed/m-p/5129752#M9594</link>
      <description>case closed. thanks to torsten and duncan.</description>
      <pubDate>Tue, 16 Sep 2008 13:01:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/rx6600-raid5-creation-failed/m-p/5129752#M9594</guid>
      <dc:creator>Fransisco Aris</dc:creator>
      <dc:date>2008-09-16T13:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: rx6600 raid5 creation failed</title>
      <link>https://community.hpe.com/t5/integrity-servers/rx6600-raid5-creation-failed/m-p/5129753#M9595</link>
      <description>-----------------------------------------------</description>
      <pubDate>Tue, 16 Sep 2008 13:04:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/rx6600-raid5-creation-failed/m-p/5129753#M9595</guid>
      <dc:creator>Fransisco Aris</dc:creator>
      <dc:date>2008-09-16T13:04:18Z</dc:date>
    </item>
  </channel>
</rss>

