* RE: oracle rmap kernel version
@ 2002-03-12 20:04 Chen, Kenneth W
2002-03-13 19:40 ` Dave Hansen
0 siblings, 1 reply; 10+ messages in thread
From: Chen, Kenneth W @ 2002-03-12 20:04 UTC (permalink / raw)
To: 'Jonathan A. Davis', walter; +Cc: linux-kernel
Depends on your hardware configuration and how you stress your system with
db workload, you should consider some performance patch from the linux
scalability effort project.
http://lse.sourceforge.net
-----Original Message-----
From: Jonathan A. Davis [mailto:davis@jdhouse.org]
Sent: Tuesday, March 12, 2002 10:35 AM
To: walter
Cc: linux-kernel@vger.kernel.org
Subject: Re: oracle rmap kernel version
On Tue, 12 Mar 2002, Martin J. Bligh wrote:
> > Does anyone have any production experience running Oracle 8i on Linux?
I've
> > run it at home, RH 7.2 with vanilla 2.4.16 kernel all IDE drives, and
its
> > fast. We are replacing our SUN/Oracle 8 servers at work in next couple
of
>
> The real answer is to try them and do a benchmark for your particular
> application. Shouldn't take that long .... try the -aa tree too.
>
I can't speak for -aa, but I can say definitively, DO NOT stay with the
"stock" kernel for oracle applications. We're using -rmap here (mostly 9i
with some 8 scattered around) and performance under moderate and heavy
load is an order of magnitude better.
--
-Jonathan <davis@jdhouse.org>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: oracle rmap kernel version
2002-03-12 20:04 oracle rmap kernel version Chen, Kenneth W
@ 2002-03-13 19:40 ` Dave Hansen
2002-03-13 20:56 ` walter
0 siblings, 1 reply; 10+ messages in thread
From: Dave Hansen @ 2002-03-13 19:40 UTC (permalink / raw)
To: Chen, Kenneth W; +Cc: 'Jonathan A. Davis', walter, linux-kernel
Chen, Kenneth W wrote:
> Depends on your hardware configuration and how you stress your system with
> db workload, you should consider some performance patch from the linux
> scalability effort project.
> http://lse.sourceforge.net
In particular, take a look at the rollup patches:
http://sourceforge.net/project/shownotes.php?release_id=77093
This one has been tested pretty well.
http://prdownloads.sourceforge.net/lse/lse01.patch
This could use some more testing, but is not bad by any means:
http://prdownloads.sourceforge.net/lse/lse02.patch
BTW, what SCSI controllers are you planning on using? Some are better
than others.
--
Dave Hansen
haveblue@us.ibm.com
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: oracle rmap kernel version
2002-03-13 19:40 ` Dave Hansen
@ 2002-03-13 20:56 ` walter
2002-03-13 21:11 ` Dave Hansen
0 siblings, 1 reply; 10+ messages in thread
From: walter @ 2002-03-13 20:56 UTC (permalink / raw)
To: Dave Hansen; +Cc: linux-kernel, davis
On Wednesday 13 March 2002 02:40 pm, you wrote:
> Chen, Kenneth W wrote:
> > Depends on your hardware configuration and how you stress your system
> > with db workload, you should consider some performance patch from the
> > linux scalability effort project.
> > http://lse.sourceforge.net
>
> In particular, take a look at the rollup patches:
> http://sourceforge.net/project/shownotes.php?release_id=77093
>
> This one has been tested pretty well.
> http://prdownloads.sourceforge.net/lse/lse01.patch
>
> This could use some more testing, but is not bad by any means:
> http://prdownloads.sourceforge.net/lse/lse02.patch
>
> BTW, what SCSI controllers are you planning on using? Some are better
> than others.
Not sure right off the top of my head. I'm planning on using 2 controllers,
each from a different manufactures. My reasoning behind this is two fold.
Number one is in case a "bug" creeps up with one of the drivers I can still
string all the drives off the other controller. Performance will decrease,
but I'd rather be slow than dead in the water. The second reason is the
probability of both controllers failing (hardware) at same time due to a bad
chip batch at the manufacture. Do you have any suggestions on controllers?
Adaptec and IBM (not sure which models) ?
Thanks for your input!
walt
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: oracle rmap kernel version
2002-03-13 20:56 ` walter
@ 2002-03-13 21:11 ` Dave Hansen
2002-03-13 22:27 ` Gerrit Huizenga
0 siblings, 1 reply; 10+ messages in thread
From: Dave Hansen @ 2002-03-13 21:11 UTC (permalink / raw)
To: walter; +Cc: linux-kernel, davis, Gerrit Huizenga
walter wrote:
> Not sure right off the top of my head. I'm planning on using 2 controllers,
> each from a different manufactures. My reasoning behind this is two fold.
> Number one is in case a "bug" creeps up with one of the drivers I can still
> string all the drives off the other controller. Performance will decrease,
> but I'd rather be slow than dead in the water. The second reason is the
> probability of both controllers failing (hardware) at same time due to a bad
> chip batch at the manufacture. Do you have any suggestions on controllers?
> Adaptec and IBM (not sure which models) ?
I haven't done any of the testing myself. But, I was told that the
Adaptec AIC stuff is good. I think that the LSE patch has been tested
on with Adaptec (aic7xxx) and QLogic fiber channel controllers. I guess
that the QLogic stuff is liked because the drivers are open source.
I was surprised to see that the ServeRAID driver isn't touched by the
lse patch. I thought that it still uses the io_request_lock in 2.4.
Care to add anything, Gerrit?
--
Dave Hansen
haveblue@us.ibm.com
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: oracle rmap kernel version
2002-03-13 21:11 ` Dave Hansen
@ 2002-03-13 22:27 ` Gerrit Huizenga
0 siblings, 0 replies; 10+ messages in thread
From: Gerrit Huizenga @ 2002-03-13 22:27 UTC (permalink / raw)
To: haveblue; +Cc: walter, linux-kernel, davis
The IPS/ServerRAID driver can work with the siorl patch - just isn't in
the lse02 rollup. It will probably be in the lse04 rollup once I get done
testing the lse03 rollup. ;-)
If the source if available for a particular driver and you are interested
in some level of IO scalability in a 2.4 kernel, we have a fairly robust
patch that can easily be made to work. If the driver is reasonably
written, the modification to support the siorl patch is just to enable
the feature. If it is not well written, we might need to take a look
at the locking model used and propose a few mods. BTW, IDE is not
"well written" from this perspective. Also, I believe the some future
Red Hat kernel will include a more wide-sweeping version of the siorl
patch which may support all drivers out of the box.
gerrit
In message <3C8FC065.4060904@us.ibm.com>, > : haveblue@linux.ibm.com writes:
>
>
>
> To: walter <walt@nea-fast.com>
> cc: linux-kernel@vger.kernel.org, davis@jdhouse.org, Gerrit Huizenga
> <gerrit@us.ibm.com>
>
>
>
>
>
> walter wrote:
> > Not sure right off the top of my head. I'm planning on using 2
> controllers,
> > each from a different manufactures. My reasoning behind this is two fold.
> > Number one is in case a "bug" creeps up with one of the drivers I can
> still
> > string all the drives off the other controller. Performance will
> decrease,
> > but I'd rather be slow than dead in the water. The second reason is the
> > probability of both controllers failing (hardware) at same time due to a
> bad
> > chip batch at the manufacture. Do you have any suggestions on
> controllers?
> > Adaptec and IBM (not sure which models) ?
>
> I haven't done any of the testing myself. But, I was told that the
> Adaptec AIC stuff is good. I think that the LSE patch has been tested
> on with Adaptec (aic7xxx) and QLogic fiber channel controllers. I guess
> that the QLogic stuff is liked because the drivers are open source.
>
> I was surprised to see that the ServeRAID driver isn't touched by the
> lse patch. I thought that it still uses the io_request_lock in 2.4.
>
> Care to add anything, Gerrit?
>
> --
> Dave Hansen
> haveblue@us.ibm.com
^ permalink raw reply [flat|nested] 10+ messages in thread
* oracle rmap kernel version
@ 2002-03-12 17:29 walter
2002-03-12 18:06 ` Martin J. Bligh
` (2 more replies)
0 siblings, 3 replies; 10+ messages in thread
From: walter @ 2002-03-12 17:29 UTC (permalink / raw)
To: linux-kernel
Does anyone have any production experience running Oracle 8i on Linux? I've
run it at home, RH 7.2 with vanilla 2.4.16 kernel all IDE drives, and its
fast. We are replacing our SUN/Oracle 8 servers at work in next couple of
months with Linux/Oracle 8i (Pentium 4 1GB ram). My question is, what is the
best kernel version to use, vanilla 2.4.x or a RH kernel built from the ac
tree with rmap. All drives will be SCSI.
I read an interview yesterday with Rik van Riel where he said rmap worked
better for db servers but I expect that he is partial to rmap 8-).
Our web servers are running vanilla 2.4.16 and we haven't had a problem yet
(knock on wood).
Thanks !
--
Walter Anthony
System Administrator
National Electronic Attachment
"If it's not broke....tweak it"
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: oracle rmap kernel version
2002-03-12 17:29 walter
@ 2002-03-12 18:06 ` Martin J. Bligh
2002-03-12 18:34 ` Jonathan A. Davis
2002-03-13 6:03 ` Jauder Ho
2002-03-13 17:10 ` Alan Cox
2 siblings, 1 reply; 10+ messages in thread
From: Martin J. Bligh @ 2002-03-12 18:06 UTC (permalink / raw)
To: walter, linux-kernel
> Does anyone have any production experience running Oracle 8i on Linux? I've
> run it at home, RH 7.2 with vanilla 2.4.16 kernel all IDE drives, and its
> fast. We are replacing our SUN/Oracle 8 servers at work in next couple of
> months with Linux/Oracle 8i (Pentium 4 1GB ram). My question is, what is the
> best kernel version to use, vanilla 2.4.x or a RH kernel built from the ac
> tree with rmap. All drives will be SCSI.
> I read an interview yesterday with Rik van Riel where he said rmap worked
> better for db servers but I expect that he is partial to rmap 8-).
> Our web servers are running vanilla 2.4.16 and we haven't had a problem yet
> (knock on wood).
The real answer is to try them and do a benchmark for your particular
application. Shouldn't take that long .... try the -aa tree too.
Martin.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: oracle rmap kernel version
2002-03-12 18:06 ` Martin J. Bligh
@ 2002-03-12 18:34 ` Jonathan A. Davis
0 siblings, 0 replies; 10+ messages in thread
From: Jonathan A. Davis @ 2002-03-12 18:34 UTC (permalink / raw)
To: walter; +Cc: linux-kernel
On Tue, 12 Mar 2002, Martin J. Bligh wrote:
> > Does anyone have any production experience running Oracle 8i on Linux? I've
> > run it at home, RH 7.2 with vanilla 2.4.16 kernel all IDE drives, and its
> > fast. We are replacing our SUN/Oracle 8 servers at work in next couple of
>
> The real answer is to try them and do a benchmark for your particular
> application. Shouldn't take that long .... try the -aa tree too.
>
I can't speak for -aa, but I can say definitively, DO NOT stay with the
"stock" kernel for oracle applications. We're using -rmap here (mostly 9i
with some 8 scattered around) and performance under moderate and heavy
load is an order of magnitude better.
--
-Jonathan <davis@jdhouse.org>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: oracle rmap kernel version
2002-03-12 17:29 walter
2002-03-12 18:06 ` Martin J. Bligh
@ 2002-03-13 6:03 ` Jauder Ho
2002-03-13 17:10 ` Alan Cox
2 siblings, 0 replies; 10+ messages in thread
From: Jauder Ho @ 2002-03-13 6:03 UTC (permalink / raw)
To: walter; +Cc: linux-kernel
Has anyone done any comparisons of Oracle performance on Linux/Intel vs
Solaris/Sun?
--Jauder
On Tue, 12 Mar 2002, walter wrote:
> Does anyone have any production experience running Oracle 8i on Linux? I've
> run it at home, RH 7.2 with vanilla 2.4.16 kernel all IDE drives, and its
> fast. We are replacing our SUN/Oracle 8 servers at work in next couple of
> months with Linux/Oracle 8i (Pentium 4 1GB ram). My question is, what is the
> best kernel version to use, vanilla 2.4.x or a RH kernel built from the ac
> tree with rmap. All drives will be SCSI.
> I read an interview yesterday with Rik van Riel where he said rmap worked
> better for db servers but I expect that he is partial to rmap 8-).
> Our web servers are running vanilla 2.4.16 and we haven't had a problem yet
> (knock on wood).
>
> Thanks !
> --
> Walter Anthony
> System Administrator
> National Electronic Attachment
> "If it's not broke....tweak it"
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: oracle rmap kernel version
2002-03-12 17:29 walter
2002-03-12 18:06 ` Martin J. Bligh
2002-03-13 6:03 ` Jauder Ho
@ 2002-03-13 17:10 ` Alan Cox
2 siblings, 0 replies; 10+ messages in thread
From: Alan Cox @ 2002-03-13 17:10 UTC (permalink / raw)
To: walter; +Cc: linux-kernel
> better for db servers but I expect that he is partial to rmap 8-).
> Our web servers are running vanilla 2.4.16 and we haven't had a problem yet
> (knock on wood).
I think your .sig is the problem 8)
> "If it's not broke....tweak it"
If it aint broke don't fix it 8)
Alan
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2002-03-13 22:29 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-12 20:04 oracle rmap kernel version Chen, Kenneth W
2002-03-13 19:40 ` Dave Hansen
2002-03-13 20:56 ` walter
2002-03-13 21:11 ` Dave Hansen
2002-03-13 22:27 ` Gerrit Huizenga
-- strict thread matches above, loose matches on Subject: below --
2002-03-12 17:29 walter
2002-03-12 18:06 ` Martin J. Bligh
2002-03-12 18:34 ` Jonathan A. Davis
2002-03-13 6:03 ` Jauder Ho
2002-03-13 17:10 ` Alan Cox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox