I have added a SERVICE, using srvctl, to the CLUSTER and it is displayed as a RESOURCE and ONLINE both nodes
--------------------------------------------------------------------------------
Cluster Resources
--------------------------------------------------------------------------------
ora.db_name.srv_name.svc
1 ONLINE ONLINE server1
2 ONLINE ONLINE server2
...Unfortunately, the SERVICE is displayed in the LISTENER on node 1 but not node2
[server1] > lsnrctl SERVICES
.
.
Service "SRV_NAME" has 1 instance(s).
Instance "rac1", status READY, has 1 handler(s) for this service...
Handler(s):
"DEDICATED" established:0 refused:0 state:ready
LOCAL SERVER
[server2] > lsnrctl SERVICES
Not displayed
User the command: srvctl config database -d db_name -a
...the Service is display and both nodes are displayed
[server2] > srvctl config database -d wamuat -a
Database unique name: DB_NAME
Database name:
Oracle home: /u03/wamdb/11.2.0
Oracle user: wamdb
Spfile: +DG_FRA/DB_NAME1/PARAMETERFILE/spfile.1482.842535585
Domain:
Start options: open
Stop options: immediate
Database role: PRIMARY
Management policy: AUTOMATIC
Server pools: DB_NAME
Database instances: DB_NAME1,DB_NAME2
Disk Groups: DG_DATA,DG_FRA
Mount point paths:
Services: SRV_NAME
Type: RAC
Database is enabled
Database is administrator managed
Why is the SERVICE not listed in the LISTENER on NODE 2?