Results 1 to 1 of 1
Dear All
Am facing a problem with IBM Balde server, this problem is:
am using IBM HS22 Blade server with IBM DS4700 SAN Storage
when installing the OS its fine ...
- 07-29-2010 #1Just Joined!
- Join Date
- Jul 2010
- Posts
- 1
IBM Blade Server & ubuntu 10.04
Dear All
Am facing a problem with IBM Balde server, this problem is:
am using IBM HS22 Blade server with IBM DS4700 SAN Storage
when installing the OS its fine but the attached storage devices are doubling and to solve this issue I install the multipath tools,
now am gaving a problem in how i can compile the qla2xxx with the kernel i follow up the commands but its giving me the following error:
"W: Possible missing firmware /lib/firmware/ql8100_fw.bin for module qla2xxx"
and the commands are:
URL=ftp://ftp.qlogic.com/outgoing/linux/beta/8.x/qla2xxx-src-v8.01.04b4.tar.bz2
TARBALL=`basename $URL`
KERNEL_VER=`uname -r`
cd /tmp
wget $URL
tar -xvjf $TARBALL && mv $TARBALL x-$TARBALL
cd qla2xxx-*
sudo apt-get install linux-headers-`uname -r` gcc-3.4
BUILDDIR=/lib/modules/${KERNEL_VER}/build
ls $BUILDDIR/ # just to verify
sudo make -C $BUILDDIR M=`pwd` clean
sudo make -C $BUILDDIR M=`pwd` modules
sudo install -d -m 755 -o root -g root /lib/modules/${KERNEL_VER}/kernel/drivers/scsi/qla2xxx/
sudo install -m 644 -o root -g root *.ko /lib/modules/${KERNEL_VER}/kernel/drivers/scsi/qla2xxx/
sudo depmod
sudo mkinitramfs -o /boot/initrd.img-`uname -r`
so anybody can help me in this issue
I really appreciate your help
thanks


Reply With Quote