Re: [OpenIndiana-discuss] 3x LSI 9211-8i controllers + direct attach backplane -- appear as on controller

2011-11-18 Thread Mark
On 18/11/2011 12:51 a.m., Rich wrote: On Wed, Nov 16, 2011 at 11:52 PM, Eric D. Mudama edmud...@bounceswoosh.org wrote: On Wed, Nov 16 at 13:47, Bill Sommerfeld wrote: On 11/16/11 13:27, James C. McPherson wrote: (and apart from I don't understand it therefore it must be bad I don't know

Re: [OpenIndiana-discuss] 3x LSI 9211-8i controllers + direct attach backplane -- appear as on controller

2011-11-18 Thread Jason J. W. Williams
It would be nice if disk manufacturers offered firmware flavors with quick fail timeouts/reduced retries on failed read/write ops. Along the lines of the firmware loads they give array OEMs. -J Sent via iPhone Is your email Premiere? On Nov 18, 2011, at 15:48, Mark mark0...@gmail.com wrote:

Re: [OpenIndiana-discuss] 3x LSI 9211-8i controllers + direct attach backplane -- appear as on controller

2011-11-18 Thread Rich
I bet you $50 you can use sas2ircu on the IT firmware, particularly with the locate command. [Don't take the bet; if you do, I'll link you to a private github repo with some code that does it, and my PayPal account.] - Rich On Fri, Nov 18, 2011 at 6:29 PM, Jason J. W. Williams

Re: [OpenIndiana-discuss] 3x LSI 9211-8i controllers + direct attach backplane -- appear as on controller

2011-11-17 Thread Rich
On Wed, Nov 16, 2011 at 11:52 PM, Eric D. Mudama edmud...@bounceswoosh.org wrote: On Wed, Nov 16 at 13:47, Bill Sommerfeld wrote: On 11/16/11 13:27, James C. McPherson wrote: (and apart from I don't understand it therefore it must be bad I don't know why you really would) I don't like

[OpenIndiana-discuss] 3x LSI 9211-8i controllers + direct attach backplane -- appear as on controller

2011-11-16 Thread Jason J. W. Williams
Hi, I just had a new server released to me using a SuperMicro SC216A (direct attach backplane) chassis and 3x 9211-8i controllers loaded with 11.0 IT firmware. I've confirmed the firmware is correct, what is strange is that all of the drives are showing as being on one controller (c2) though the

Re: [OpenIndiana-discuss] 3x LSI 9211-8i controllers + direct attach backplane -- appear as on controller

2011-11-16 Thread Bill Sommerfeld
On 11/16/11 12:30, Jason J. W. Williams wrote: I just had a new server released to me using a SuperMicro SC216A (direct attach backplane) chassis and 3x 9211-8i controllers loaded with 11.0 IT firmware. I've confirmed the firmware is correct, what is strange is that all of the drives are

Re: [OpenIndiana-discuss] 3x LSI 9211-8i controllers + direct attach backplane -- appear as on controller

2011-11-16 Thread Jason J. W. Williams
This looks like multipathing (mpxio); if it's enabled, it attaches all disks to a virtual controller, with target names derived from the WWN of the targets. under the covers, these get mapped to whichever physical controller(s) have a path to the disk. I've only used this with

Re: [OpenIndiana-discuss] 3x LSI 9211-8i controllers + direct attach backplane -- appear as on controller

2011-11-16 Thread Rich
That is indeed the expected behavior, speaking as someone with many 92xx controllers in Supermicro machines with mpxio enabled. :) - Rich On Wed, Nov 16, 2011 at 3:40 PM, Bill Sommerfeld sommerf...@alum.mit.edu wrote: On 11/16/11 12:30, Jason J. W. Williams wrote: I just had a new server

Re: [OpenIndiana-discuss] 3x LSI 9211-8i controllers + direct attach backplane -- appear as on controller

2011-11-16 Thread Jason J. W. Williams
On Wed, Nov 16, 2011 at 1:42 PM, Rich rerc...@acm.jhu.edu wrote: That is indeed the expected behavior, speaking as someone with many 92xx controllers in Supermicro machines with mpxio enabled. :) Interestingly mpxio-disable=yes in /kernel/drv/mpt.conf -J

Re: [OpenIndiana-discuss] 3x LSI 9211-8i controllers + direct attach backplane -- appear as on controller

2011-11-16 Thread Jason J. W. Williams
Looks like it needs to go into /kernel/drv/mpt_sas.conf On Wed, Nov 16, 2011 at 1:45 PM, Jason J. W. Williams jasonjwwilli...@gmail.com wrote: On Wed, Nov 16, 2011 at 1:42 PM, Rich rerc...@acm.jhu.edu wrote: That is indeed the expected behavior, speaking as someone with many 92xx

