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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: solaris - semaphores - how ?

RE: solaris - semaphores - how ?

From: Loughmiller, Greg <greg.loughmiller_at_glenayre.com>
Date: Mon, 9 Oct 2000 07:25:20 -0400
Message-Id: <10644.118772@fatcity.com>


In addition, check the semaphores/shared memory segments on your system prior to starting oracle..

IPCS will show semaphores, shared memory and message queues... If you see some owned by oracle and DO NOT have an instance running on that machine-they can be removed as follows:
 ipcrm [ -m shmid ] [ -q msqid ] [ -s semid ]

I have seen where an instance crash will leave some semaphores remaining.. And if the parms in /etc/system are not set high enough-you wil get the error you have described...

Hope this helps...
Greg

-----Original Message-----
From: Afanassiev, Alex [mailto:Alex.Afanassiev_at_team.telstra.com] Sent: Monday, October 09, 2000 2:16 AM
To: Multiple recipients of list ORACLE-L Subject: RE: solaris - semaphores - how ?

Hi Rahul

Modify /etc/system and reboot the box

for example

set semsys:seminfo_semmns=200
set semsys:seminfo_semmni=70
set semsys:seminfo_semmsl=200


More info on
http://www.sunworld.com/sunworldonline/swol-10-1997/swol-10-insidesolaris.ht ml

With regards
Alex Afanassiev
Oracle DBA, TOC OPS/Internet.Operations

Tel:	(03) 8 661 20 61
Fax:	(03) 9 650 36 74



> -----Original Message-----
> From: Rahul [SMTP:rahul_at_ratelindo.co.id]
> Sent: Monday, October 09, 2000 3:36 PM
> To: 'Oracle List I'; 'Oracle List II'
> Subject: solaris - semaphores - how ?
>
> List,
> i'm new to solaris.. and have just installed 8.1.5 on SUN solaris
> after increasing the 'processes' param in init.ora i'm getting
> "post/wait initialization failed" when trying to startup the db.
>
> i'ts something to do with the 'process" and semaphore settings
> in the solaris kernel.. (?)
>
> how to modify these param in solaris ?
>
> Regards
>
> Rahul
>
>
> --------
> If you're bored, then visit the list's website: http://www.lazydba.com
> (updated daily)
> to unsubscribe, send a blank email to oracledba-unsubscribe_at_quickdoc.co.uk
> to subscribe send a blank email to oracledba-subscribe_at_quickdoc.co.uk
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Afanassiev, Alex
  INET: Alex.Afanassiev_at_team.telstra.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
Received on Mon Oct 09 2000 - 06:25:20 CDT

Original text of this message

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