WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Re: Fibre Channel Problem

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Re: Fibre Channel Problem
From: John S Little <JSLittl@xxxxxxxxxxxxx>
Date: Tue, 10 Jan 2006 09:44:11 -0500
Delivery-date: Tue, 10 Jan 2006 14:51:23 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <E1EwJcM-0001wQ-WE@host-192-168-0-1-bcn-london>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thomas..

> I did build in ....
> 
> But it won't work! Could you please send me some .configs where your 
qla2312
> is working?!?!?!??!?!
> 
> 
> 
> Thomas Diederich
> 

If you used the 

# make KERNELS=linux-2.6-xen world
# make install
 
commands for your initial install the drver is built statically and will 
not show up as a module under lsmod.  Have a look at /var/log/boot.msg (or 
whatever the equivalent is on Red Hat).  Following is my output from a 
sles9 box:

xen0:~ # grep -i qla /var/log/boot.msg
<6>qla2300 0000:02:05.0: Found an ISP2312, irq 24, iobase 
0xffffc20000006000
<6>qla2300 0000:02:05.0: Configuring PCI space...
<6>qla2300 0000:02:05.0: Configure NVRAM parameters...
<6>qla2300 0000:02:05.0: Verifying loaded RISC code...
<6>qla2300 0000:02:05.0: Waiting for LIP to complete...
<6>qla2300 0000:02:05.0: Cable is unplugged...
<6>scsi0 : qla2xxx
<6>qla2300 0000:02:05.0:
<4>  QLogic QLA2342 - 133MHz PCI-X to 2Gb FC, Dual Channel
<6>qla2300 0000:02:05.1: Found an ISP2312, irq 25, iobase 
0xffffc20000026000
<6>qla2300 0000:02:05.1: Configuring PCI space...
<6>qla2300 0000:02:05.1: Configure NVRAM parameters...
<6>qla2300 0000:02:05.1: Verifying loaded RISC code...
<6>qla2300 0000:02:05.1: Waiting for LIP to complete...
<6>qla2300 0000:02:05.1: Cable is unplugged...
<6>scsi1 : qla2xxx
<6>qla2300 0000:02:05.1:
<4>  QLogic QLA2342 - 133MHz PCI-X to 2Gb FC, Dual Channel
xen0:~ #

I also get the same output from the command:   dmesg |grep -i qla.

hth

Regards,

John Little
Hendricks Regional Health IS Department
317-718-4752
jslittl@xxxxxxxxxxxxx
http://www.hendrickshospital.org


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Re: Fibre Channel Problem, John S Little <=