Operating System - Linux
1827811 Members
1796 Online
109969 Solutions
New Discussion

Re: Tunning file system performance on DL380G3

 
SOLVED
Go to solution
eduardo_41
Occasional Advisor

Tunning file system performance on DL380G3

Hi,

Proliant DL380 G3 + SuSE Enterprise 8 SP3 + Oracle 9.2.0.4.

I want to give the best throughput from this hardware and also, in a case of system crash, to reduce the lost of dirty byffers. So, I was thinking in change the /proc/sys/vm/bdflush from:
50 500 0 0 500 3000 60 20 0
to:
20 5000 0 0 100 300 60 20 0

Any recommendations? Or any other settings ?

How can I enhance Linux with this hardware? Is there any docs available?

Thank you,
Eduardo
3 REPLIES 3
Steven E. Protter
Exalted Contributor
Solution

Re: Tunning file system performance on DL380G3

Try a more comprehensive approach:

Take the script I'm attaching. Take out the HP-9000 junk and leave the sar data. Collect your data in a file and take an approach that covers the big picture

http://www.yolinux.com/TUTORIALS/LinuxTutorialOptimization.html

http://www.ecst.csuchico.edu/~dranch/LINUX/TrinityOS/cHTML/TrinityOS-c-49.html

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Vitaly Karasik_1
Honored Contributor

Re: Tunning file system performance on DL380G3

http://publib-b.boulder.ibm.com/Redbooks.nsf/RedpieceAbstracts/redp3861.html?Open (Tuning Red Hat Enterprise Linux on xSeries Servers) - This Redbook provides updated info and relevant links.

Rgds,
Vitaly
eduardo_41
Occasional Advisor

Re: Tunning file system performance on DL380G3

Great docs! Thanks you all.

Regards,
Eduardo