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: Oracle Error

Re: Oracle Error

From: Barbara Baker <barbarabbaker_at_yahoo.com>
Date: Tue, 11 Nov 2003 10:09:25 -0800
Message-ID: <F001.005D6566.20031111100925@fatcity.com>


Greg:
This is what I got from our SA.
You have to be root to be able to do this. Good luck!

Barb,
A little firsthand knowledge is required... Namely, you have to know the cluster resource group name of the resource for the instance of oracle:

scstat -g

will list the resource groups at the top, the resources below like:

pettyr_at_gremlin # scstat -g

            Group Name          Resources
            ----------          ---------
 Resources: class17db-rg        class17db
class17db-hasp-rs class17db-lsnr-rs class17db-srvr-rs

            Group Name Node Name State

            Resource Name       Node Name          
State     Status Message
            -------------       ---------          
-----     --------------
  Resource: class17db           pacer              
Offline   Offline
  Resource: class17db           gremlin            
Online Online - LogicalHostname online.

  Resource: class17db-hasp-rs pacer Offline Offline
  Resource: class17db-hasp-rs gremlin Online Online

  Resource: class17db-lsnr-rs pacer Offline Offline
  Resource: class17db-lsnr-rs gremlin Online but not monitored Online

  Resource: class17db-srvr-rs pacer Offline Offline
  Resource: class17db-srvr-rs gremlin Online but not monitored Online

If you simply want to disable and enable the fault monitor so you can stop and restart oracle, use the following:

scswitch -n -M -j class17db-srvr-rs
scswitch -n -M -j class17db-lsnr-rs

Now, to enable the fault monitor:
scswitch -e -M -j class17db-srvr-rs
scswitch -e -M -j class17db-lsnr-rs


Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Barbara Baker
  INET: barbarabbaker_at_yahoo.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 Tue Nov 11 2003 - 12:09:25 CST

Original text of this message

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