Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 9i for Linux configuration

Re: Oracle 9i for Linux configuration

From: Buck Turgidson <jc_va_at_hotmail.com>
Date: Sat, 05 Oct 2002 18:49:28 GMT
Message-ID: <YuGn9.165996$TX5.6741669@news1.east.cox.net>


This is from Suse 7.2, but you should have something similar in RH.

hp:/etc/init.d # cat boot.local

#! /bin/sh
#
# Copyright (c) 1996 SuSE GmbH Nuernberg, Germany.  All rights reserved.
#
# Author: Werner Fink <werner_at_suse.de>, 1996
#         Burchard Steinbild <bs_at_suse.de>, 1996
#
# /etc/init.d/boot.local
#
# script with local commands to be executed from init on system startup
#

. /etc/rc.config
#
# Here you should add things, that should happen directly after booting
# before we're going to the first run level.
#

hdparm -X66 -d1 -u1 -m16 -c3 /dev/hda
echo 100 32000 100 100 > /proc/sys/kernel/sem echo 2147483648 > /proc/sys/kernel/shmmax

"Buck Turgidson" <jc_va_at_hotmail.com> wrote in message news:QqGn9.165992$TX5.6734901_at_news1.east.cox.net...
> There are some pretty explicit instructions here that pertain to what
> you're asking. I've found these to be the most trouble-free install.

>

> http://www.puschitz.com/OracleOnLinux.shtml
>
>
>
>

> "Useko Netsumi" <usenets_at_nyc.rr.com> wrote in message
> news:anl3do$f21ua$1_at_ID-159205.news.dfncis.de...
> > I have a Pentium III with 512MB memory. There are a few things that we
> have
> > to do before installation as stated in the Release Notes. They also
> suggest
> > to write a little scripts to setup 'kernel parameters' at boot time.
> >
> > Would anyone email me the scripts? Thanks
> >
> >

>
> Received on Sat Oct 05 2002 - 13:49:28 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US