Mailing List
Home
Linux - General Red Hat Linux discussion list
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Installation - Getting started with Red Hat Linux
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Red Hat Linux 8.0 - Discussion of Red Hat Linux 8.0 (Psyche)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Red Hat Linux 7.1 - Discussion of Red Hat Linux 7.1 (Seawolf)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
X Windows problem (xauth)
Upgrading openoffice 1 1 rpm
FTP: connection refused
FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
broadcom network interface
make mrproper
sendmail configuration on redhat
Couldn 't open PID file /var/run/named/named pid Permission denied
Promise 378 controller
kernel 2 6 and /dev/sound/mixer not found
Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
Lotus Notes under Wine
/etc/security/limits conf question
Intel E/1000 driver
Command stream end of file while reading
rpm database corrupt
qla2300 modules
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
qla2300 modules

qla2300 modules

2003-10-26       - By D Canfield

 Back
I 've been working with RHEL 3 (and 2.1 for that matter) on an IBM
BladeCenter booting off of a FAStT 200 SAN and encountered a few
issues. I 'm explaining a lot of extra stuff here for the reference of
others who might be trying this, but there is also a question about the
kernel for Red Hat at the bottom, so please bear with me...

The blade can be installed just fine as long as you boot the installer
with "linux noprobe " and then manually load the qla2300 module with the
option "ql2xfailover=1 " (this prevents you from seeing 2-4 instances of
the SAN disks and I 'd recommend that if possible, the installer should
add this option automatically as the failover version of the driver was
the default in previous releases).

However, in order to get the driver module configured to properly
support the redundant paths and failover features of a SAN, it 's
necessary to use a gui program (QLogic SANSurfer or IBM FASTT_MSJ
depending on the branding) which ultimately adds a number of
nearly-unintelligible parameters to modules.conf.

The first issue with this is that the IBM JRE that ships with all of
IBM 's current software is broken under RHEL 3, so the Java Installers in
these packages doesn 't work (I don 't expect Red Hat to do anything about
that... I 'm sure IBM will update their packages in due time). So, I
went ahead and grabbed newer versions from qlogic, and these happily
install on RHEL 3 boxes. The qlremote agent can then be started and the
SANSurfer client can connect and view everything as it should.

Now the "big " problem that I have is that in order to save the settings,
the qlremote program triggers something that tries to load the
ql2300_conf.o kernel module which is missing from the RHEL
distribution. It looks like some of the C files are in the kernel
sources, but enough files are missing that this module cannot be
compiled. Additionally, the version of the ql2300 driver that Red Hat
is using doesn 't seem to be readily available for me to add these files
back and compile just the ql2300_conf module.

I *could* update the kernel modules to the version distributed by qlogic
on their web site, but I assume that would leave me with an unsupported
configuration as far as Red Hat is concerned. Unfortunately, without
the qla2300_conf.o module, having the qla2300.o module in the
distribution doesn 't allow the creation of a reliable environment, so
what 's the point? Would it be possible to get the qla2300_conf.o module
added to future kernels? Yes, an external binary is needed to make use
of the module, but I can 't think of any other practical way of
supporting a SAN with the qla2300 drivers.

The workaround I am looking into now is upgrading to the qlogic kernel
module on a test blade and then copying the modules.conf parameters to
the production boxes, but I 'm not sure how/if that will work yet.

Thanks for any insights.

DC