Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

grid questions

RobeenAug 9 2020 — edited Aug 9 2020

GRID 19c

Oracle DB 12.1.0.2

Hello Team,

problem statement: to understand the network configuration in RAC as per listener output below:

grid19c@dware1:/export/home$ lsnrctl status

LSNRCTL for Solaris: Version 19.0.0.0.0 - Production on 09-AUG-2020 08:29:49

Copyright (c) 1991, 2019, Oracle.  All rights reserved.

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER)))

STATUS of the LISTENER

------------------------

Alias                     LISTENER

Version                   TNSLSNR for Solaris: Version 19.0.0.0.0 - Production

Start Date                26-JUL-2020 01:52:02

Uptime                    14 days 6 hr. 37 min. 47 sec

Trace Level               off

Security                  ON: Local OS Authentication

SNMP                      OFF

Listener Parameter File   /u01/app/grid/network/admin/listener.ora

Listener Log File         /u01/app/gridbase/diag/tnslsnr/dware1/listener/alert/log.xml

Listening Endpoints Summary...

  (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER)))

  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.215.227.28)(PORT=1521))) <---- what are these 2 ip addresses(28 and 30)? scan ips?

  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.215.227.30)(PORT=1521)))

  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=dware1)(PORT=2200))(Presentation=HTTP)(Session=RAW)) <---- what is port 2200?

  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcps)(HOST=dware1)(PORT=5501))(Security=(my_wallet_directory=/u01/app/ora12c/product/12.1.0/dbhome_1/admin/dware1/xdb_wallet))(Presentation=HTTP)(Session=RAW))

Services Summary...

Service "+APX" has 1 instance(s).

  Instance "+APX1", status READY, has 1 handler(s) for this service...

Service "+ASM" has 1 instance(s).

  Instance "+ASM1", status READY, has 1 handler(s) for this service...

Service "+ASM_DATA" has 1 instance(s).

  Instance "+ASM1", status READY, has 1 handler(s) for this service...

Service "+ASM_RECO" has 1 instance(s).

  Instance "+ASM1", status READY, has 1 handler(s) for this service...

Service "dware1" has 1 instance(s).

  Instance "dware11", status READY, has 1 handler(s) for this service...

Service "dware1XDB" has 1 instance(s).

  Instance "dware11", status READY, has 1 handler(s) for this service...

The command completed successfully

listener.ora: <---- why is listener.ora file only in grid19c network and not in ora12c?

grid19c@dware1:/u01/app/grid/network/admin$ cat listener.ora

MGMTLSNR=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=MGMTLSNR))))            # line added by Agent

LISTENER=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER))))            # line added by Agent

LISTENER_SCAN3=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN3))))                # line added by Agent

LISTENER_SCAN2=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN2))))                # line added by Agent

LISTENER_SCAN1=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN1))))                # line added by Agent

ASMNET2LSNR_ASM=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=ASMNET2LSNR_ASM))))              # line adqded by Agent

ASMNET1LSNR_ASM=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=ASMNET1LSNR_ASM))))              # line added by Agent

ENABLE_GLOBAL_DYNAMIC_ENDPOINT_ASMNET1LSNR_ASM=ON               # line added by Agent

VALID_NODE_CHECKING_REGISTRATION_ASMNET1LSNR_ASM=SUBNET         # line added by Agent

ENABLE_GLOBAL_DYNAMIC_ENDPOINT_ASMNET2LSNR_ASM=ON               # line added by Agent

VALID_NODE_CHECKING_REGISTRATION_ASMNET2LSNR_ASM=SUBNET         # line added by Agent

ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN1=ON                # line added by Agent

VALID_NODE_CHECKING_REGISTRATION_LISTENER_SCAN1=OFF             # line added by Agent - Disabled by Agent because REMOTE_REGISTRATION_ADDRESS is set

ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN2=ON                # line added by Agent

VALID_NODE_CHECKING_REGISTRATION_LISTENER_SCAN2=OFF             # line added by Agent - Disabled by Agent because REMOTE_REGISTRATION_ADDRESS is set

ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN3=ON                # line added by Agent

VALID_NODE_CHECKING_REGISTRATION_LISTENER_SCAN3=OFF             # line added by Agent - Disabled by Agent because REMOTE_REGISTRATION_ADDRESS is set

ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER=ON              # line added by Agent

VALID_NODE_CHECKING_REGISTRATION_LISTENER=SUBNET                # line added by Agent

ENABLE_GLOBAL_DYNAMIC_ENDPOINT_MGMTLSNR=ON              # line added by Agent

VALID_NODE_CHECKING_REGISTRATION_MGMTLSNR=SUBNET                # line added by Agent

Node 2:

ora12c@dware2:~$ lsnrctl status

LSNRCTL for Solaris: Version 12.1.0.2.0 - Production on 09-AUG-2020 08:32:55

Copyright (c) 1991, 2017, Oracle.  All rights reserved.

Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))

STATUS of the LISTENER

------------------------

Alias                     LISTENER

Version                   TNSLSNR for Solaris: Version 19.0.0.0.0 - Production

Start Date                02-FEB-2020 00:59:21

Uptime                    189 days 7 hr. 33 min. 34 sec

Trace Level               off

Security                  ON: Local OS Authentication

SNMP                      OFF

Listener Parameter File   /u01/app/grid/network/admin/listener.ora

Listener Log File         /u01/app/gridbase/diag/tnslsnr/dware2/listener/alert/log.xml

Listening Endpoints Summary...

  (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER)))

  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.215.227.31)(PORT=1521)))

  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=dware2)(PORT=2200))(Presentation=HTTP)(Session=RAW))

  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcps)(HOST=dware2)(PORT=5501))(Security=(my_wallet_directory=/u01/app/ora12c/product/12.1.0/dbhome_1/admin/dware1/xdb_wallet))(Presentation=HTTP)(Session=RAW))

  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.215.227.29)(PORT=1521)))

Services Summary...

Service "+APX" has 1 instance(s).

  Instance "+APX2", status READY, has 1 handler(s) for this service...

Service "+ASM" has 1 instance(s).

  Instance "+ASM2", status READY, has 1 handler(s) for this service...

Service "+ASM_DATA" has 1 instance(s).  <--- why is service DATA and RECO registered to grid listener?

  Instance "+ASM2", status READY, has 1 handler(s) for this service...

Service "+ASM_RECO" has 1 instance(s).

  Instance "+ASM2", status READY, has 1 handler(s) for this service...

Service "SYS$ORAGGEXT.OGG$Q_EXTDWH.DWARE1" has 1 instance(s).              <----------why are these 2 services(SYS$ORAGGEXT) found on node1 and not in node 2

  Instance "dware12", status READY, has 1 handler(s) for this service...

Service "SYS$ORAGGEXT.OGGQ$REPLOGGT.DWARE1" has 1 instance(s).

  Instance "dware12", status READY, has 1 handler(s) for this service...

Service "dware1" has 1 instance(s).

  Instance "dware12", status READY, has 1 handler(s) for this service...

Service "dware1XDB" has 1 instance(s).

  Instance "dware12", status READY, has 1 handler(s) for this service...

The command completed successfully

ora12c@dware2:~$

Thanks,

Joe

Comments
Post Details
Added on Aug 9 2020
2 comments
529 views