Re: [OpenIndiana-discuss] 3x LSI 9211-8i controllers + direct attach backplane -- appear as on controller

2011-11-16 Thread Jason J. W. Williams
On Wed, Nov 16, 2011 at 1:42 PM, Rich rerc...@acm.jhu.edu wrote: That is indeed the expected behavior, speaking as someone with many 92xx controllers in Supermicro machines with mpxio enabled. :) So with mpxio off, the disks now appear on separate controllers. However, like the cfgadm -a

Re: [OpenIndiana-discuss] 3x LSI 9211-8i controllers + direct attach backplane -- appear as on controller

2011-11-16 Thread Rich
sas2ircu is a useful tool for this. Several people have written or are writing wrappers around it to perform this task. - Rich On Wed, Nov 16, 2011 at 3:57 PM, Jason J. W. Williams jasonjwwilli...@gmail.com wrote: On Wed, Nov 16, 2011 at 1:42 PM, Rich rerc...@acm.jhu.edu wrote: That is

Re: [OpenIndiana-discuss] 3x LSI 9211-8i controllers + direct attach backplane -- appear as on controller

2011-11-16 Thread Jason J. W. Williams
On Wed, Nov 16, 2011 at 2:10 PM, Rich rerc...@acm.jhu.edu wrote: sas2ircu is a useful tool for this. Several people have written or are writing wrappers around it to perform this task. I'm adding it to our OpenIndiana Chef recipe as we speak. :) Thank you again for all of your help. -J

Re: [OpenIndiana-discuss] 3x LSI 9211-8i controllers + direct attach backplane -- appear as on controller

2011-11-16 Thread James C. McPherson
On 17/11/11 06:50 AM, Jason J. W. Williams wrote: Looks like it needs to go into /kernel/drv/mpt_sas.conf On Wed, Nov 16, 2011 at 1:45 PM, Jason J. W. Williams jasonjwwilli...@gmail.com wrote: On Wed, Nov 16, 2011 at 1:42 PM, Richrerc...@acm.jhu.edu wrote: That is indeed the expected

Re: [OpenIndiana-discuss] 3x LSI 9211-8i controllers + direct attach backplane -- appear as on controller

2011-11-16 Thread James C. McPherson
On 17/11/11 06:57 AM, Jason J. W. Williams wrote: On Wed, Nov 16, 2011 at 1:42 PM, Richrerc...@acm.jhu.edu wrote: That is indeed the expected behavior, speaking as someone with many 92xx controllers in Supermicro machines with mpxio enabled. :) So with mpxio off, the disks now appear on

Re: [OpenIndiana-discuss] 3x LSI 9211-8i controllers + direct attach backplane -- appear as on controller

2011-11-16 Thread Bill Sommerfeld
On 11/16/11 13:27, James C. McPherson wrote: (and apart from I don't understand it therefore it must be bad I don't know why you really would) I don't like mpxio disk names -- they make me work too hard and create fear of doing the wrong thing. Long hex strings are much harder to distinguish

Re: [OpenIndiana-discuss] 3x LSI 9211-8i controllers + direct attach backplane -- appear as on controller

2011-11-16 Thread Jason J. W. Williams
On Wed, Nov 16, 2011 at 2:47 PM, Bill Sommerfeld sommerf...@alum.mit.eduwrote: On 11/16/11 13:27, James C. McPherson wrote: (and apart from I don't understand it therefore it must be bad I don't know why you really would) I don't like mpxio disk names -- they make me work too hard and

Re: [OpenIndiana-discuss] 3x LSI 9211-8i controllers + direct attach backplane -- appear as on controller

2011-11-16 Thread James C. McPherson
On 17/11/11 08:17 AM, Jason J. W. Williams wrote: On Wed, Nov 16, 2011 at 2:47 PM, Bill Sommerfeldsommerf...@alum.mit.eduwrote: On 11/16/11 13:27, James C. McPherson wrote: (and apart from I don't understand it therefore it must be bad I don't know why you really would) I don't like mpxio

Re: [OpenIndiana-discuss] 3x LSI 9211-8i controllers + direct attach backplane -- appear as on controller

2011-11-16 Thread Jason J. W. Williams
... that's because it's a gen2 controller and that's how it is designed to report info. SAS devices show their SAS addresses, and SATA devices report a pseudo-SAS address. Good to know. Thank you. -J ___ OpenIndiana-discuss mailing list