2002-08-13 07:02:00

by Jeff Chua

[permalink] [raw]
Subject: searching for dell 2650 PERC3-DI driver

I'm buying a Dell PowerEdge 2650 and need to know where to get driver for
the RAID controller

PERC3-DI, PERC3-DC, or PERC3-QC

Does anyone know what kind of network adaptor is on the board?

Thanks,
Jeff
[ [email protected] ]



2002-08-13 12:16:13

by Alan

[permalink] [raw]
Subject: Re: searching for dell 2650 PERC3-DI driver

On Tue, 2002-08-13 at 08:04, Jeff Chua wrote:
> I'm buying a Dell PowerEdge 2650 and need to know where to get driver for
> the RAID controller
>
> PERC3-DI, PERC3-DC, or PERC3-QC
>
> Does anyone know what kind of network adaptor is on the board?

It'll either be a megaraid or aacraid.

Alan

2002-08-13 12:43:11

by Tom Sightler

[permalink] [raw]
Subject: Re: searching for dell 2650 PERC3-DI driver

> I'm buying a Dell PowerEdge 2650 and need to know where to get driver for
> the RAID controller
>
> PERC3-DI, PERC3-DC, or PERC3-QC
>
> Does anyone know what kind of network adaptor is on the board?

The best place that I know of for information about ANY Dell server and
Linux is at http://www.domsch.com/linux/. There are instructions there on
how to get recent versions of the aacraid driver to recognize this card
during boot, assuming a fairly recent distribution.

The onboard network adapter is Broadcom NeXtreme Gigabit adapter. I believe
this is supported in recent distributions/kernels by the tg3 driver and Dell
provides binary drivers from Broadcom as well.

Later,
Tom

2002-08-13 13:59:10

by James Bourne

[permalink] [raw]
Subject: Re: searching for dell 2650 PERC3-DI driver

On Tue, 13 Aug 2002, Tom Sightler wrote:

> On Tue, 13 Aug 2002, Jeff Chua wrote:
> > I'm buying a Dell PowerEdge 2650 and need to know where to get driver for
> > the RAID controller
> >
> > PERC3-DI, PERC3-DC, or PERC3-QC
> >
> > Does anyone know what kind of network adaptor is on the board?
>
> The best place that I know of for information about ANY Dell server and
> Linux is at http://www.domsch.com/linux/. There are instructions there on
> how to get recent versions of the aacraid driver to recognize this card
> during boot, assuming a fairly recent distribution.
>
> The onboard network adapter is Broadcom NeXtreme Gigabit adapter. I believe
> this is supported in recent distributions/kernels by the tg3 driver and Dell
> provides binary drivers from Broadcom as well.

FYI, we do have this sytem up and running.

If it's a PERC3-DI, then the raid driver is the aacraid as this is the
ROMB raid, basically a firmware addon to the adaptec scsi on board (IIRC).
For PERC3-DC or PERC3-QC the driver is the AMI megaraid driver.

The tg3 driver included with 2.4.19 works for the Broadcom
NetXtreame BCM5701 (Broadcom 570x).

This system has the ServerWorks GC and is a P4 therefore hyperthreading
does work. 2.4.19 so far seems very stable, but to balance IRQs
across all the CPUs you will need Ingo Molnars IRQ balancing patches. His
patch, as applied to 2.4.19, can be found at
http://www.hardrock.org/kernel/irqbalance-2.4.19-MRC.patch

Also, remember to compile in support for IDE CD and the CSB5 IDE chipset.

This is the patch that I am currently testing on a single system.
With heavy load on the disk, memory, and CPU (~19 load average for the
past 3 days now) the system is still responsive and seems very stable.

I can send the .config I am currently using if you wish.

Regards
James Bourne

>
> Later,
> Tom
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>

--
James Bourne, Supervisor Data Centre Operations
Mount Royal College, Calgary, AB, CA
http://www.mtroyal.ab.ca

******************************************************************************
This communication is intended for the use of the recipient to which it is
addressed, and may contain confidential, personal, and or privileged
information. Please contact the sender immediately if you are not the
intended recipient of this communication, and do not copy, distribute, or
take action relying on it. Any communication received in error, or
subsequent reply, should be deleted or destroyed.
******************************************************************************


"There are only 10 types of people in this world: those who
understand binary and those who don't."




2002-08-13 15:04:10

by Alan

[permalink] [raw]
Subject: Re: searching for dell 2650 PERC3-DI driver

On Tue, 2002-08-13 at 15:02, James Bourne wrote:
> If it's a PERC3-DI, then the raid driver is the aacraid as this is the
> ROMB raid, basically a firmware addon to the adaptec scsi on board (IIRC).


The aacraid has two forms, one driving the on board devices, the other
which is stuff like the Obsidian (PERC2/QC) PCI card. Its a nice bit of
hardware, although the older i960 based ones are a bit slow.


2002-08-13 20:46:27

by Thomas Schenk

[permalink] [raw]
Subject: Re: searching for dell 2650 PERC3-DI driver

On Tue, 2002-08-13 at 07:17, Alan Cox wrote:
> On Tue, 2002-08-13 at 08:04, Jeff Chua wrote:
> > I'm buying a Dell PowerEdge 2650 and need to know where to get driver for
> > the RAID controller
> >
> > PERC3-DI, PERC3-DC, or PERC3-QC
> >
> > Does anyone know what kind of network adaptor is on the board?
>
> It'll either be a megaraid or aacraid.
>
> Alan

The Di and Si are aacraid. Most of the others are megaraid. As for the
NICs, they are probably the BCM5700 Gigabit ethernet, which can use the
bcm5700 module or the tg3 module.

Tom S.