linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Emulex fibre channel HBA support and SAN connection
@ 2005-04-28 22:02 Alex Deucher
  0 siblings, 0 replies; 12+ messages in thread
From: Alex Deucher @ 2005-04-28 22:02 UTC (permalink / raw)
  To: linux-kernel, linux-scsi

Can someone point me to some documentation on setting up a fibre
channel HBA in linux?  I can't seem to find any useful information.  I
have a Sun 220R running 2.6.12-rc3 with an emulex LP9000 HBA connected
to a Nexsan ATABEAST SAN.  I'm using the HBA driver included with the
2.6.12rc3 kernel.  I cannot find any information about the GPLed
emulex driver as far as configuration goes.  The driver seems to come
up ok, but then I get a series of error codes:

Emulex LightPulse Fibre Channel SCSI driver 8.0.28
scsi0 :  on PCI bus 00 device 20 irq 8255744
lpfc 0001:00:04.0: 0:1303 Link Up Event x1 received Data: x1 x1 x8 x2
lpfc 0001:00:04.0: 0:0321 Unknown IOCB command Data: x0, xa2 x0 x900 x2600
...
lpfc 0001:00:04.0: 0:0748 abort handler timed out waiting for abort to
complete. Data: x0 x0 x0 x1
lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command completion for
iotag xa00 not found
lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command completion for
iotag x0 not found
lpfc 0001:00:04.0: 0:0713 SCSI layer issued LUN reset (0, 0) Data: x2 x0 x0
lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command completion for
iotag xb00 not found
lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command completion for
iotag x0 not found
lpfc 0001:00:04.0: 0:0714 SCSI layer issued Bus Reset Data: x2003
scsi: Device offlined - not ready after error recovery: host 0 channel
0 id 0 lun 0
lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command completion for
iotag x0 not found

I noticed here:
http://marc.theaimsgroup.com/?l=linux-scsi&m=111383889908554&w=2
that there is a new FC API. Was this merged into rc3 or will this
happen after 2.6.12?  If it's not supported yet in rc3, how does one
go about configuring it?  I'm willing to test any available tools.

Any help will be greatly appreciated.  I'll be able to test on SPARC64
right now and on AMD64 in the next few days.

Thanks,

Alex

PS, please CC: me as I'm not subscribed.

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

* RE: Emulex fibre channel HBA support and SAN connection
  2005-04-30 14:43 James.Smart
