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 8 on lnux

Re: oracle 8 on lnux

From: Erik Diehn <erikd_at_nospamm.cometsystems.com>
Date: Tue, 07 Sep 1999 11:30:07 -0400
Message-ID: <37D52F7F.363A4EEF@nospamm.cometsystems.com>


Pass them as parameters at boot-time, usually via LILO.

Example:
image=/boot/vmlinuz

        label=linux
        root=/dev/sda5
        initrd=/boot/initrd-2.2.5-15.img
        read-only

    --> append="SHMMAX=4294967295 SHMMIN=1 SHMMNI=100 SHMSEG=10" <--

The append tag tells lilo to pass the string following it as parameters to the kernel.

HTH,
Erik Diehn
erikd_at_nospamm.cometsystems.com-nospamm

"Victor A. Saplala" wrote:
>
> I'm instaling Oracle for Linux and can someone tell me how to change
> SHMMAX, SHMMIN, etc. on Linux without re-compiling the kernel?
>
> Thanks
Received on Tue Sep 07 1999 - 10:30:07 CDT

Original text of this message

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