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: Error creating listener on new RAC node

Re: Error creating listener on new RAC node

From: Jason Heinrich <jheinrich_at_pcci.edu>
Date: Fri, 02 Dec 2005 09:43:11 -0600
Message-ID: <BFB5C7AF.DFCE%jheinrich@pcci.edu>


Replies in-line. One thing I hadn't mentioned is that I'm using Standard Edition, if that makes any difference.

On 12/2/2005 8:33 AM, brian.x.wisniewski_at_jpmchase.com wrote:

> Jason, did you create the 2nd instance on the new node and is it running ok?

Not yet. I hadn't gotten to that step in the documentation yet.

> Did you use DBCA or oradim to create the 2nd instance?

I was planning on using DBCA.

> Are you using a shared ORACLE_HOME directory or local to each node?

The ORACLE_HOME is local to each node.
>
> What is your remote_listener and local_listener set to in v$spparameter?
>
> select sid, name, value, isspecified, ordinal
> from v$spparameter
> where name like ('%listener%')
> order by 1

I ran this on the first node. REMOTE_LISTENER is set to 'LISTENERS_TCORE', which is defined in my tnsnames.ora file to be the address of the listener on node 1. LOCAL_LISTENER wasn't set.

> To get back to your original issue about srvctl  - have you tried    
> srvctl config listener -n nodename  

Nothing is returned.  

> srvctl stop listener -n nodename

CRS-0210: Could not find resource ora.oracletest1.LISTENER_ORACLETEST1.lsnr. (I get the same error on both nodes, since I had dropped the listener on node 1 in an attempt to setup both listeners at once from that node.)



Jason Heinrich
Oracle Database Administrator
Pensacola Christian College
--
http://www.freelists.org/webpage/oracle-l
Received on Fri Dec 02 2005 - 09:45:19 CST

Original text of this message

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