@ 2005-05-01 15:31 ` shogunx
  0 siblings, 0 replies; 12+ messages in thread
From: shogunx @ 2005-05-01 15:31 UTC (permalink / raw)
  To: James.Smart; +Cc: alexdeucher, linux-kernel, linux-scsi

On Sat, 30 Apr 2005 James.Smart@Emulex.Com wrote:

> IP over FC was removed from our 8.x series driver as we pushed for
> upstream acceptance. So, you must be running a older driver. Please
> go through the proper support channels for that
 driver rev.

This was the 2.01g source tree.  I have a mix of LP7000E's and 6000's
from an IBM ESS 2105 Shark, of which I am trying to do IP over
FC with the 7000's.  The Sharks were decommissioned and I acquired them at
a military surplus auction.  I have yanked the HBA's from the series of
pci bridges that IBM had them encased in, so now they rest on the main
pci bus.  So I'm not sure what the normal support
channels would be, as I got all of the kit used and IBM won't support my
port for some reason.  I decided that linux
would be better on the shark than AIX, so now I'm to the point of trying
to get the IP over FC working.  I get a device not found error on the lpfn
with Suse's 2.6 for ppc64... the config file is identical to the x86
implementation below.  I couldn't get them to compile with 2.6.8.

I've tried this on x86 also, and though your code compiles cleanly against
my openmosix and hostap patched 2.4.20, when the lpfn modules loads, the
ksoftirqd_CPU0 taxes the processor to 100%.  Rmmod the IP over FC, and bye
bye load.  This is with no actual fiber connected to the hba.

I've got the SerialRAID cards from the shark sitting loose here if any
other LKMLers would like to take a crack at them.  IBM told me "No Code.
No Binary.  Run AIX or nothing."

Thanks,
Scott

>
> IP over FC would be re-added as part of making a common interface for
> all FC drivers (see Andrew Vasquez's previous email on the topic).
>
> -- james s
>
>
> > -----Original Message-----
> > From: shogunx [mailto:shogunx@sleekfreak.ath.cx]
> > Sent: Saturday, April 30, 2005 9:39 AM
> > To: Smart, James
> > Cc: alexdeucher@gmail.com; linux-kernel@vger.kernel.org;
> > linux-scsi@vger.kernel.org
> > Subject: RE: Emulex fibre channel HBA support and SAN connection
> >
> >
> > On Sat, 30 Apr 2005 James.Smart@Emulex.Com wrote:
> >
> > > Alex,
> > >
> > > We are looking into it further.  Linux on Sparc has not
> > been a platform that we have supported in the past, although
> > we know of no issue why it would not be.
> >
> > Having some problems with the ip over fc on power64 also.
> >
> > Scott
> >
> >
> > >
> > > -- James S
> > >
> > > > -----Original Message-----
> > > > From: Alex Deucher [mailto:alexdeucher@gmail.com]
> > > > Sent: Friday, April 29, 2005 6:42 PM
> > > > To: Smart, James
> > > > Cc: linux-kernel@vger.kernel.org; linux-scsi@vger.kernel.org
> > > > Subject: Re: Emulex fibre channel HBA support and SAN connection
> > > >
> > > >
> > > > FWIW, this seems to be a sparc64 issue.  after upgrading
> > the firmware
> > > > and testing in a x86 box, all is well, at least on x86.
> > I'll test on
> > > > AMD64 next week.
> > > >
> > > > Alex
> > > >
> > > > On 4/29/05, Alex Deucher <alexdeucher@gmail.com> wrote:
> > > > > On 4/29/05, James.Smart@emulex.com
> > <James.Smart@emulex.com> wrote:
> > > > > > Based on the "Unknown IOCB command data" message, this
> > > > appears to be out of date firmware on the adapter. See
> > > > http://www.emulex.com/ts/indexemu.html.  There are some hints
> > > > on downloading firmware at the tail end of
> > > > http://sourceforge.net/forum/forum.php?thread_id=1130082&forum
> > > > _id=355154.
> > > > > >
> > > > > > Note: lpfc issues are best posted to the help areas on
> > > > http://sourceforge.net/projects/lpfcxxxx/
> > > > >
> > > > > James,
> > > > >
> > > > >     I just upgraded to the latest firmware on the Emulex website
> > > > > (3.92a2) and I still get the same error:
> > > > > Emulex LightPulse Fibre Channel SCSI driver 8.0.28
> > > > > scsi2 :  on PCI bus 00 device 20 irq 8132864
> > > > > lpfc 0001:00:04.0: 0:1303 Link Up Event x1 received Data:
> > > > x1 xf7 x8 x0
> > > > > lpfc 0001:00:04.0: 0:0321 Unknown IOCB command Data: x0,
> > > > xa2 x0 x600 x2900
> > > > > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command
> > completion for
> > > > > iotag x0 not found
> > > > > ...
> > > > > lpfc 0001:00:04.0: 0:0748 abort handler timed out waiting
> > > > for abort to
> > > > > complete. Data: x0 x0 x0 x1
> > > > > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command
> > completion for
> > > > > iotag x700 not found
> > > > > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command
> > completion for
> > > > > iotag x0 not found
> > > > >
> > > > > Any ideas?
> > > > >
> > > > > >
> > > > > > Thanks.
> > > > > >
> > > > > > -- James Smart
> > > > > >    Emulex
> > > > > >
> > > > > > > -----Original Message-----
> > > > > > > From: linux-scsi-owner@vger.kernel.org
> > > > > > > [mailto:linux-scsi-owner@vger.kernel.org]On Behalf Of
> > > > Alex Deucher
> > > > > > > Sent: Thursday, April 28, 2005 6:03 PM
> > > > > > > To: linux-kernel@vger.kernel.org; linux-scsi@vger.kernel.org
> > > > > > > Subject: Emulex fibre channel HBA support and SAN connection
> > > > > > >
> > > > > > >
> > > > > > > Can someone point me to some documentation on
> > setting up a fibre
> > > > > > > channel HBA in linux?  I can't seem to find any useful
> > > > information.  I
> > > > > > > have a Sun 220R running 2.6.12-rc3 with an emulex
> > > > LP9000 HBA connected
> > > > > > > to a Nexsan ATABEAST SAN.  I'm using the HBA driver
> > > > included with the
> > > > > > > 2.6.12rc3 kernel.  I cannot find any information
> > about the GPLed
> > > > > > > emulex driver as far as configuration goes.  The driver
> > > > seems to come
> > > > > > > up ok, but then I get a series of error codes:
> > > > > > >
> > > > > > > Emulex LightPulse Fibre Channel SCSI driver 8.0.28
> > > > > > > scsi0 :  on PCI bus 00 device 20 irq 8255744
> > > > > > > lpfc 0001:00:04.0: 0:1303 Link Up Event x1 received
> > > > Data: x1 x1 x8 x2
> > > > > > > lpfc 0001:00:04.0: 0:0321 Unknown IOCB command Data: x0, xa2
> > > > > > > x0 x900 x2600
> > > > > > > ...
> > > > > > > lpfc 0001:00:04.0: 0:0748 abort handler timed out
> > > > waiting for abort to
> > > > > > > complete. Data: x0 x0 x0 x1
> > > > > > > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command
> > > > completion for
> > > > > > > iotag xa00 not found
> > > > > > > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command
> > > > completion for
> > > > > > > iotag x0 not found
> > > > > > > lpfc 0001:00:04.0: 0:0713 SCSI layer issued LUN reset (0, 0)
> > > > > > > Data: x2 x0 x0
> > > > > > > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command
> > > > completion for
> > > > > > > iotag xb00 not found
> > > > > > > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command
> > > > completion for
> > > > > > > iotag x0 not found
> > > > > > > lpfc 0001:00:04.0: 0:0714 SCSI layer issued Bus Reset
> > > > Data: x2003
> > > > > > > scsi: Device offlined - not ready after error recovery:
> > > > host 0 channel
> > > > > > > 0 id 0 lun 0
> > > > > > > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command
> > > > completion for
> > > > > > > iotag x0 not found
> > > > > > >
> > > > > > > I noticed here:
> > > > > > >
> http://marc.theaimsgroup.com/?l=linux-scsi&m=111383889908554&w=2
> > > > > > that there is a new FC API. Was this merged into rc3 or
> > > will this
> > > > > > happen after 2.6.12?  If it's not supported yet in rc3,
> > > how does one
> > > > > > go about configuring it?  I'm willing to test any
> > > available tools.
> > > > > >
> > > > > > Any help will be greatly appreciated.  I'll be able to
> > > test on SPARC64
> > > > > > right now and on AMD64 in the next few days.
> > > > > >
> > > > > > Thanks,
> > > > > >
> > > > > > Alex
> > > > > >
> > > > > > PS, please CC: me as I'm not subscribed.
> > > >
> > >
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> > Please read the FAQ at  http://www.tux.org/lkml/
> >
>
> sleekfreak pirate broadcast
> http://sleekfreak.ath.cx:81/
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>

sleekfreak pirate broadcast
http://sleekfreak.ath.cx:81/


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

* RE: Emulex fibre channel HBA support and SAN connection
@ 2005-04-30 14:43 James.Smart
  2005-05-01 15:31 ` shogunx
  0 siblings, 1 reply; 12+ messages in thread
From: James.Smart @ 2005-04-30 14:43 UTC (permalink / raw)
  To: shogunx; +Cc: alexdeucher, linux-kernel, linux-scsi

IP over FC was removed from our 8.x series driver as we pushed for
upstream acceptance. So, you must be running a older driver. Please
go through the proper support channels for that driver rev.

