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.
ips.o driver for ServRAID cards works so far on Opteron and RHEL
3

ips.o driver for ServRAID cards works so far on Opteron and RHEL
3

2003-10-28       - By Jeffrey Lane

 Back
Just FYI Everyone, I ran tests on the ServRAID cards using the IPS
driver that I had to compile for the Opteron processor, and it worked
like a champ.

Just a recap, the x86-64 version of AS3 does not include a driver for
teh ServRAID cards (ips.o)

So, I compiled the driver using the kernel source that comes with AS3.

The code is ips.c and ips.h. To compile it, you will have to comment
out the three lines (or is it 4) that test to see if the machine
architecture is x86 or itanium. Those lines test arch, and if arch is
not x86 or itanium then the compile dies with an error saying that the
driver has not been compiled.

So, comment out those lines, edit the kernel make file to make sure you
remove the work custom from the verson (teh version numbers have to
match the kernel you are running) and then do the following:

make mrproper
cp configs/ <version >-x86_64.config .config
make menuconfig

then in the scsi drivers section, select M (module) support for the IBM
ServRAID cards (this is the ips.o driver) save the config and exit.

next you do this:

make dep && make SUBDIRS=drivers/scsi modules (this will make only the
scsi drivers)

cp drivers/scsi/ips.o /lib/modules/ <kernelversion >/kernel/drivers/scsi/
insmod ips.o

and you should then be able to see any disks or arrays connected to the
ServRAID cards...

I ahve tested this so far on a 4Lx card and a 6M card, and both worked
well when tested overnight under load.

THought I would throw that out there for anyone using these cards.

Cheers
J
Xose Vazquez Perez wrote:
> Jeffrey Lane wrote:
>
>
> >make clean
>
> ^^^^^^^^^^
> this step is -- > >
>
> >make mrproper
> >cp configs/ <version >-x86_64.config .config
> >make menuconfig
>
>
> >turned on the IBM ServRAID support (set to M for module) then:
> >
> >make dep && make SUBDIRS=drivers/scsi modules
>
> ^
> -- > > HERE
>
>
> >Officially, yes, but unofficially, no, it does work on an AMD 64.
>
>
> If it 's reliable send a note to ipslinux@(protected) and
> to linux-scsi@(protected) ;-)
>
> -thanks-