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: INIT 6 on Solaris not working with Oracle automated scripts?

RE: INIT 6 on Solaris not working with Oracle automated scripts?

From: Khedr, Waleed <Waleed.Khedr_at_FMR.COM>
Date: Mon, 02 Dec 2002 08:09:04 -0800
Message-ID: <F001.0050FE3A.20021202080904@fatcity.com>


init 6 --> takes the system to level 0 and then back to the default level specified in /etc/inittab (initdefault) which is usually level 3 (check /sbin/rc6).

The startup script will need to be linked to level 3 (or whatever default level you have in inittab).

Also make sure that the shutdown script for Oracle is working if you run it manually (I remember I had to modify them some time ago, for example check if it uses the shutdown immediate mode, replace svrmgrl with sqlplus, etc.).

Regards,

Waleed

-----Original Message-----

Sent: Monday, December 02, 2002 8:59 AM
To: Multiple recipients of list ORACLE-L

Has anyone encountered a problem rebooting a Solaris box using INIT 6 with the Oracle dbstart/dbshut scripts enabled?

My sysadmin seems to feel the problem rests with the Oracle scripts - we issue INIT 6 and nothing happens.

Thanks

-bill
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Magaliff, Bill
  INET: Bill.Magaliff_at_lendware.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services

---------------------------------------------------------------------
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 also send the HELP command for other information (like subscribing).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Khedr, Waleed
  INET: Waleed.Khedr_at_FMR.COM
Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services

---------------------------------------------------------------------
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 also send the HELP command for other information (like subscribing). Received on Mon Dec 02 2002 - 10:09:04 CST

Original text of this message

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