IP over FC would be re-added as part of making a common interface for
all FC drivers (see Andrew Vasquez's previous email on the topic).

-- james s


> -----Original Message-----
> From: shogunx [mailto:shogunx@sleekfreak.ath.cx]
> Sent: Saturday, April 30, 2005 9:39 AM
> To: Smart, James
> Cc: alexdeucher@gmail.com; linux-kernel@vger.kernel.org;
> linux-scsi@vger.kernel.org
> Subject: RE: Emulex fibre channel HBA support and SAN connection
> 
> 
> On Sat, 30 Apr 2005 James.Smart@Emulex.Com wrote:
> 
> > Alex,
> >
> > We are looking into it further.  Linux on Sparc has not 
> been a platform that we have supported in the past, although 
> we know of no issue why it would not be.
> 
> Having some problems with the ip over fc on power64 also.
> 
> Scott
> 
> 
> >
> > -- James S
> >
> > > -----Original Message-----
> > > From: Alex Deucher [mailto:alexdeucher@gmail.com]
> > > Sent: Friday, April 29, 2005 6:42 PM
> > > To: Smart, James
> > > Cc: linux-kernel@vger.kernel.org; linux-scsi@vger.kernel.org
> > > Subject: Re: Emulex fibre channel HBA support and SAN connection
> > >
> > >
> > > FWIW, this seems to be a sparc64 issue.  after upgrading 
> the firmware
> > > and testing in a x86 box, all is well, at least on x86.  
> I'll test on
> > > AMD64 next week.
> > >
> > > Alex
> > >
> > > On 4/29/05, Alex Deucher <alexdeucher@gmail.com> wrote:
> > > > On 4/29/05, James.Smart@emulex.com 
> <James.Smart@emulex.com> wrote:
> > > > > Based on the "Unknown IOCB command data" message, this
> > > appears to be out of date firmware on the adapter. See
> > > http://www.emulex.com/ts/indexemu.html.  There are some hints
> > > on downloading firmware at the tail end of
> > > http://sourceforge.net/forum/forum.php?thread_id=1130082&forum
> > > _id=355154.
> > > > >
> > > > > Note: lpfc issues are best posted to the help areas on
> > > http://sourceforge.net/projects/lpfcxxxx/
> > > >
> > > > James,
> > > >
> > > >     I just upgraded to the latest firmware on the Emulex website
> > > > (3.92a2) and I still get the same error:
> > > > Emulex LightPulse Fibre Channel SCSI driver 8.0.28
> > > > scsi2 :  on PCI bus 00 device 20 irq 8132864
> > > > lpfc 0001:00:04.0: 0:1303 Link Up Event x1 received Data:
> > > x1 xf7 x8 x0
> > > > lpfc 0001:00:04.0: 0:0321 Unknown IOCB command Data: x0,
> > > xa2 x0 x600 x2900
> > > > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command 
> completion for
> > > > iotag x0 not found
> > > > ...
> > > > lpfc 0001:00:04.0: 0:0748 abort handler timed out waiting
> > > for abort to
> > > > complete. Data: x0 x0 x0 x1
> > > > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command 
> completion for
> > > > iotag x700 not found
> > > > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command 
> completion for
> > > > iotag x0 not found
> > > >
> > > > Any ideas?
> > > >
> > > > >
> > > > > Thanks.
> > > > >
> > > > > -- James Smart
> > > > >    Emulex
> > > > >
> > > > > > -----Original Message-----
> > > > > > From: linux-scsi-owner@vger.kernel.org
> > > > > > [mailto:linux-scsi-owner@vger.kernel.org]On Behalf Of
> > > Alex Deucher
> > > > > > Sent: Thursday, April 28, 2005 6:03 PM
> > > > > > To: linux-kernel@vger.kernel.org; linux-scsi@vger.kernel.org
> > > > > > Subject: Emulex fibre channel HBA support and SAN connection
> > > > > >
> > > > > >
> > > > > > Can someone point me to some documentation on 
> setting up a fibre
> > > > > > channel HBA in linux?  I can't seem to find any useful
> > > information.  I
> > > > > > have a Sun 220R running 2.6.12-rc3 with an emulex
> > > LP9000 HBA connected
> > > > > > to a Nexsan ATABEAST SAN.  I'm using the HBA driver
> > > included with the
> > > > > > 2.6.12rc3 kernel.  I cannot find any information 
> about the GPLed
> > > > > > emulex driver as far as configuration goes.  The driver
> > > seems to come
> > > > > > up ok, but then I get a series of error codes:
> > > > > >
> > > > > > Emulex LightPulse Fibre Channel SCSI driver 8.0.28
> > > > > > scsi0 :  on PCI bus 00 device 20 irq 8255744
> > > > > > lpfc 0001:00:04.0: 0:1303 Link Up Event x1 received
> > > Data: x1 x1 x8 x2
> > > > > > lpfc 0001:00:04.0: 0:0321 Unknown IOCB command Data: x0, xa2
> > > > > > x0 x900 x2600
> > > > > > ...
> > > > > > lpfc 0001:00:04.0: 0:0748 abort handler timed out
> > > waiting for abort to
> > > > > > complete. Data: x0 x0 x0 x1
> > > > > > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command
> > > completion for
> > > > > > iotag xa00 not found
> > > > > > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command
> > > completion for
> > > > > > iotag x0 not found
> > > > > > lpfc 0001:00:04.0: 0:0713 SCSI layer issued LUN reset (0, 0)
> > > > > > Data: x2 x0 x0
> > > > > > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command
> > > completion for
> > > > > > iotag xb00 not found
> > > > > > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command
> > > completion for
> > > > > > iotag x0 not found
> > > > > > lpfc 0001:00:04.0: 0:0714 SCSI layer issued Bus Reset
> > > Data: x2003
> > > > > > scsi: Device offlined - not ready after error recovery:
> > > host 0 channel
> > > > > > 0 id 0 lun 0
> > > > > > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command
> > > completion for
> > > > > > iotag x0 not found
> > > > > >
> > > > > > I noticed here:
> > > > > > 
http://marc.theaimsgroup.com/?l=linux-scsi&m=111383889908554&w=2
> > > > > that there is a new FC API. Was this merged into rc3 or
> > will this
> > > > > happen after 2.6.12?  If it's not supported yet in rc3,
> > how does one
> > > > > go about configuring it?  I'm willing to test any
> > available tools.
> > > > >
> > > > > Any help will be greatly appreciated.  I'll be able to
> > test on SPARC64
> > > > > right now and on AMD64 in the next few days.
> > > > >
> > > > > Thanks,
> > > > >
> > > > > Alex
> > > > >
> > > > > PS, please CC: me as I'm not subscribed.
> > >
> >
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>

sleekfreak pirate broadcast
http://sleekfreak.ath.cx:81/


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

* RE: Emulex fibre channel HBA support and SAN connection
@ 2005-04-30 14:14 James.Smart
  2005-04-30 13:38 ` shogunx
  0 siblings, 1 reply; 12+ messages in thread
From: James.Smart @ 2005-04-30 14:14 UTC (permalink / raw)
  To: alexdeucher; +Cc: linux-kernel, linux-scsi

Alex,

We are looking into it further.  Linux on Sparc has not been a platform that we have supported in the past, although we know of no issue why it would not be. 

-- James S

> -----Original Message-----
> From: Alex Deucher [mailto:alexdeucher@gmail.com]
> Sent: Friday, April 29, 2005 6:42 PM
> To: Smart, James
> Cc: linux-kernel@vger.kernel.org; linux-scsi@vger.kernel.org
> Subject: Re: Emulex fibre channel HBA support and SAN connection
> 
> 
> FWIW, this seems to be a sparc64 issue.  after upgrading the firmware
> and testing in a x86 box, all is well, at least on x86.  I'll test on
> AMD64 next week.
> 
> Alex
> 
> On 4/29/05, Alex Deucher <alexdeucher@gmail.com> wrote:
> > On 4/29/05, James.Smart@emulex.com <James.Smart@emulex.com> wrote:
> > > Based on the "Unknown IOCB command data" message, this 
> appears to be out of date firmware on the adapter. See 
> http://www.emulex.com/ts/indexemu.html.  There are some hints 
> on downloading firmware at the tail end of  
> http://sourceforge.net/forum/forum.php?thread_id=1130082&forum
> _id=355154.
> > >
> > > Note: lpfc issues are best posted to the help areas on 
> http://sourceforge.net/projects/lpfcxxxx/
> > 
> > James,
> > 
> >     I just upgraded to the latest firmware on the Emulex website
> > (3.92a2) and I still get the same error:
> > Emulex LightPulse Fibre Channel SCSI driver 8.0.28
> > scsi2 :  on PCI bus 00 device 20 irq 8132864
> > lpfc 0001:00:04.0: 0:1303 Link Up Event x1 received Data: 
> x1 xf7 x8 x0
> > lpfc 0001:00:04.0: 0:0321 Unknown IOCB command Data: x0, 
> xa2 x0 x600 x2900
> > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command completion for
> > iotag x0 not found
> > ...
> > lpfc 0001:00:04.0: 0:0748 abort handler timed out waiting 
> for abort to
> > complete. Data: x0 x0 x0 x1
> > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command completion for
> > iotag x700 not found
> > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command completion for
> > iotag x0 not found
> > 
> > Any ideas?
> > 
> > >
> > > Thanks.
> > >
> > > -- James Smart
> > >    Emulex
> > >
> > > > -----Original Message-----
> > > > From: linux-scsi-owner@vger.kernel.org
> > > > [mailto:linux-scsi-owner@vger.kernel.org]On Behalf Of 
> Alex Deucher
> > > > Sent: Thursday, April 28, 2005 6:03 PM
> > > > To: linux-kernel@vger.kernel.org; linux-scsi@vger.kernel.org
> > > > Subject: Emulex fibre channel HBA support and SAN connection
> > > >
> > > >
> > > > Can someone point me to some documentation on setting up a fibre
> > > > channel HBA in linux?  I can't seem to find any useful 
> information.  I
> > > > have a Sun 220R running 2.6.12-rc3 with an emulex 
> LP9000 HBA connected
> > > > to a Nexsan ATABEAST SAN.  I'm using the HBA driver 
> included with the
> > > > 2.6.12rc3 kernel.  I cannot find any information about the GPLed
> > > > emulex driver as far as configuration goes.  The driver 
> seems to come
> > > > up ok, but then I get a series of error codes:
> > > >
> > > > Emulex LightPulse Fibre Channel SCSI driver 8.0.28
> > > > scsi0 :  on PCI bus 00 device 20 irq 8255744
> > > > lpfc 0001:00:04.0: 0:1303 Link Up Event x1 received 
> Data: x1 x1 x8 x2
> > > > lpfc 0001:00:04.0: 0:0321 Unknown IOCB command Data: x0, xa2
> > > > x0 x900 x2600
> > > > ...
> > > > lpfc 0001:00:04.0: 0:0748 abort handler timed out 
> waiting for abort to
> > > > complete. Data: x0 x0 x0 x1
> > > > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command 
> completion for
> > > > iotag xa00 not found
> > > > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command 
> completion for
> > > > iotag x0 not found
> > > > lpfc 0001:00:04.0: 0:0713 SCSI layer issued LUN reset (0, 0)
> > > > Data: x2 x0 x0
> > > > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command 
> completion for
> > > > iotag xb00 not found
> > > > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command 
> completion for
> > > > iotag x0 not found
> > > > lpfc 0001:00:04.0: 0:0714 SCSI layer issued Bus Reset 
> Data: x2003
> > > > scsi: Device offlined - not ready after error recovery: 
> host 0 channel
> > > > 0 id 0 lun 0
> > > > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command 
> completion for
> > > > iotag x0 not found
> > > >
> > > > I noticed here:
> > > > http://marc.theaimsgroup.com/?l=linux-scsi&m=111383889908554&w=2
> > > > that there is a new FC API. Was this merged into rc3 or 
> will this
> > > > happen after 2.6.12?  If it's not supported yet in rc3, 
> how does one
> > > > go about configuring it?  I'm willing to test any 
> available tools.
> > > >
> > > > Any help will be greatly appreciated.  I'll be able to 
> test on SPARC64
> > > > right now and on AMD64 in the next few days.
> > > >
> > > > Thanks,
> > > >
> > > > Alex
> > > >
> > > > PS, please CC: me as I'm not subscribed.
> >
> 

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

* RE: Emulex fibre channel HBA support and SAN connection
  2005-04-30 14:14 James.Smart
@ 2005-04-30 13:38 ` shogunx
  0 siblings, 0 replies; 12+ messages in thread
From: shogunx @ 2005-04-30 13:38 UTC (permalink / raw)
  To: James.Smart; +Cc: alexdeucher, linux-kernel, linux-scsi

On Sat, 30 Apr 2005 James.Smart@Emulex.Com wrote:

> Alex,
>
> We are looking into it further.  Linux on Sparc has not been a platform that we have supported in the past, although we know of no issue why it would not be.

Having some problems with the ip over fc on power64 also.

Scott


>
> -- James S
>
> > -----Original Message-----
> > From: Alex Deucher [mailto:alexdeucher@gmail.com]
> > Sent: Friday, April 29, 2005 6:42 PM
> > To: Smart, James
> > Cc: linux-kernel@vger.kernel.org; linux-scsi@vger.kernel.org
> > Subject: Re: Emulex fibre channel HBA support and SAN connection
> >
> >
> > FWIW, this seems to be a sparc64 issue.  after upgrading the firmware
> > and testing in a x86 box, all is well, at least on x86.  I'll test on
> > AMD64 next week.
> >
> > Alex
> >
> > On 4/29/05, Alex Deucher <alexdeucher@gmail.com> wrote:
> > > On 4/29/05, James.Smart@emulex.com <James.Smart@emulex.com> wrote:
> > > > Based on the "Unknown IOCB command data" message, this
> > appears to be out of date firmware on the adapter. See
> > http://www.emulex.com/ts/indexemu.html.  There are some hints
> > on downloading firmware at the tail end of
> > http://sourceforge.net/forum/forum.php?thread_id=1130082&forum
> > _id=355154.
> > > >
> > > > Note: lpfc issues are best posted to the help areas on
> > http://sourceforge.net/projects/lpfcxxxx/
> > >
> > > James,
> > >
> > >     I just upgraded to the latest firmware on the Emulex website
> > > (3.92a2) and I still get the same error:
> > > Emulex LightPulse Fibre Channel SCSI driver 8.0.28
> > > scsi2 :  on PCI bus 00 device 20 irq 8132864
> > > lpfc 0001:00:04.0: 0:1303 Link Up Event x1 received Data:
> > x1 xf7 x8 x0
> > > lpfc 0001:00:04.0: 0:0321 Unknown IOCB command Data: x0,
> > xa2 x0 x600 x2900
> > > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command completion for
> > > iotag x0 not found
> > > ...
> > > lpfc 0001:00:04.0: 0:0748 abort handler timed out waiting
> > for abort to
> > > complete. Data: x0 x0 x0 x1
> > > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command completion for
> > > iotag x700 not found
> > > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command completion for
> > > iotag x0 not found
> > >
> > > Any ideas?
> > >
> > > >
> > > > Thanks.
> > > >
> > > > -- James Smart
> > > >    Emulex
> > > >
> > > > > -----Original Message-----
> > > > > From: linux-scsi-owner@vger.kernel.org
> > > > > [mailto:linux-scsi-owner@vger.kernel.org]On Behalf Of
> > Alex Deucher
> > > > > Sent: Thursday, April 28, 2005 6:03 PM
> > > > > To: linux-kernel@vger.kernel.org; linux-scsi@vger.kernel.org
> > > > > Subject: Emulex fibre channel HBA support and SAN connection
> > > > >
> > > > >
> > > > > Can someone point me to some documentation on setting up a fibre
> > > > > channel HBA in linux?  I can't seem to find any useful
> > information.  I
> > > > > have a Sun 220R running 2.6.12-rc3 with an emulex
> > LP9000 HBA connected
> > > > > to a Nexsan ATABEAST SAN.  I'm using the HBA driver
> > included with the
> > > > > 2.6.12rc3 kernel.  I cannot find any information about the GPLed
> > > > > emulex driver as far as configuration goes.  The driver
> > seems to come
> > > > > up ok, but then I get a series of error codes:
> > > > >
> > > > > Emulex LightPulse Fibre Channel SCSI driver 8.0.28
> > > > > scsi0 :  on PCI bus 00 device 20 irq 8255744
> > > > > lpfc 0001:00:04.0: 0:1303 Link Up Event x1 received
> > Data: x1 x1 x8 x2
> > > > > lpfc 0001:00:04.0: 0:0321 Unknown IOCB command Data: x0, xa2
> > > > > x0 x900 x2600
> > > > > ...
> > > > > lpfc 0001:00:04.0: 0:0748 abort handler timed out
> > waiting for abort to
> > > > > complete. Data: x0 x0 x0 x1
> > > > > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command
> > completion for
> > > > > iotag xa00 not found
> > > > > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command
> > completion for
> > > > > iotag x0 not found
> > > > > lpfc 0001:00:04.0: 0:0713 SCSI layer issued LUN reset (0, 0)
> > > > > Data: x2 x0 x0
> > > > > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command
> > completion for
> > > > > iotag xb00 not found
> > > > > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command
> > completion for
> > > > > iotag x0 not found
> > > > > lpfc 0001:00:04.0: 0:0714 SCSI layer issued Bus Reset
> > Data: x2003
> > > > > scsi: Device offlined - not ready after error recovery:
> > host 0 channel
> > > > > 0 id 0 lun 0
> > > > > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command
> > completion for
> > > > > iotag x0 not found
> > > > >
> > > > > I noticed here:
> > > > > http://marc.theaimsgroup.com/?l=linux-scsi&m=111383889908554&w=2
> > > > > that there is a new FC API. Was this merged into rc3 or
> > will this
> > > > > happen after 2.6.12?  If it's not supported yet in rc3,
> > how does one
> > > > > go about configuring it?  I'm willing to test any
> > available tools.
> > > > >
> > > > > Any help will be greatly appreciated.  I'll be able to
> > test on SPARC64
> > > > > right now and on AMD64 in the next few days.
> > > > >
> > > > > Thanks,
> > > > >
> > > > > Alex
> > > > >
> > > > > PS, please CC: me as I'm not subscribed.
> > >
> >
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>

sleekfreak pirate broadcast
http://sleekfreak.ath.cx:81/


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

* Re: Emulex fibre channel HBA support and SAN connection
  2005-04-29 20:11 ` Alex Deucher
@ 2005-04-29 22:41   ` Alex Deucher
  0 siblings, 0 replies; 12+ messages in thread
From: Alex Deucher @ 2005-04-29 22:41 UTC (permalink / raw)
  To: James.Smart; +Cc: linux-kernel, linux-scsi

FWIW, this seems to be a sparc64 issue.  after upgrading the firmware
and testing in a x86 box, all is well, at least on x86.  I'll test on
AMD64 next week.

Alex

On 4/29/05, Alex Deucher <alexdeucher@gmail.com> wrote:
> On 4/29/05, James.Smart@emulex.com <James.Smart@emulex.com> wrote:
> > Based on the "Unknown IOCB command data" message, this appears to be out of date firmware on the adapter. See http://www.emulex.com/ts/indexemu.html.  There are some hints on downloading firmware at the tail end of  http://sourceforge.net/forum/forum.php?thread_id=1130082&forum_id=355154.
> >
> > Note: lpfc issues are best posted to the help areas on http://sourceforge.net/projects/lpfcxxxx/
> 
> James,
> 
>     I just upgraded to the latest firmware on the Emulex website
> (3.92a2) and I still get the same error:
> Emulex LightPulse Fibre Channel SCSI driver 8.0.28
> scsi2 :  on PCI bus 00 device 20 irq 8132864
> lpfc 0001:00:04.0: 0:1303 Link Up Event x1 received Data: x1 xf7 x8 x0
> lpfc 0001:00:04.0: 0:0321 Unknown IOCB command Data: x0, xa2 x0 x600 x2900
> lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command completion for
> iotag x0 not found
> ...
> lpfc 0001:00:04.0: 0:0748 abort handler timed out waiting for abort to
> complete. Data: x0 x0 x0 x1
> lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command completion for
> iotag x700 not found
> lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command completion for
> iotag x0 not found
> 
> Any ideas?
> 
> >
> > Thanks.
> >
> > -- James Smart
> >    Emulex
> >
> > > -----Original Message-----
> > > From: linux-scsi-owner@vger.kernel.org
> > > [mailto:linux-scsi-owner@vger.kernel.org]On Behalf Of Alex Deucher
> > > Sent: Thursday, April 28, 2005 6:03 PM
> > > To: linux-kernel@vger.kernel.org; linux-scsi@vger.kernel.org
> > > Subject: Emulex fibre channel HBA support and SAN connection
> > >
> > >
> > > Can someone point me to some documentation on setting up a fibre
> > > channel HBA in linux?  I can't seem to find any useful information.  I
> > > have a Sun 220R running 2.6.12-rc3 with an emulex LP9000 HBA connected
> > > to a Nexsan ATABEAST SAN.  I'm using the HBA driver included with the
> > > 2.6.12rc3 kernel.  I cannot find any information about the GPLed
> > > emulex driver as far as configuration goes.  The driver seems to come
> > > up ok, but then I get a series of error codes:
> > >
> > > Emulex LightPulse Fibre Channel SCSI driver 8.0.28
> > > scsi0 :  on PCI bus 00 device 20 irq 8255744
> > > lpfc 0001:00:04.0: 0:1303 Link Up Event x1 received Data: x1 x1 x8 x2
> > > lpfc 0001:00:04.0: 0:0321 Unknown IOCB command Data: x0, xa2
> > > x0 x900 x2600
> > > ...
> > > lpfc 0001:00:04.0: 0:0748 abort handler timed out waiting for abort to
> > > complete. Data: x0 x0 x0 x1
> > > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command completion for
> > > iotag xa00 not found
> > > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command completion for
> > > iotag x0 not found
> > > lpfc 0001:00:04.0: 0:0713 SCSI layer issued LUN reset (0, 0)
> > > Data: x2 x0 x0
> > > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command completion for
> > > iotag xb00 not found
> > > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command completion for
> > > iotag x0 not found
> > > lpfc 0001:00:04.0: 0:0714 SCSI layer issued Bus Reset Data: x2003
> > > scsi: Device offlined - not ready after error recovery: host 0 channel
> > > 0 id 0 lun 0
> > > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command completion for
> > > iotag x0 not found
> > >
> > > I noticed here:
> > > http://marc.theaimsgroup.com/?l=linux-scsi&m=111383889908554&w=2
> > > that there is a new FC API. Was this merged into rc3 or will this
> > > happen after 2.6.12?  If it's not supported yet in rc3, how does one
> > > go about configuring it?  I'm willing to test any available tools.
> > >
> > > Any help will be greatly appreciated.  I'll be able to test on SPARC64
> > > right now and on AMD64 in the next few days.
> > >
> > > Thanks,
> > >
> > > Alex
> > >
> > > PS, please CC: me as I'm not subscribed.
>

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

* Re: Emulex fibre channel HBA support and SAN connection
  2005-04-29 11:37 James.Smart
  2005-04-29 11:42 ` Christoph Hellwig
@ 2005-04-29 20:11 ` Alex Deucher
  2005-04-29 22:41   ` Alex Deucher
  1 sibling, 1 reply; 12+ messages in thread
From: Alex Deucher @ 2005-04-29 20:11 UTC (permalink / raw)
  To: James.Smart; +Cc: linux-kernel, linux-scsi

On 4/29/05, James.Smart@emulex.com <James.Smart@emulex.com> wrote:
> Based on the "Unknown IOCB command data" message, this appears to be out of date firmware on the adapter. See http://www.emulex.com/ts/indexemu.html.  There are some hints on downloading firmware at the tail end of  http://sourceforge.net/forum/forum.php?thread_id=1130082&forum_id=355154.
> 
> Note: lpfc issues are best posted to the help areas on http://sourceforge.net/projects/lpfcxxxx/


James,

    I just upgraded to the latest firmware on the Emulex website
(3.92a2) and I still get the same error:
Emulex LightPulse Fibre Channel SCSI driver 8.0.28
scsi2 :  on PCI bus 00 device 20 irq 8132864
lpfc 0001:00:04.0: 0:1303 Link Up Event x1 received Data: x1 xf7 x8 x0
lpfc 0001:00:04.0: 0:0321 Unknown IOCB command Data: x0, xa2 x0 x600 x2900
lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command completion for
iotag x0 not found
...
lpfc 0001:00:04.0: 0:0748 abort handler timed out waiting for abort to
complete. Data: x0 x0 x0 x1
lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command completion for
iotag x700 not found
lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command completion for
iotag x0 not found


Any ideas?

> 
> Thanks.
> 
> -- James Smart
>    Emulex
> 
> > -----Original Message-----
> > From: linux-scsi-owner@vger.kernel.org
> > [mailto:linux-scsi-owner@vger.kernel.org]On Behalf Of Alex Deucher
> > Sent: Thursday, April 28, 2005 6:03 PM
> > To: linux-kernel@vger.kernel.org; linux-scsi@vger.kernel.org
> > Subject: Emulex fibre channel HBA support and SAN connection
> >
> >
> > Can someone point me to some documentation on setting up a fibre
> > channel HBA in linux?  I can't seem to find any useful information.  I
> > have a Sun 220R running 2.6.12-rc3 with an emulex LP9000 HBA connected
> > to a Nexsan ATABEAST SAN.  I'm using the HBA driver included with the
> > 2.6.12rc3 kernel.  I cannot find any information about the GPLed
> > emulex driver as far as configuration goes.  The driver seems to come
> > up ok, but then I get a series of error codes:
> >
> > Emulex LightPulse Fibre Channel SCSI driver 8.0.28
> > scsi0 :  on PCI bus 00 device 20 irq 8255744
> > lpfc 0001:00:04.0: 0:1303 Link Up Event x1 received Data: x1 x1 x8 x2
> > lpfc 0001:00:04.0: 0:0321 Unknown IOCB command Data: x0, xa2
> > x0 x900 x2600
> > ...
> > lpfc 0001:00:04.0: 0:0748 abort handler timed out waiting for abort to
> > complete. Data: x0 x0 x0 x1
> > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command completion for
> > iotag xa00 not found
> > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command completion for
> > iotag x0 not found
> > lpfc 0001:00:04.0: 0:0713 SCSI layer issued LUN reset (0, 0)
> > Data: x2 x0 x0
> > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command completion for
> > iotag xb00 not found
> > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command completion for
> > iotag x0 not found
> > lpfc 0001:00:04.0: 0:0714 SCSI layer issued Bus Reset Data: x2003
> > scsi: Device offlined - not ready after error recovery: host 0 channel
> > 0 id 0 lun 0
> > lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command completion for
> > iotag x0 not found
> >
> > I noticed here:
> > http://marc.theaimsgroup.com/?l=linux-scsi&m=111383889908554&w=2
> > that there is a new FC API. Was this merged into rc3 or will this
> > happen after 2.6.12?  If it's not supported yet in rc3, how does one
> > go about configuring it?  I'm willing to test any available tools.
> >
> > Any help will be greatly appreciated.  I'll be able to test on SPARC64
> > right now and on AMD64 in the next few days.
> >
> > Thanks,
> >
> > Alex
> >
> > PS, please CC: me as I'm not subscribed.

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

* RE: Emulex fibre channel HBA support and SAN connection
@ 2005-04-29 18:16 James.Smart
  0 siblings, 0 replies; 12+ messages in thread
From: James.Smart @ 2005-04-29 18:16 UTC (permalink / raw)
  To: hch; +Cc: alexdeucher, linux-kernel, linux-scsi

We'll look into it...

-- james

> -----Original Message-----
> From: Christoph Hellwig [mailto:hch@infradead.org]
> Sent: Friday, April 29, 2005 2:15 PM
> To: Smart, James
> Cc: alexdeucher@gmail.com; linux-kernel@vger.kernel.org;
> linux-scsi@vger.kernel.org
> Subject: Re: Emulex fibre channel HBA support and SAN connection
> 
> 
> On Fri, Apr 29, 2005 at 02:08:01PM -0400, 
> James.Smart@Emulex.Com wrote:
> > We are putting together such a document that will be placed
> > out on SourceForge.
> 
> My idea was to put in in the driver actually, so that the 
> ->probe routine
> can print an error message for the user.
> 
> 

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

* Re: Emulex fibre channel HBA support and SAN connection
  2005-04-29 18:08 James.Smart
@ 2005-04-29 18:15 ` Christoph Hellwig
  0 siblings, 0 replies; 12+ messages in thread
From: Christoph Hellwig @ 2005-04-29 18:15 UTC (permalink / raw)
  To: James.Smart; +Cc: alexdeucher, linux-kernel, linux-scsi

On Fri, Apr 29, 2005 at 02:08:01PM -0400, James.Smart@Emulex.Com wrote:
> We are putting together such a document that will be placed
> out on SourceForge.

My idea was to put in in the driver actually, so that the ->probe routine
can print an error message for the user.


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

* RE: Emulex fibre channel HBA support and SAN connection
@ 2005-04-29 18:08 James.Smart
  2005-04-29 18:15 ` Christoph Hellwig
  0 siblings, 1 reply; 12+ messages in thread
From: James.Smart @ 2005-04-29 18:08 UTC (permalink / raw)
  To: hch; +Cc: alexdeucher, linux-kernel, linux-scsi

We are putting together such a document that will be placed
out on SourceForge.

-- james s


> -----Original Message-----
> From: Christoph Hellwig [mailto:hch@infradead.org]
> Sent: Friday, April 29, 2005 7:42 AM
> To: Smart, James
> Cc: alexdeucher@gmail.com; linux-kernel@vger.kernel.org;
> linux-scsi@vger.kernel.org
> Subject: Re: Emulex fibre channel HBA support and SAN connection
> 
> 
> On Fri, Apr 29, 2005 at 07:37:01AM -0400, 
> James.Smart@Emulex.Com wrote:
> > Based on the "Unknown IOCB command data" message, this 
> appears to be out of date firmware on the adapter. See 
> http://www.emulex.com/ts/indexemu.html.  There are some hints 
> on downloading firmware at the tail end of  
> http://sourceforge.net/forum/forum.php?thread_id=1130082&forum
> _id=355154. 
> 
> I've seeb quite a bit of these old firmware problems, maybe 
> lpfc should
> have a table of minimum required firmware versions for each HBA type?
> 
> 

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

* Re: Emulex fibre channel HBA support and SAN connection
  2005-04-29 11:37 James.Smart
@ 2005-04-29 11:42 ` Christoph Hellwig
  2005-04-29 20:11 ` Alex Deucher
  1 sibling, 0 replies; 12+ messages in thread
From: Christoph Hellwig @ 2005-04-29 11:42 UTC (permalink / raw)
  To: James.Smart; +Cc: alexdeucher, linux-kernel, linux-scsi

On Fri, Apr 29, 2005 at 07:37:01AM -0400, James.Smart@Emulex.Com wrote:
> Based on the "Unknown IOCB command data" message, this appears to be out of date firmware on the adapter. See http://www.emulex.com/ts/indexemu.html.  There are some hints on downloading firmware at the tail end of  http://sourceforge.net/forum/forum.php?thread_id=1130082&forum_id=355154. 

I've seeb quite a bit of these old firmware problems, maybe lpfc should
have a table of minimum required firmware versions for each HBA type?


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

* RE: Emulex fibre channel HBA support and SAN connection
@ 2005-04-29 11:37 James.Smart
  2005-04-29 11:42 ` Christoph Hellwig
  2005-04-29 20:11 ` Alex Deucher
  0 siblings, 2 replies; 12+ messages in thread
From: James.Smart @ 2005-04-29 11:37 UTC (permalink / raw)
  To: alexdeucher, linux-kernel, linux-scsi

Based on the "Unknown IOCB command data" message, this appears to be out of date firmware on the adapter. See http://www.emulex.com/ts/indexemu.html.  There are some hints on downloading firmware at the tail end of  http://sourceforge.net/forum/forum.php?thread_id=1130082&forum_id=355154. 

Note: lpfc issues are best posted to the help areas on http://sourceforge.net/projects/lpfcxxxx/

Thanks.

-- James Smart
   Emulex

> -----Original Message-----
> From: linux-scsi-owner@vger.kernel.org
> [mailto:linux-scsi-owner@vger.kernel.org]On Behalf Of Alex Deucher
> Sent: Thursday, April 28, 2005 6:03 PM
> To: linux-kernel@vger.kernel.org; linux-scsi@vger.kernel.org
> Subject: Emulex fibre channel HBA support and SAN connection
> 
> 
> Can someone point me to some documentation on setting up a fibre
> channel HBA in linux?  I can't seem to find any useful information.  I
> have a Sun 220R running 2.6.12-rc3 with an emulex LP9000 HBA connected
> to a Nexsan ATABEAST SAN.  I'm using the HBA driver included with the
> 2.6.12rc3 kernel.  I cannot find any information about the GPLed
> emulex driver as far as configuration goes.  The driver seems to come
> up ok, but then I get a series of error codes:
> 
> Emulex LightPulse Fibre Channel SCSI driver 8.0.28
> scsi0 :  on PCI bus 00 device 20 irq 8255744
> lpfc 0001:00:04.0: 0:1303 Link Up Event x1 received Data: x1 x1 x8 x2
> lpfc 0001:00:04.0: 0:0321 Unknown IOCB command Data: x0, xa2 
> x0 x900 x2600
> ...
> lpfc 0001:00:04.0: 0:0748 abort handler timed out waiting for abort to
> complete. Data: x0 x0 x0 x1
> lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command completion for
> iotag xa00 not found
> lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command completion for
> iotag x0 not found
> lpfc 0001:00:04.0: 0:0713 SCSI layer issued LUN reset (0, 0) 
> Data: x2 x0 x0
> lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command completion for
> iotag xb00 not found
> lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command completion for
> iotag x0 not found
> lpfc 0001:00:04.0: 0:0714 SCSI layer issued Bus Reset Data: x2003
> scsi: Device offlined - not ready after error recovery: host 0 channel
> 0 id 0 lun 0
> lpfc 0001:00:04.0: 0:0327 Rsp ring 0 error -  command completion for
> iotag x0 not found
> 
> I noticed here:
> http://marc.theaimsgroup.com/?l=linux-scsi&m=111383889908554&w=2
> that there is a new FC API. Was this merged into rc3 or will this
> happen after 2.6.12?  If it's not supported yet in rc3, how does one
> go about configuring it?  I'm willing to test any available tools.
> 
> Any help will be greatly appreciated.  I'll be able to test on SPARC64
> right now and on AMD64 in the next few days.
> 
> Thanks,
> 
> Alex
> 
> PS, please CC: me as I'm not subscribed.
> -
> 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] 12+ messages in thread

end of thread, other threads:[~2005-05-01 16:18 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-28 22:02 Emulex fibre channel HBA support and SAN connection Alex Deucher
2005-04-29 11:37 James.Smart
2005-04-29 11:42 ` Christoph Hellwig
2005-04-29 20:11 ` Alex Deucher
2005-04-29 22:41   ` Alex Deucher
2005-04-29 18:08 James.Smart
2005-04-29 18:15 ` Christoph Hellwig
2005-04-29 18:16 James.Smart
2005-04-30 14:14 James.Smart
2005-04-30 13:38 ` shogunx
2005-04-30 14:43 James.Smart
2005-05-01 15:31 ` shogunx

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).