- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Problem Upgrading QLA2300 Driver / Building Dr...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2006 12:18 AM
06-02-2006 12:18 AM
Problem Upgrading QLA2300 Driver / Building Driver
I am now trying to upgrade to a newer driver, and plan to try and enable that for failover support (thinking maybe the older driver has a bug) but I have hit problems doing this.
First off, I cannot seem to remove the old driver module. I have removed all references of the qla modules from /etc/modules.conf and removed all SAN filesystems etc. I have also rpm -e'd the ql2x00...rpm driver. However I am not able to modprobe -r qla2300. I keep getting a Device Busy message. I also tried rebuilding the RAMdisk and rebooting but I still cannot remove the qla2300 module.
I spoke to a colleague who said that I shouldn't have to remove the module, but if I install a newer version it will overwrite the older one and be used instead.
I first off tried the 7.07.01 version for RHEL3 (2.4 kernels) from QLogic. I have unpacked the tgz source file, ran the drvrinstall and then attempt to run make all SMP=1 but this process fails with the message... make: *** [qla2200.o] Error 1.
I then tried the hp supplied driver for their re-badged QLA2310s (FC2214's or something)... I perform an rpm -Uhv hp_qla2x00src-7.07.03p3-19.linux.rpm but this exits with the message "The compilation did not suceed".
Not sure what the problem is here. Anyone come across this before?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2006 03:50 AM
06-02-2006 03:50 AM
Re: Problem Upgrading QLA2300 Driver / Building Driver
here is common problem with QLA driver
http://dag.wieers.com/home-made/qla-autoconf/
Regards,
Sung
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2006 12:09 AM
06-05-2006 12:09 AM
Re: Problem Upgrading QLA2300 Driver / Building Driver
The HP version of the QLA driver requires that you have the kernel source for the running kernel installed on your system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2006 03:34 AM
06-05-2006 03:34 AM
Re: Problem Upgrading QLA2300 Driver / Building Driver
One thing to check for is that ql2xfailover=1 in modules.conf.
You could also try installing the latest Proliant Support Pack, which includes the latest HBA drivers. Make sure to 'configure' the HBA driver for QLogicFailover, rather than the default 'SinglePath'.
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2006 06:04 AM
06-05-2006 06:04 AM
Re: Problem Upgrading QLA2300 Driver / Building Driver
I agree with Barry that HP drivers must be used. You may want to boot single user mode to avoid the device busy message when you rpm -e
or rpm -e --nodeps
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2006 06:57 PM
06-11-2006 06:57 PM
Re: Problem Upgrading QLA2300 Driver / Building Driver
Thanks