All of lore.kernel.org
 help / color / mirror / Atom feed
* Enterprise patch needed - please help
@ 2002-05-29 23:23 HINCHMAN,PAUL (HP-Roseville,ex1)
  2002-05-30  0:41 ` Alan Cox
  0 siblings, 1 reply; 9+ messages in thread
From: HINCHMAN,PAUL (HP-Roseville,ex1) @ 2002-05-29 23:23 UTC (permalink / raw)
  To: 'linux-scsi@vger.kernel.org'

Dear SCSI maintainers,

We need desparately a patch (or better yet) permanent integration of an
enablement for Linux to see max_scsi_luns "out of the box", at least in
"enterprise" kernels.  I'm not a coder, but I do test Linux connectivity to
mass storage over fibre channel.  It's easy enough to go into xconfig or
menuconfig and enable 128 LUN's, then build a new kernel.  However, doing so
negates support from whatever vendor (like SuSE and Red Hat).  So, an
"out-of-the-box" solution is desparately needed.  Linux won't go far in the
enterprise without fully enabled (and stress-tested) storage.  I'd like to
see this change to the 2.4.18+ kernels and beyond, I think it would probably
be simple. Any advice you folks could give me as to who to talk to and
escalate this issue would be great.  I'll provide more info to anyone who
thinks they can help.

R/

Paul Hinchman
NSAS Linux Connectivity Lab
HP Roseville, CA
916.785.2346

^ permalink raw reply	[flat|nested] 9+ messages in thread
* RE: Enterprise patch needed - please help
@ 2002-05-30 16:33 HINCHMAN,PAUL (HP-Roseville,ex1)
  0 siblings, 0 replies; 9+ messages in thread
From: HINCHMAN,PAUL (HP-Roseville,ex1) @ 2002-05-30 16:33 UTC (permalink / raw)
  To: 'Andrew Patterson', Michael Clark
  Cc: Alan Cox, HINCHMAN,PAUL (HP-Roseville,ex1),
	'linux-scsi@vger.kernel.org'

Thank you all for your response.  Actually, the SPARSELUN problem is yet a
different thing which, if I remember right, Kurt Garloff had a hand in
fixing scsi_scan.c.  What I'm really talking about is (I think) in
/usr/src/<linux>/drivers/scsi/hosts.h, where CONFIG_SD_EXTRA_DEVS is 2
(NOTE: the path to this parameter in xconfig/menuconfig is set to 40).
Either way, we've been able to manually change hosts.h and/or change
"maximum number of SCSI disks that can be loaded as modules" (which
supposedly writes to CONFIG_SD_EXTRA_DEVS)in xconfig/menuconfig, and it all
works fine.  The problem comes in when our customers do this, they lose the
support of the distribution vendor, because they/we have to recompile to get
the changes effected.  I like the idea of a loadable module, taking into
account that our root file system is on a scsi disk, so this would truly be
an extra_dev thing.  Also, we'd need help to develope it.  
Once again, thanks to all!
R/
Paul Hinchman  

-----Original Message-----
From: Andrew Patterson [mailto:andrew@fc.hp.com]
Sent: Thursday, May 30, 2002 7:40 AM
To: Michael Clark
Cc: Alan Cox; HINCHMAN,PAUL " "(HP-Roseville,ex1);
'linux-scsi@vger.kernel.org'
Subject: Re: Enterprise patch needed - please help


On Thu, 2002-05-30 at 06:43, Michael Clark wrote:
> 
> On 05/30/02 20:38, Alan Cox wrote:
> 
> >On Thu, 2002-05-30 at 05:46, Michael Clark wrote:
> >  
> >
> >>Also, some devices need a BLIST_SPARSELUN added in scsi_scan.c - even if

> >>the device
> >>reports SCSI-3, the scanning code by defaults stops when it finds a lun 
> >>that doesn't
> >>respond. It is quite common with enterpise storage to have sparse 
> >>between luns.
> >>    
> >>

The following entries in the device_list array of scsi_scan.c should do
the trick for HP arrays.

   {"HP", "A6188A", "*", BLIST_SPARSELUN},      // HP Va7100 Array
   {"HP", "A6189A", "*", BLIST_SPARSELUN},      // HP Va7400 Array
   {"HP", "A6189B", "*", BLIST_SPARSELUN},      // HP Va7410 Array
   {"HP", "OPEN-", "*", BLIST_SPARSELUN},       // HP XP Arrays

Note that you must have a LUN at LUN number 0, to detect sparse LUN's
above LUN number 7.  

Andrew Patterson

    

> >
> >If we use report luns should we even be checking BLIST_SPARSELUN I
> >wonder
> >
> >  
> >
> Oh, is this new or maybe my device doesn't report luns as I've needed
> the sparse lun hint even though device was correctly detected as SCSI-3.
> This is with 2.4.18
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2002-05-30 19:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-29 23:23 Enterprise patch needed - please help HINCHMAN,PAUL (HP-Roseville,ex1)
2002-05-30  0:41 ` Alan Cox
2002-05-30  4:46   ` Michael Clark
2002-05-30 12:38     ` Alan Cox
2002-05-30 12:43       ` Michael Clark
2002-05-30 14:40         ` Andrew Patterson
2002-05-30 17:30         ` Mounting multiple LUNs on a single SCSI device Alan Dayley
2002-05-30 19:07           ` Kurt Garloff
  -- strict thread matches above, loose matches on Subject: below --
2002-05-30 16:33 Enterprise patch needed - please help HINCHMAN,PAUL (HP-Roseville,ex1)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.