Re: Reboot Solaris and Oracle 9i install

2003-10-15 Thread M.Godlewski
Thanks Everyone for there answers! Mujeeb Chowdhry [EMAIL PROTECTED] wrote:
try init 6 [EMAIL PROTECTED] 10/13/03 11:04AM Use 'shutdown now'Then 'reboot -r' [EMAIL PROTECTED] 10/13/03 7:34:24 AM List,Does anyone know the correct Solaris commands to reboot a UNIX Solaris64 bit os system. Is it init, shutdown or reboot?I'm attempting to install Oracle 9i Release 2 on a Solaris machine. Ireceived a memory error when attempting to create an Oracle database, soI need the system rebooted to load the kernel with the correct sharedmemory and semaphore settings. The system admin is only part time, andcurrently not available. The system is in single user mode at thistime. With all the knowledge on this list, I thought this may be a goodplace to ask the question or maybe to point me to a document that wouldhave 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: Mujeeb ChowdhryINET: [EMAIL PROTECTED]Fat City Network Services -- 858-538-5051 http://www.fatcity.comSan Diego, California -- Mailing list and web hosting services-To REMOVE yourself from this mailing list, send an E-Mail messageto: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and inthe message BODY, include a line containing: UNSUB ORACLE-L(or the name of mailing list you want to be removed from). You mayalso send the HELP command for other information (like subscribing).
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search

RE: Reboot Solaris and Oracle 9i install

2003-10-14 Thread Jose Luis Delgado
Basically the main difference is:

init can change you among levels... while shutdown no!
and... shutdown cannot take you into levels 2 and 3.

check the -i option for the shutdown command.

HTH
JL

--- Brian Dunbar [EMAIL PROTECTED] wrote:
 
 For some reason, my habit is to use the init
 commands (init 6 for example)
 to restart workstations, and /etc/shutdown for
 workstations.
 
 Is there any reason the list is aware of to prefer
 one over the other?
 
 ~brian
 -- 


__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Jose Luis Delgado
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).


RE: Reboot Solaris and Oracle 9i install

2003-10-14 Thread Jared . Still

init 3 is useful for updating a system, as it eliminates a lot of 
extraneous stuff that you may not want running.

Or even init 1 (single user mode ) if necessary.

Jared







Brian Dunbar [EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]
10/13/2003 05:54 PM
Please respond to ORACLE-L


To:Multiple recipients of list ORACLE-L [EMAIL PROTECTED]
cc:
Subject:RE: Reboot Solaris and Oracle 9i install


[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] on Monday, October
13, 2003 11:44 said;

 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.)

For some reason, my habit is to use the init commands (init 6 for example)
to restart workstations, and /etc/shutdown for workstations.

Is there any reason the list is aware of to prefer one over the other?

~brian
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Brian Dunbar
 INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).




Reboot Solaris and Oracle 9i install

2003-10-13 Thread M.Godlewski
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 need 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

Re: Reboot Solaris and Oracle 9i install

2003-10-13 Thread Robert Jenkins



Use 'shutdown now'
Then 'reboot -r' [EMAIL PROTECTED] 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


Re: Reboot Solaris and Oracle 9i install

2003-10-13 Thread Mujeeb Chowdhry
try init 6

 [EMAIL PROTECTED] 10/13/03 11:04AM 
Use 'shutdown now'
Then 'reboot -r'

 [EMAIL PROTECTED] 10/13/03 7:34: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 need 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: Mujeeb Chowdhry
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).


Re: Reboot Solaris and Oracle 9i install

2003-10-13 Thread AdamDonahue
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 [EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED]
10/13/2003 09:04 AM
Please respond to
[EMAIL PROTECTED]


To
Multiple recipients of list ORACLE-L [EMAIL PROTECTED]
cc

Subject
Re: Reboot Solaris and Oracle 9i install






Use 'shutdown now'
Then 'reboot -r'

 [EMAIL PROTECTED] 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: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).


RE: Reboot Solaris and Oracle 9i install

2003-10-13 Thread Brian Dunbar
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] on Monday, October
13, 2003 11:44  said;

 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.)

For some reason, my habit is to use the init commands (init 6 for example)
to restart workstations, and /etc/shutdown for workstations.

Is there any reason the list is aware of to prefer one over the other?

~brian
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Brian Dunbar
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).