| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: Setting Linux Kernel Parameters
"Howard J. Rogers" wrote
>Would anyone care to enlighten a poor Windows user on how to go about making
>the kernel parameter changes you need to make on a Linux box before
>installing Oracle a permanent fixture of the kernel?
>
>In other words, for installation, I do the following one-off exercise:
>
>cd /proc/sys/kernel
>
>echo 250 32000 100 128 > sem
>
>echo 33554432 > shmmax
>
>echo 4096 > shmmni
>And installation proceeds smoothly accordingly. But how to make the change
>permanent? In the deepest recesses of my brain, the words ".profile" are
>stirring into life, but not sure if that's really the way to do it (or whose
>profile to alter if so, so that the settings are made system-wide).
Out from the linux install guide from technet.oracle.com http://technet.oracle.com/docs/products/oracle8i/pdf/linux_installguide_817.pdf:
Set the kernel parameters for shared memory in /usr/src/linux/include/asm/shmparam.h and the semaphores in /usr/src/linux/include/linux/sem.h
In .profile you should set your oracle environment variables
hth
Eve
Received on Fri Mar 29 2002 - 19:53:38 CST
![]() |
![]() |