search for: qla2xxx

Displaying 20 results from an estimated 97 matches for "qla2xxx".

2006 Aug 04
2
Dedicate PCI Devices to DomU?
...ide=(xx:xx.x) in Dom0 command line (and it successfully hides the devices!) Later while I try to load the driver in Dom1 it doesn''t load and seems to miss some of pci libraries..I am guessing this is due to stripped down version of DomU build by xen-unstable. This is what it throws! qla2xxx: Unknown symbol fc_attach_transport qla2xxx: Unknown symbol pci_set_consistent_dma_mask qla2xxx: Unknown symbol pci_enable_device qla2xxx: Unknown symbol fc_remote_port_add qla2xxx: Unknown symbol fc_remove_host qla2xxx: Unknown symbol pci_request_regions qla2xxx: Unknown symbol pci_bus_write...
2006 Jul 14
0
qla2xxx driver failed in dom0 - invalid opcode: 0000 [1] SMP
...ug here. The system this is on is running Debian Etch with the Xen packages from Debian Unstable (currently 3.0.2+hg9697-1). I am running all packaged software so this is probably slightly out of date. This is on an HP DL320 G4 with a Pentium D 930 processor. I tried unloading and reloading the qla2xxx module, but rmmod reported it in use, however it did not seem to be used by any other module. dmesg output below: QLogic Fibre Channel HBA Driver qla2xxx 0000:06:01.0: Found an ISP2312, irq 16, iobase 0xffffc2000001e000 qla2xxx 0000:06:01.0: Configuring PCI space... qla2xxx 0000:06:01.0: Configur...
2006 Jul 14
0
RE: qla2xxx driver failed in dom0 - invalid opcode: 0000[1] SMP
...g to see if this can be repro''ed on a tree built from a recent xen-unstable.hg. There''s been changes to the fault handling code that could well have fixed this. Thanks, Ian > This is on an HP DL320 G4 with a Pentium D 930 processor. I tried unloading > and reloading the qla2xxx module, but rmmod reported it in use, however it > did not seem to be used by any other module. > > dmesg output below: > > QLogic Fibre Channel HBA Driver > qla2xxx 0000:06:01.0: Found an ISP2312, irq 16, iobase 0xffffc2000001e000 > qla2xxx 0000:06:01.0: Configuring PCI spac...
2010 Feb 17
1
CentOS 5.3 host not seeing storage device
Maybe one of you has experienced something like this before. I have a host running CentOS5.3, x86_64 version with the standard qla2xxx driver. Both ports are recognized and show output in dmesg but they never find my storage device: qla2xxx 0000:07:00.1: LIP reset occured (f700). qla2xxx 0000:07:00.1: LIP occured (f700). qla2xxx 0000:07:00.1: LIP reset occured (f7f7). qla2xxx 0000:07:00.0: LOOP UP detected (4 Gbps). qla2xxx 0000...
2007 Sep 23
3
ext3 file system becoming read only
...e system. We are using individual EMC luns and are configured with LVM volume groups and then mounted on logical volumes. Here i am giving the server description: ____________________________________________________________ [root at server ~]# lsmod |grep -i qla qla2300 130304 0 qla2xxx_conf 305924 0 qla2xxx 307448 21 qla2300 scsi_mod 117709 5 sg,emcp,qla2xxx,cciss,sd_mod ____________________________________________________________ [root at server ~]# cat /etc/modprobe.conf alias eth0 tg3 alias eth1 tg3 alias eth2 e1000 alias eth3 e1000 ali...
2018 Jun 12
2
[PATCH 1/2] Convert target drivers to use sbitmap
On Tue, 2018-05-15 at 09:00 -0700, Matthew Wilcox wrote: > diff --git a/drivers/scsi/qla2xxx/qla_target.c b/drivers/scsi/qla2xxx/qla_target.c > index 025dc2d3f3de..cdf671c2af61 100644 > --- a/drivers/scsi/qla2xxx/qla_target.c > +++ b/drivers/scsi/qla2xxx/qla_target.c > @@ -3719,7 +3719,8 @@ void qlt_free_cmd(struct qla_tgt_cmd *cmd) > return; > } > cmd->jiffi...
2018 Jun 12
2
[PATCH 1/2] Convert target drivers to use sbitmap
On Tue, 2018-05-15 at 09:00 -0700, Matthew Wilcox wrote: > diff --git a/drivers/scsi/qla2xxx/qla_target.c b/drivers/scsi/qla2xxx/qla_target.c > index 025dc2d3f3de..cdf671c2af61 100644 > --- a/drivers/scsi/qla2xxx/qla_target.c > +++ b/drivers/scsi/qla2xxx/qla_target.c > @@ -3719,7 +3719,8 @@ void qlt_free_cmd(struct qla_tgt_cmd *cmd) > return; > } > cmd->jiffi...
2008 Feb 12
7
san fibrechannel device in HVM domU
Hi, I''m on a HP DL365, amd64, running SLES10sp1, but with kernel and xen of SLES10sp2, therefore using Xen 3.2. The domU shall be a Windows HVM guest. I want use the Qlogic SAN card in a domU. I''m following these instructions: http://www.novell.com/communities/node/2880/assign-dedicated-network-card-or-pci-device-xen-virtual-machine well, there is written that this only
2016 Dec 08
3
[PATCH] linux/types.h: enable endian checks for all sparse builds
On 12/07/16 21:54, Michael S. Tsirkin wrote: > On Thu, Dec 08, 2016 at 05:21:47AM +0000, Bart Van Assche wrote: >> Additionally, there are notable exceptions to the rule that most drivers >> are endian-clean, e.g. drivers/scsi/qla2xxx. I would appreciate it if it >> would remain possible to check such drivers with sparse without enabling >> endianness checks. Have you considered to change #ifdef __CHECK_ENDIAN__ >> into e.g. #ifndef __DONT_CHECK_ENDIAN__? > > The right thing is probably just to fix these,...
2016 Dec 08
3
[PATCH] linux/types.h: enable endian checks for all sparse builds
On 12/07/16 21:54, Michael S. Tsirkin wrote: > On Thu, Dec 08, 2016 at 05:21:47AM +0000, Bart Van Assche wrote: >> Additionally, there are notable exceptions to the rule that most drivers >> are endian-clean, e.g. drivers/scsi/qla2xxx. I would appreciate it if it >> would remain possible to check such drivers with sparse without enabling >> endianness checks. Have you considered to change #ifdef __CHECK_ENDIAN__ >> into e.g. #ifndef __DONT_CHECK_ENDIAN__? > > The right thing is probably just to fix these,...
2009 Sep 14
1
qla2xxx 0000:05:0d.0: Mailbox command timeout occured. Scheduling ISP abort.
hi All, Re below - thanks for the replies to the fsck question. I have run fsck -r /data and this eventually completed with several changes made. Now I am getting the following error from the qla2xxx driver on boot . . . qla2xxx 0000:05:0d.0: Mailbox command timeout occured. Scheduling ISP abort. qla2xxx 0000:05:0d.0: Mailbox command timeout occured. Scheduling ISP abort. . etc . It looks like some administration of the HSV controlled SAN device layer itself is required - we are now not even...
2016 Apr 22
0
CEEA-2016:0682 CentOS 6 qla2xxx Enhancement Update
...d Enhancement Advisory 2016:0682 Upstream details at : https://rhn.redhat.com/errata/RHEA-2016-0682.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: beb8bae27284f3d614fc06a783956a67bdf4954962014a9e79e6dca337a4d65f kmod-qla2xxx-8.07.00.26.06.8_k-1.el6_7.i686.rpm x86_64: 913727d84d304f885ac611a8205e8e4783400d0769146cb63794bf9148645e10 kmod-qla2xxx-8.07.00.26.06.8_k-1.el6_7.x86_64.rpm Source: 5bf20afc610114f1aacc3163db44e1c9789775f29edc191e30055ba505028fc6 qla2xxx-8.07.00.26.06.8_k-1.el6_7.src.rpm -- Johnny Hughes C...
2020 Jan 04
0
CentOS 7 as a Fibre Channel SAN Target
...Python: # python --version Python 2.7.5 Libs: Installed Packages python-configshell.noarch 1:1.1.fb25-1.el7 @base python-rtslib.noarch 2.1.fb69-3.el7 @base python-rtslib-doc.noarch 2.1.fb69-3.el7 @base The error comes up when using create. /> /qla2xxx create naa.xxxxxxxxxxxxxxx Could not create Target in configFS Below is the info on my FC /> qla2xxx/ info Fabric module name: qla2xxx ConfigFS path: /sys/kernel/config/target/qla2xxx Allowed WWN types: naa Allowed WWNs list: naa.xxxxxxxxxxxxxxx, naa.xxxxxxxxxxxx...
2009 Sep 15
1
SUMMARY : Repair Filesystem prompt , after inode has illegal blocks ; qla2xxx message on reboot
...on SAN) , I ran fsck -r /data (Linux version 2.6.18-92.1.18.el5 , Red Hat 4.1.2-42 , ext3 filesystem) This took a couple of hours or so , prompting me for various changes all of which I accepted. This appeared to complete OK, but then the system would not boot, with the following error from the qla2xxx driver. . . qla2xxx 0000:05:0d.0: Mailbox command timeout occurred. Scheduling ISP abort. qla2xxx 0000:05:0d.0: Mailbox command timeout occurred. Scheduling ISP abort. . etc However after powering down the system and cold-booting, the system was able to boot up and mount the repaired filesystem w...
2019 Jan 11
1
CentOS 7 as a Fibre Channel SAN Target
For quite some time I?ve been using FreeNAS to provide services as a NAS over ethernet and SAN over Fibre Channel to CentOS 7 servers each using their own export, not sharing the same one. It?s time for me to replace my hardware and I have a new R720XD that I?d like to use in the same capacity but configure CentOS 7 as a Fibre Channel target rather than use FreeNAS any further. I?m doing
2016 Jun 30
0
CEEA-2016:1375 CentOS 7 qla2xxx Enhancement Update
...Enhancement Advisory 2016:1375 Upstream details at : https://rhn.redhat.com/errata/RHEA-2016-1375.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 08a6bc752e27c15e9416e7e517f3d8196230222a0b48500feabb503a51526233 kmod-qla2xxx-8.07.00.33.07.3_k-1.el7_2.x86_64.rpm Source: 8c3640fe32a123a6f1630d3f3be4007be5c3a3bcbac94a6ea37c5ff21b921456 qla2xxx-8.07.00.33.07.3_k-1.el7_2.src.rpm -- Johnny Hughes CentOS Project { http://www.centos.org/ } irc: hughesjr, #centos at irc.freenode.net Twitter: @JohnnyCentOS
2009 Feb 27
2
Stability
...isconnected followed by FC card driver errors, followed by full system crashes. This time we stopped the ping after the FC errors and the cluster recovered. # ping 192.168.1.10 -b -s1472 -f Feb 27 13:56:56 servername kernel: usb 1-7: USB disconnect, address 2 Feb 27 13:59:02 servername kernel: qla2xxx 0000:06:00.0: scsi(2:0:0): Abort command issued -- 1 1ae2f 2002. Feb 27 13:59:02 servername kernel: qla2xxx 0000:06:00.0: scsi(2:0:0): Abort command issued -- 1 1ae30 2002. Feb 27 13:59:02 servername kernel: qla2xxx 0000:06:00.0: scsi(2:0:0): Abort command issued -- 1 1ae31 2002. Feb 27 13:59:02...
2016 Dec 08
1
[PATCH] linux/types.h: enable endian checks for all sparse builds
...between __bitwise and __bitwise__. Hello Michael, This patch makes a whole bunch of ccflags-y += -D__CHECK_ENDIAN__ statements obsolete. Have you considered to remove these statements? Additionally, there are notable exceptions to the rule that most drivers are endian-clean, e.g. drivers/scsi/qla2xxx. I would appreciate it if it would remain possible to check such drivers with sparse without enabling endianness checks. Have you considered to change #ifdef __CHECK_ENDIAN__ into e.g. #ifndef __DONT_CHECK_ENDIAN__? Thanks, Bart.
2006 Jul 04
2
Xen kernel and QLogic driver
Hello, Any one know how to enable Fiber Channel QLOGIC driver for xen kernel? This driver is available in CentOS4.3 as default. But when i compile xen-3.0.2-2 with linux-2.6.16 or xen-3.0.1with linux-2.6.12, the driver is not there. I tried to turn on QLOGIC by using "make menuconfig" and modified .config file but there is no change in /lib/modules/2.6.x-xen/kernel/drivers/scsi after
2006 May 10
0
Unable to boot Xen (3.0.2) on Dell Poweredge 1855
...irectory, it failed because there were no kernel module files for the qla2300 card. So, I copied the files listed in the modules.dep file for the 2.6.9-34-EL kernel that comes with CentOS 4.3 to the corresponding /lib/modules/2.6.16-xen locations. /lib/modules/2.6.9-34.EL/kernel/drivers/scsi/qla2xxx/qla2300.ko: /lib/modules/2.6.9-34.EL/kernel/drivers/scsi/qla2xxx/qla2xxx.ko /lib/modules/2.6.9-34.EL/kernel/drivers/scsi/scsi_transport_fc.ko /lib/modules/2.6.9-34.EL/kernel/drivers/scsi/scsi_mod.ko I edited the modules.dep line in /lib/modules/2.6.16-xen to read as follows: /lib/modules/2.6.1...