Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Reboot Solaris and Oracle 9i install
Solaris, I believe, uses the System V shutdown command. Although you
could use init to switch to the appropriate reboot runlevel, the typical
way to reboot a Solaris system is:
# /etc/shutdown -i 6 -g 0 -y
I'll assume you haven't mucked with your inittab.
(This provides no grace period for users to log off. Adjust -g appropriately.)
Adam
"Robert Jenkins" <rojenkin_at_vansd.org>
Sent by: ml-errors_at_fatcity.com
10/13/2003 09:04 AM
Please respond to
ORACLE-L_at_fatcity.com
To
Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
cc
Subject
Re: Reboot Solaris and Oracle 9i install
Use 'shutdown now'
Then 'reboot -r'
>>> mcgodlewski_at_yahoo.com 10/13/03 7:3 4:24 AM >>>
List,
Does anyone know the correct Solaris commands to reboot a UNIX Solaris 64
bit os system. Is it init, shutdown or reboot?
I'm attempting to install Oracle 9i Release 2 on a Solaris machine. I
received a memory error when attempting to create an Oracle database, so I
n eed the system rebooted to load the kernel with the correct shared
memory and semaphore settings. The system admin is only part time, and
currently not available. The system is in single user mode at this time.
With all the knowledge on this list, I thought this may be a good place to
ask the question or maybe to point me to a document that would have the
reboot information.
Thanks,
M.
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: INET: AdamDonahue_at_maximus.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 Oct 13 2003 - 11:44:25 CDT