<?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: rx2660 Built-in RAID Question in Integrity Servers</title>
    <link>https://community.hpe.com/t5/integrity-servers/rx2660-built-in-raid-question/m-p/3993267#M2444</link>
    <description>Greg,&lt;BR /&gt;&lt;BR /&gt;I think Torsten was assuming you had the older SAS HBA which came in the rx3600/6600, and used the sasd driver when in fact it looks like you have the PCIe SmartArray controller which uses the ciss driver. Instead of sasmgr you should be using saconfig:&lt;BR /&gt;&lt;BR /&gt;Identify your RAID controller using:&lt;BR /&gt;&lt;BR /&gt;ioscan -kfnd ciss&lt;BR /&gt;&lt;BR /&gt;Then query the config of the RAID controller with:&lt;BR /&gt;&lt;BR /&gt;saconfig /dev/cissN&lt;BR /&gt;&lt;BR /&gt;As to your original question, remember:&lt;BR /&gt;&lt;BR /&gt;- You might not be doing much write IO to the root/boot disks anyway.&lt;BR /&gt;- The P400 has cache so some IOs are probably getting serviced there.&lt;BR /&gt;- Depending on the RAID algorithm used, reads might generall all be from one disk anyway (certainly with Mirrordisk, you always saw a lot more read activity from one disk in the pair)&lt;BR /&gt;&lt;BR /&gt;Have you actually tried running a big write to one of the root filesystems and looking at the activity lights then (obviously be careful not to fill up something critical) - why not use dd to generate a big sequential write to /var/tmp if you have the space...&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;BR /&gt;</description>
    <pubDate>Thu, 03 May 2007 12:00:41 GMT</pubDate>
    <dc:creator>Duncan Edmonstone</dc:creator>
    <dc:date>2007-05-03T12:00:41Z</dc:date>
    <item>
      <title>rx2660 Built-in RAID Question</title>
      <link>https://community.hpe.com/t5/integrity-servers/rx2660-built-in-raid-question/m-p/3993263#M2440</link>
      <description>Hi, I just bought a rx2660.  I got it with the AD397A Smart Array P400 Controller.  I got 2 146 GB internal drives.  This was to be factory integrated, so that the 2 drives were in a mirrored RAID configuration.  It came with 11.23 preloaded.&lt;BR /&gt;&lt;BR /&gt;So during BIOS, if I break the boot, and go into the RAID controller, I see both drives, and that they are in a mirror.  If I move from one drive to another in the RAID BIOS, the blue blinky "find me" lights on both drives follow the BIOS prompt.&lt;BR /&gt;&lt;BR /&gt;The question I have is that during normal drive operations, ONLY the activity light of the first drive (slot 8) ever blinks.  Slot 7 (the mirror) never shows activity.  Is it really mirrored?  Is it really working?  How do I tell?  I have never seen a hardware RAID controller that acted like this.  All the ones I have ever seen before, ALL members of the mirrored RAID group light's flash in unison when mirrored.  I expect to see both activity LEDs flash in sync.&lt;BR /&gt;&lt;BR /&gt;Can someone confirm that this is "normal" for one of these RAID controllers?&lt;BR /&gt;&lt;BR /&gt;Yes, I did the expected reading of manuals, google searches, etc. before bothering you guys.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 03 May 2007 09:51:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/rx2660-built-in-raid-question/m-p/3993263#M2440</guid>
      <dc:creator>Greg Porter_3</dc:creator>
      <dc:date>2007-05-03T09:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: rx2660 Built-in RAID Question</title>
      <link>https://community.hpe.com/t5/integrity-servers/rx2660-built-in-raid-question/m-p/3993264#M2441</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have not seen this in action yet, but to check the RAID status run&lt;BR /&gt;&lt;BR /&gt;# sasmgr get_info -D /dev/sasd0 -q raid&lt;BR /&gt;&lt;BR /&gt;This will give you information about the configured RAID(s).&lt;BR /&gt;&lt;BR /&gt;(adjust /dev/sasd0 if needed)</description>
      <pubDate>Thu, 03 May 2007 10:35:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/rx2660-built-in-raid-question/m-p/3993264#M2441</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-05-03T10:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: rx2660 Built-in RAID Question</title>
      <link>https://community.hpe.com/t5/integrity-servers/rx2660-built-in-raid-question/m-p/3993265#M2442</link>
      <description>Thanks for the quick reply.&lt;BR /&gt;&lt;BR /&gt;No, the command doesn't work:&lt;BR /&gt;# sasmgr get_info -D /dev/sasd0 -q raid&lt;BR /&gt;ERROR: No devices connected.&lt;BR /&gt;&lt;BR /&gt;This one does, though:&lt;BR /&gt;# sasmgr get_info -D /dev/sasd0&lt;BR /&gt;Driver Name                    : sasd&lt;BR /&gt;Bundle Version                 : B.11.23.03&lt;BR /&gt;Product Number                 : AB419-60001&lt;BR /&gt;Hardware Path                  : 0/1/1/0&lt;BR /&gt;Health of HBA                  : ONLINE&lt;BR /&gt;PCI Vendor ID                  : 0x1000&lt;BR /&gt;PCI Device ID                  : 0x0054&lt;BR /&gt;PCI Subsystem Vendor ID        : 0x1312&lt;BR /&gt;PCI Subsystem ID               : 0x103c&lt;BR /&gt;PCI Revision ID                : 0x0001&lt;BR /&gt;Max. PHYs supported            : 8&lt;BR /&gt;Max. IO size                   : 1048576&lt;BR /&gt;*********************************************************************&lt;BR /&gt;*****              HBA Specific information                     &lt;BR /&gt;*********************************************************************&lt;BR /&gt;HBA state                            : READY&lt;BR /&gt;Driver firmware dump available       : NO&lt;BR /&gt;Driver firmware dump timestamp       : N/A&lt;BR /&gt;Firmware Revision                  : 1.16.0.0&lt;BR /&gt;&lt;BR /&gt;So I'm confused....  Are you saying that it likely is NOT in a mirror?  Even though the RAID controller BIOS shows it is?  I've never heard of a hardware RAID device that you had to configure from the OS.&lt;BR /&gt;&lt;BR /&gt;What do I do to fix it?&lt;BR /&gt;</description>
      <pubDate>Thu, 03 May 2007 11:20:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/rx2660-built-in-raid-question/m-p/3993265#M2442</guid>
      <dc:creator>Greg Porter_3</dc:creator>
      <dc:date>2007-05-03T11:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: rx2660 Built-in RAID Question</title>
      <link>https://community.hpe.com/t5/integrity-servers/rx2660-built-in-raid-question/m-p/3993266#M2443</link>
      <description>&lt;!--!*#--&gt;The output should be similar to this:&lt;BR /&gt;&lt;BR /&gt;# sasmgr get_info -D /dev/sasd0 -q raid Tue Dec 12 02:45:03 2006 ---------- PHYSICAL DRIVES ----------LUN dsf              SAS Address          Enclosure    Bay      Size(MB) /dev/rdsk/c1t2d0     0x500000e012691cb2     1            3      70007     /dev/rdsk/c1t3d0     0x500000e0126926d2     1            4      70007     /dev/rdsk/c1t4d0     0x500000e01122d7d2     1            5      34732     /dev/rdsk/c1t7d0     0x500000e01263fcc2     1            8      34732      ---------- LOGICAL DRIVE 4 ---------- Raid Level                                         : RAID 1              Volume sas address                                 : 0x611d224fa01c82    Device Special File                                : /dev/rdsk/c1t10d0   Raid State                                         : OPTIMAL             Raid Status Flag                                   : ENABLED             Raid Size                                          : 34000               Rebuild Rate                                       : 20.00 %             Rebuild Progress                                   : 100.00 %             Participating Physical Drive(s) : SAS Address         Enc   Bay   Size(MB)      Type            State            0x500000e01268e312   1     1    70007         SECONDARY       ONLINE         0x500000e012691ee2   1     2    70007         PRIMARY         ONLINE &lt;BR /&gt;&lt;BR /&gt;I'm reading the manual...&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/J6369-90041/index.html" target="_blank"&gt;http://docs.hp.com/en/J6369-90041/index.html&lt;/A&gt;</description>
      <pubDate>Thu, 03 May 2007 11:48:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/rx2660-built-in-raid-question/m-p/3993266#M2443</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-05-03T11:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: rx2660 Built-in RAID Question</title>
      <link>https://community.hpe.com/t5/integrity-servers/rx2660-built-in-raid-question/m-p/3993267#M2444</link>
      <description>Greg,&lt;BR /&gt;&lt;BR /&gt;I think Torsten was assuming you had the older SAS HBA which came in the rx3600/6600, and used the sasd driver when in fact it looks like you have the PCIe SmartArray controller which uses the ciss driver. Instead of sasmgr you should be using saconfig:&lt;BR /&gt;&lt;BR /&gt;Identify your RAID controller using:&lt;BR /&gt;&lt;BR /&gt;ioscan -kfnd ciss&lt;BR /&gt;&lt;BR /&gt;Then query the config of the RAID controller with:&lt;BR /&gt;&lt;BR /&gt;saconfig /dev/cissN&lt;BR /&gt;&lt;BR /&gt;As to your original question, remember:&lt;BR /&gt;&lt;BR /&gt;- You might not be doing much write IO to the root/boot disks anyway.&lt;BR /&gt;- The P400 has cache so some IOs are probably getting serviced there.&lt;BR /&gt;- Depending on the RAID algorithm used, reads might generall all be from one disk anyway (certainly with Mirrordisk, you always saw a lot more read activity from one disk in the pair)&lt;BR /&gt;&lt;BR /&gt;Have you actually tried running a big write to one of the root filesystems and looking at the activity lights then (obviously be careful not to fill up something critical) - why not use dd to generate a big sequential write to /var/tmp if you have the space...&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;BR /&gt;</description>
      <pubDate>Thu, 03 May 2007 12:00:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/rx2660-built-in-raid-question/m-p/3993267#M2444</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2007-05-03T12:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: rx2660 Built-in RAID Question</title>
      <link>https://community.hpe.com/t5/integrity-servers/rx2660-built-in-raid-question/m-p/3993268#M2445</link>
      <description>Thanks Duncan.&lt;BR /&gt;&lt;BR /&gt;I cannot read as fast as they develop new controllers.&lt;BR /&gt;&lt;BR /&gt;First interesting information is a "ioscan -fn".&lt;BR /&gt;&lt;BR /&gt;If the disks are connected to the P400, you should see a /dev/cissX devicefile for the controller.&lt;BR /&gt;&lt;BR /&gt;Now the sautil/saconfig command will give you the details, e.g.:&lt;BR /&gt;&lt;BR /&gt;# sautil /dev/ciss5 -s&lt;BR /&gt;&lt;BR /&gt;# saconfig /dev/ciss5 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This is the appropriate manual link:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/J6369-90037/index.html" target="_blank"&gt;http://docs.hp.com/en/J6369-90037/index.html&lt;/A&gt;</description>
      <pubDate>Thu, 03 May 2007 12:40:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/rx2660-built-in-raid-question/m-p/3993268#M2445</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-05-03T12:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: rx2660 Built-in RAID Question</title>
      <link>https://community.hpe.com/t5/integrity-servers/rx2660-built-in-raid-question/m-p/3993269#M2446</link>
      <description>Well, this is embarassing to say...&lt;BR /&gt;&lt;BR /&gt;I figured that since this was a completely brand new server, with a default load of 11.23 on it (which I got media for with it), that it wouldn't hurt anything to reboot it, stop the boot and play around in the raid controller bios.&lt;BR /&gt;&lt;BR /&gt;So I did.  I then decided just to throw the existing volume away.  Then I'd set up another and see if it behaved the same.&lt;BR /&gt;&lt;BR /&gt;So I did.&lt;BR /&gt;&lt;BR /&gt;And then I discovered that DVD drives are not standard equipment on rx2660's.  So I killed my boot drive and cannot reload.&lt;BR /&gt;&lt;BR /&gt;Geez, you'd think that salesmen would suggest buying a darn DVD drive.  He was happy to sell me DVD media.  Too bad I can't read it.&lt;BR /&gt;&lt;BR /&gt;Anyway, thanks for the help, when I get to where I can boot again (grr) I'll try the ciss device.</description>
      <pubDate>Thu, 03 May 2007 14:23:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/rx2660-built-in-raid-question/m-p/3993269#M2446</guid>
      <dc:creator>Greg Porter_3</dc:creator>
      <dc:date>2007-05-03T14:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: rx2660 Built-in RAID Question</title>
      <link>https://community.hpe.com/t5/integrity-servers/rx2660-built-in-raid-question/m-p/3993270#M2447</link>
      <description>Bad luck!&lt;BR /&gt;&lt;BR /&gt;See the options page. Here you will find that the configured RAID is an option - none, RAID1, 5 or 6.&lt;BR /&gt;The DVD option is also there.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20341.www2.hp.com/integrity/cache/452309-0-0-0-121.html" target="_blank"&gt;http://h20341.www2.hp.com/integrity/cache/452309-0-0-0-121.html&lt;/A&gt;</description>
      <pubDate>Thu, 03 May 2007 14:32:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/rx2660-built-in-raid-question/m-p/3993270#M2447</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-05-03T14:32:05Z</dc:date>
    </item>
  </channel>
</rss>

