1828598 Members
1897 Online
109983 Solutions
New Discussion

oracle in Linux AS 3

 
PVR
Valued Contributor

oracle in Linux AS 3

HI

Som entries in my /etc/sysctl.conf are given below;
kernel.shmmax = 4000000000
kernel.shmmin = 1
kernel.shmmni = 100
kernel.shmseg = 10
kernel.semmni = 100
kernel.semmsl = 210
kernel.semmns = 620
kernel.semopm = 100

When I go for a sysctl -p /etc/sysctl.conf I am gettting the following error.
kernel.shmmax = 4000000000
error: 'kernel.shmmin' is an unknown key
kernel.shmmni = 100
error: 'kernel.shmseg' is an unknown key
error: 'kernel.semmni' is an unknown key
error: 'kernel.semmsl' is an unknown key
error: 'kernel.semmns' is an unknown key
error: 'kernel.semopm' is an unknown key

Pl help me to resolve the issue

Thanks
Pramod
Don't give up. Try till success...
3 REPLIES 3
xyko_1
Esteemed Contributor

Re: oracle in Linux AS 3

Hi,

try

sysctl -a | grep kern | more

to see all the avaiable and correct keys that you have to customize.

Example :

kernel.semmni is wrong
kernel.shmmni is the right choice.

Hope it helps.
Regards,
Xyko
Rick Garland
Honored Contributor

Re: oracle in Linux AS 3

There are many docos available that will provide explicit details on the kernel parameters and their value.

Check the Oracle site as well.

Vitaly Karasik_1
Honored Contributor

Re: oracle in Linux AS 3

see http://www.puschitz.com/OracleOnLinux.shtml
W e r n e r ' s O r a c l e - L i n u x P a g e