lkml.org 
[lkml]   [1997]   [Feb]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectFW: Problems with semaphores
Date

Hello :

I am installing Oracle 7.1.6 for SCO Unix 3.2v4.2 in a Linux box running kernel 2.0.27. It installed very well, but when I try to startup the Oracle system appears this message :

ORA-07265 : sppst : semop error, unable to increment semaphore.
AT&T System V/386 Error : 34 : result too large.

This error is because it is necessary to increase the number of semaphores used in the system.

In my original linux/sem.h I had this values set :

#define SEMMNI 128
#define SEMMSL 32
#define SEMOPM 32

And I changed to :

#define SEMMNI 1024
#define SEMMSL 512
#define SEMOPM 64

And then recompile the kernel whit the new values, but I got the same error.


That I need is to increase the number of semaphores used in the system, maybe I forgot to set other parameters. How coul I do that ?

Thanks in Advance

Mauricio Alvarez

\
 
 \ /
  Last update: 2005-03-22 13:38    [W:0.024 / U:2.720 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site