Bug 11145

Summary: enhancement for startup scripts
Product: [Retired] Red Hat Linux Reporter: randym
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0CC: rvokal
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://dusk.bitstream.net/randym/tune-0.3.tgz
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-05-01 14:29:27 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description randym 2000-05-01 14:29:27 UTC
Forgive me if this is the wrong place to enter this; I was told that it was
the preferred place.

The URL (above) points to a gzip file with a couple of startup scripts I
wrote and would like to contribute.  The script reads in a config file (and
specified generic templates), and sets:
	1. the relevant /proc kernel settings
	2. hdparm parameters for mounted drives
	3. the mtrr (on Pentium II, etc, systems) to help improve video
performance.

This resets the various performance settings (and other tunable kernel
parameters) when the system boots, so that the user does not have to create
a custom script.

The templates are meant to help simplify the users life: forexample, the
"fileserver" template automagically configures the settings relevant to
fileservers.  Templates could be created for recommended, benchmark
settings.

All the best,
Randy Maas
randym

Comment 1 Bill Nottingham 2000-08-16 02:28:13 UTC
Apologies for the late reply.

In 6.2 and later, there is /etc/sysctl.conf for tuning kernel
parameters. In the 7.0beta and later, there is /etc/sysconfig/harddisks
for turning stuff with hdparm. Plus, XFree4 automatically
sets up mtrrs. Hence, most of this is implemented as
of the 7.0 betas.