SCAN listener supports no services

Hi all,
Our's DB: 11.2.0.1.0. Its 2 node cluster.
$srvctl status scan
SCAN VIP scan1 is enabled
SCAN VIP scan1 is running on node1
SCAN VIP scan2 is enabled
SCAN VIP scan2 is running on node1
SCAN VIP scan3 is enabled
SCAN VIP scan3 is running on node2
@node1$ps -ef | grep tnslsnr
oracle xxxxx ..... /u01/app/11.2.0/grid/bin/tnslsnr LISTENER -inherit
oracle xxxx ..... /u01/app/11.2.0/grid/bin/tnslsnr LISTENER_SCAN1 -inherit
oracle xxx ..... /u01/app/oracle/product/11.2.0/db_1/bin/tnslsnr LISTENER -inherit
oracle xxx ..... /u01/app/oracle/product/11.2.0/db_1/bin/tnslsnr listener_scan2 -inherit
@node2$ps -ef | grep tnslsnr
oracle xxxx ..... /u01/app/11.2.0/grid/bin/tnslsnr LISTENER_SCAN3 -inherit
oracle xxxx ..... /u01/app/11.2.0/grid/bin/tnslsnr LISTENER_SCAN2 -inherit
oracle xxxx ..... /u01/app/11.2.0/grid/bin/tnslsnr LISTENER -inherit
oracle xxxxxxx ..... /u01/app/oracle/product/11.2.0/db_1/bin/tnslsnr listener -inherit
@node1$lsnrctl status listener_scan2
Listener Parameter File //u01/app/11.2.0/grid/network/admin/listener.ora
Listening Endpoints Summary..
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER_SCAN2)))
The listener supports no services
The command completed successfully
??? Though Listener_scan2 is running on node1,why it shows on ps -ef on node 2 ?
Why listener_scan2 processes from ORACLE_HOME instead of CRS_HOME?
Thanks

I assume SCAN name:1521 is in fact a proper IP address or hostname with the port number?
The Oracle instance will attempt to connect to that IP and port to register its services.
If it is a hostname and not IP, then make sure it resolves correctly to an IP address on that server. If name resolution fails, then without an IP for that name, the Oracle instance cannot register its services.
Once you have made sure that hostname resolution works, the next step is to check whether there is in fact a network service on that IP address, listening on that port.
Two methods can be used. The netstat command (run on that server that owns that IP) will show all tcp listener end points. Use the -n switch to display numerics (and not hostnames). The netstat output should contain and entry "+ip_address:1521+ or +*:1521+ - this will confirm that there is a network service on that port for that IP address.
The more detailed method is using the +lsof+ (list of files) command on the SCAN listener process (find the +pid+ and specify it via the +-p+ command line switch). This command will show all open file handles for the specified process - including socket handles. One of these should be on that IP address for port 1521.
If you have confirmed that both the Oracle instance has the correct SCAN details and that the SCAN listener is actually listening on that tcp port and IP, and registration still does not work - then it could be a connectivity problem.
From the +oracle+ o/s account on the db server, test connectivity to that port and IP using +telnet+.

Similar Messages

  • I am facing problem when configuring listener.ora and tnsnamess.ora in listener side it is showing The listener supports no services The command completed successfully  and in when i cross check with listener from tns it is showing the error

    i am facing problem when configuring listener.ora and tnsnamess.ora in listener side it is showing The listener supports no services The command completed successfully  and in when i cross check with listener from tns it is showing the error
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    here is my listener file
    lsn =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
          (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.125.128)(PORT = 1575))
    #ADR_BASE_LISTENER = /u01/app/oracle
    (SID_LIST_LISTENER=
    (SERVICE_NAME=kull)
    (ORACLE_HOME=/u01/app/oracle/product/11.2.0/db_1)
    tnsnames.ora
    to_lsn=
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = server1)(PORT = 1575))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = kull )
    my database name is kull
    please somebody help

    Biswaranjan wrote:
    i have two database one is kull and another is kk
    i configured listener.ora in kull
    and tnsnames.ora in kk
    when i am running lsnrctl start listener in database kull
    This makes no sense.  You don't configure a listener nor a tnsnames.ora "in a database".   I hope this is just a language issue and not reflective of a fundamental misunderstanding of how tns works.
    read: http://edstevensdba.wordpress.com/2011/02/09/sqlnet_overview/ Help! I can’t connect to my database 
    read: http://edstevensdba.wordpress.com/2011/02/16/sqlnet_client_cfg/ Help! I can’t connect to my database (part duex)
    it is showing the message
    Alias                     lsn
    Version                   TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date                05-JUL-2013 19:08:06
    Uptime                    0 days 0 hr. 0 min. 0 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/product/11.2.0/db_1/log/diag/tnslsnr/server1/lsn/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1575)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=server1)(PORT=1575)))
    The listener supports no services
    The command completed successfully
    and in another database in kk when i am giving the command tnsping to_lsn
    it is giving this message
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = server1)(PORT = 1575)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = kull)))
    OK (0 msec)
    but when i am cross check sqlplus system/manager@ to_lsn
    it is giving the following error
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor

  • Listener supports no service

    Hi ,
    i am having issues with listener
    when i chk the listener status it is runnig buti get the one message
    The listener supports no services
    and when i am trying to connect from the client using sqlplus or forms 6i i get
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    able to do tnsping... but unable to connect.
    plz help..

    hi ,
    i typed the following command
    still no go
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 11.1.0.7.0 - Produ
    ction
    Start Date 15-MAR-2011 12:50:04
    Uptime 1 days 23 hr. 11 min. 43 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File D:\app\User\product\11.1.0\db_1\network\admin\listener
    .ora
    Listener Log File d:\app\user\diag\tnslsnr\serverOracle\listener\alert\l
    og.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=serverOracle)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
    The listener supports no services
    The command completed successfully
    my listener.ora
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = serverOracle)(PORT = 1521))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    Edited by: Janasheen on Mar 17, 2011 2:13 AM

  • Oracle 11g Listener Supports No services

    I have installed Oracle 11g in Linux (Centos). i created a starter database using dbca. I also created a listener.ora using netca.
    I have observed that that the listener.ora was only generated like this after running netca:
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST =proky.warnerbro.com)(PORT = 1521))
      )Now when i start this listener, I get a message: "The listener supports no services".
    I have read on some forums that something like this should be included:
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = $$###$)
          (ORACLE_HOME =$ORACLE_HOME)
          (PROGRAM = extproc)
        (SID_DESC =
          (GLOBAL_DBNAME = orcl)
          (ORACLE_HOME = $ORACLE_HOME)
          (SID_NAME = orcl)
      )So, my question is, do dba's edit this manually or there should be a tool or wizard that would generate this text in listener.ora.
    thanks in advance,
    Anton

    Thanks guys.
    Another question though.
    How can I edit the listener that is used by emctl (database control)? Cause I have edited my listener.ora. I have removed an entry originally listened to by database control. For Example, originally there was a listener called listener3 which was used by emctl. Now I run netca and remove "listener3" and add one listener "listener". If i check listener.ora at ORACLE_HOME/network/admin, the file now has an entry listener and no more listener3.
    However when I start emctl, it says there that is still uses the "listener3" listener
    So even if i issued a "alter system register" at sqlplus, I still can't find my database on emctl.

  • The listener support no services

    hello all,
    I just installed Oracle 11g r2 on linux x64
    after installation, i went to sqldeveloper to test the connection. it worked, so i shutdown the box.
    now, i turned on the box. I opened sqldeveloper to create a new account.
    it return an error ORA-12514
    I checked lsnrctl status, it said no services.
    what should i do to get the database running again?
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 06-JAN-2013 12:06:49
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date 06-JAN-2013 20:04:58
    Uptime 496 days 18 hr. 29 min. 44 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /home/ryan/app/ryan/product/11.2.0/dbhome_1/network/admin/listener.ora
    Listener Log File /home/ryan/app/ryan/diag/tnslsnr/localhost/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1521)))
    The listener supports no services
    The command completed successfully

    newbieRyan wrote:
    hello all,
    I just installed Oracle 11g r2 on linux x64
    after installation, i went to sqldeveloper to test the connection. it worked, so i shutdown the box.
    now, i turned on the box. I opened sqldeveloper to create a new account.
    it return an error ORA-12514
    I checked lsnrctl status, it said no services.
    what should i do to get the database running again?I suspect that the DB has not bee started.
    open a Terminal Window & type line for line as below
    id
    env | sort
    sqlplus
    / as sysdba
    startup
    COPY the results from commands above then PASTE all results back here
    >
    >
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 06-JAN-2013 12:06:49
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date 06-JAN-2013 20:04:58
    Uptime 496 days 18 hr. 29 min. 44 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /home/ryan/app/ryan/product/11.2.0/dbhome_1/network/admin/listener.ora
    Listener Log File /home/ryan/app/ryan/diag/tnslsnr/localhost/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1521)))
    The listener supports no services
    The command completed successfully

  • The listener supports no services

    Hello,
    I have trouble to connect to DB after unxpected reboot due power outage ...
    Listener is not running. After start of Listener is not possible to connect to DB still.
    Here is the state of Listener:
    lsnrctl stat
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 30-AUG-2011 11:25:58
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date 30-AUG-2011 11:25:12
    Uptime 0 days 0 hr. 3 min. 46 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/diag/tnslsnr/CS-Oracle/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=CS-Oracle.***.co.at)(PORT=1521)))
    The listener supports no services
    The command completed successfully
    Listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = CS-Oracle.****.**.at)(PORT = 1521))
    ADR_BASE_LISTENER = /u01/app/oracle
    Thank you in advance for your help

    user13726158 wrote:
    When I used alter system register; so I get the following error ORA-01034: ORACLE not available,
    In case when I tried to startup DB so I get following errors:ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
    ORA-16032: parameter LOG_ARCHIVE_DEST_1 destination string cannot be translated
    ORA-07286: sksagdi: cannot obtain device information.
    Linux-x86_64 Error: 2: No such file or directory.So you need to drop or fix your LOG_ARCHIVE_DEST_1 initialization parameter. It would appear from the last error in the stack that it refers to a non-existent directory or a directory on which the owner of the oracle binaries does not have write permissions.

  • The listener supports no services-10g

    Dear all,
    10g on solaris 10
    I shutdown the db and stop the listener ..when I start the listener using
    lsnrctl start LISTENER
    is starts and displays
    The listener supports no services
    The command completed successfully
    # listener.ora Network Configuration File: /appl/oracle/product/1014/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = /appl/oracle/product/1014)
          (PROGRAM = extproc)
        (SID_DESC =
          (GLOBAL_DBNAME = orcl.med.com.sg)
          (ORACLE_HOME = /appl/oracle/product/1014)
          (SID_NAME = orcl)
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = tsta02.med.com.sg)(PORT = 1521))
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
      )when am trying to login to db to start the db , am getting the below error :
    export ORACLE_SID=ORCL
    sqlplus sys/password as sysdba
    ERROR:
    ORA-12545: Connect failed because target host or object does not exist
    tried
    sqlplus sys/password@orcl as sysdba
    ERROR:
    ORA-12154: TNS:could not resolve the connect identifier specifiedAny idea what am missing ?
    kai

    Thanks girish,
    export ORACLE_SID=orcl
    <tstapps02]oraias:/appl/oracle/product/102/bin> ./sqlplus sys/password as sysdba
    SQL*Plus: Release 10.1.0.4.2 - Production on Tue Dec 29 11:03:34 2009
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-12545: Connect failed because target host or object does not exist
    Enter user-name:
    ERROR:
    ORA-12545: Connect failed because target host or object does not exist
    Enter user-name:
    ERROR:
    ORA-12545: Connect failed because target host or object does not exist
    Kai
    Edited by: KaiS on Dec 29, 2009 12:04 AM

  • Listener: Listener supports no services.

    In 11gR1 RAC, my listener is giving the following output.
    lsnrctl statusConnecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Solaris Error: 146: Connection refused
    All the database instances are working fine and I am able to connect to sqlplus prompt with all SID's.
    I even tried re-editing the listener.ora and manually register the instances.
    I then started the listener but it gave me an output : "*The listener supports no services*"
    Am I missing something? Please help.

    I got this resolved by adding an entry in the lisener.ora file present in $ORACLE_HOME/network/admin
    Below is my complete file of listener.ora file
    # listener.ora Network Configuration File: /oracle/product/11.2.0/dbhome_2/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.10.10.10)(PORT = 1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = orcl)
    (ORACLE_HOME =/oracle/product/11.2.0/dbhome_2)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = orcl)
    (ORACLE_HOME = /oracle/product/11.2.0/dbhome_2)
    (SID_NAME = orcl)
    ADR_BASE_LISTENER = /oracle
    After this when i stopped and started oracle listener
    lsnrctl stop
    lsnrctl start
    then it shows the services has been started
    lsnrctl status
    LSNRCTL for Linux: Version 11.2.0.2.0 - Production on 20-JUL-2012 02:35:34
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=10.10.10.10)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.2.0 - Production
    Start Date 20-JUL-2012 02:35:16
    Uptime 0 days 0 hr. 0 min. 17 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /oracle/product/11.2.0/dbhome_2/network/admin/listener.ora
    Listener Log File /oracle/diag/tnslsnr/ipm/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.10.10.10)(PORT=1521)))
    Services Summary...
    Service "orcl" has 1 instance(s).
    Instance "orcl", status UNKNOWN, has 2 handler(s) for this service...
    The command completed successfully
    THUS ..... it starts
    do not forget to turn off firewall

  • Listener Supports no services

    Hi DB Experts,
    I am new to the Oracle DB and specifically 11g.
    I have a VM Ware machine, which had Oracle DB installed.
    When I am trying to start the DB server, I get the below logs:
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 17-FEB-2012 01:36:53
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Starting /u01/app/oracle/product/11.2.0/dbhome_1//bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Log messages written to /u01/app/oracle/product/11.2.0/dbhome_1/log/diag/tnslsnr/fmw/listener/alert/log.xml
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=fmw)(PORT=1521)))
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date 17-FEB-2012 01:36:54
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Log File /u01/app/oracle/product/11.2.0/dbhome_1/log/diag/tnslsnr/fmw/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=fmw)(PORT=1521)))
    The listener supports no services
    The command completed successfully
    SQL*Plus: Release 11.2.0.1.0 Production on Fri Feb 17 01:36:56 2012
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> ORACLE instance started.
    Total System Global Area 534462464 bytes
    Fixed Size 2215064 bytes
    Variable Size 394265448 bytes
    Database Buffers 130023424 bytes
    Redo Buffers 7958528 bytes
    Database mounted.
    Database opened.
    Why is that message flashed - Listener supports no services and Connected to an idle instance
    Is my listener no registered with the ORACLE instance of the database?
    Please help

    840235 wrote:
    Hi Billy,
    I am trying to start the DB using the ./dbstart ORACLE_HOME
    There are no messages flashed.
    I could get the listener started. But still, the instance is not registered with the listener:
    The instance will attempt to register itself with the listener when it (the instance) starts. If the listener is not started, it obviously cannot register with the listener.
    The instance will register/attempt to register with the listener every minute or so (I forget the exact interval). So if the instance starts first, when the listener finally starts, it will have to wait until the next registration request from the instance before it knows about the instance.
    >
    [oracle@fmw bin]$ ./dbstart /u01/app/oracle/product/11.2.0/dbhome_1
    [oracle@fmw bin]$ ./lsnrctl status
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 17-FEB-2012 02:33:28
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date 17-FEB-2012 02:32:53
    Uptime 0 days 0 hr. 0 min. 34 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/product/11.2.0/dbhome_1/log/diag/tnslsnr/fmw/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=fmw)(PORT=1521)))
    The listener supports no services
    The command completed successfully

  • The listener supports no services - auto register with a non-default listen

    Hi, I have this error when I check lsnr status...
    $ lsnrctl status L_EST
    LSNRCTL for HPUX: Version 10.2.0.4.0 - Production on 24-APR-2009 16:27:05
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias L_EST
    Version TNSLSNR for HPUX: Version 10.2.0.4.0 - Production
    Start Date 23-APR-2009 16:33:11
    Uptime 0 days 23 hr. 53 min. 54 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u02/app/oracle/product/10.2/Db_1/network/admin/listener.ora
    Listener Log File /u02/app/oracle/product/10.2/Db_1/network/log/l_est.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.142.245)(PORT=1541)))
    The listener supports no services
    The command completed successfully
    $
    I want PMON to register with a local listener that does not use TCP/IP, port 1521.
    Can somebody tell me how I should procede?

    This is my listener.ora file.
    $ cat listener.ora
    # listener.ora Network Configuration File: /u02/app/oracle/product/10.2/Db_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    RK/ADMIN/LISTENER.ORA = rk/admin/listener.ora
    L_EST =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = myHostname)(PORT = 1541))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u02/app/oracle/product/10.2/Db_1)
    (PROGRAM = extproc)
    $Thanks
    damorgan wrote:
    Post your listener.oraEdited by: martinmorono on Apr 24, 2009 5:47 PM

  • WHY: Scan VIP does failover, but Scan Listener does not!

    Hi,
    I have a two node cluster based on 11.2.0.4 (no patches yet). When one node is down, the scan vip does failover to the other node, but however the scan listener does not:
    All up and running:
    [oracle@rzsolv236 ~]$ crsctl stat res -t
    NAME           TARGET  STATE        SERVER                   STATE_DETAILS
    Local Resources
    ora.DG_GRID.dg
                   ONLINE  ONLINE       rzsolv236
                   ONLINE  ONLINE       rzsolv237
    ora.LISTENER.lsnr
                   ONLINE  ONLINE       rzsolv236
                   ONLINE  ONLINE       rzsolv237
    ora.asm
                   ONLINE  ONLINE       rzsolv236                Started
                   ONLINE  ONLINE       rzsolv237                Started
    ora.gsd
                   OFFLINE OFFLINE      rzsolv236
                   OFFLINE OFFLINE      rzsolv237
    ora.net1.network
                   ONLINE  ONLINE       rzsolv236
                   ONLINE  ONLINE       rzsolv237
    ora.ons
                   ONLINE  ONLINE       rzsolv236
                   ONLINE  ONLINE       rzsolv237
    ora.registry.acfs
                   ONLINE  ONLINE       rzsolv236
                   ONLINE  ONLINE       rzsolv237
    Cluster Resources
    ora.LISTENER_SCAN1.lsnr
          1        ONLINE  ONLINE       rzsolv236
    ora.LISTENER_SCAN2.lsnr
          1        ONLINE  ONLINE       rzsolv237
    ora.cvu
          1        ONLINE  ONLINE       rzsolv236
    ora.oc4j
          1        ONLINE  ONLINE       rzsolv236
    ora.rzsolv236.vip
          1        ONLINE  ONLINE       rzsolv236
    ora.rzsolv237.vip
          1        ONLINE  ONLINE       rzsolv237
    ora.scan1.vip
          1        ONLINE  ONLINE       rzsolv236
    ora.scan2.vip
          1        ONLINE  ONLINE       rzsolv237
    One node is down:
    [oracle@rzsolv236 bin]# ./crsctl stat res -t
    NAME           TARGET  STATE        SERVER                   STATE_DETAILS
    Local Resources
    ora.DG_GRID.dg
                   ONLINE  ONLINE       rzsolv236
    ora.LISTENER.lsnr
                   ONLINE  ONLINE       rzsolv236
    ora.asm
                   ONLINE  ONLINE       rzsolv236                Started
    ora.gsd
                   OFFLINE OFFLINE      rzsolv236
    ora.net1.network
                   ONLINE  ONLINE       rzsolv236
    ora.ons
                   ONLINE  ONLINE       rzsolv236
    ora.registry.acfs
                   ONLINE  ONLINE       rzsolv236
    Cluster Resources
    ora.LISTENER_SCAN1.lsnr
          1        ONLINE  ONLINE       rzsolv236
    ora.LISTENER_SCAN2.lsnr
          1        ONLINE  OFFLINE
    ora.cvu
          1        ONLINE  ONLINE       rzsolv236
    ora.oc4j
          1        ONLINE  ONLINE       rzsolv236
    ora.rzsolv236.vip
          1        ONLINE  ONLINE       rzsolv236
    ora.rzsolv237.vip
          1        ONLINE  INTERMEDIATE rzsolv236                FAILED OVER
    ora.scan1.vip
          1        ONLINE  ONLINE       rzsolv236
    ora.scan2.vip
          1        ONLINE  INTERMEDIATE rzsolv236                FAILED OVER
    It is the same with manual relocate, for the scan vip only it works:
    [oracle@rzsolv236 ~]$ srvctl relocate scan -i 2 -n rzsolv236
    [oracle@rzsolv236 ~]$ crsctl stat res -t
    NAME           TARGET  STATE        SERVER                   STATE_DETAILS
    Local Resources
    ora.DG_GRID.dg
                   ONLINE  ONLINE       rzsolv236
                   ONLINE  ONLINE       rzsolv237
    ora.LISTENER.lsnr
                   ONLINE  ONLINE       rzsolv236
                   ONLINE  ONLINE       rzsolv237
    ora.asm
                   ONLINE  ONLINE       rzsolv236                Started
                   ONLINE  ONLINE       rzsolv237                Started
    ora.gsd
                   OFFLINE OFFLINE      rzsolv236
                   OFFLINE OFFLINE      rzsolv237
    ora.net1.network
                   ONLINE  ONLINE       rzsolv236
                   ONLINE  ONLINE       rzsolv237
    ora.ons
                   ONLINE  ONLINE       rzsolv236
                   ONLINE  ONLINE       rzsolv237
    ora.registry.acfs
                   ONLINE  ONLINE       rzsolv236
                   ONLINE  ONLINE       rzsolv237
    Cluster Resources
    ora.LISTENER_SCAN1.lsnr
          1        ONLINE  ONLINE       rzsolv236
    ora.LISTENER_SCAN2.lsnr
          1        ONLINE  OFFLINE
    ora.cvu
          1        ONLINE  ONLINE       rzsolv236
    ora.oc4j
          1        ONLINE  ONLINE       rzsolv236
    ora.rzsolv236.vip
          1        ONLINE  ONLINE       rzsolv236
    ora.rzsolv237.vip
          1        ONLINE  ONLINE       rzsolv237
    ora.scan1.vip
          1        ONLINE  ONLINE       rzsolv236
    ora.scan2.vip
          1        ONLINE  INTERMEDIATE rzsolv236                FAILED OVER
    [oracle@rzsolv236 ~]$ srvctl relocate scan -i 2 -n rzsolv237
    [oracle@rzsolv236 ~]$ crsctl stat res -t
    NAME           TARGET  STATE        SERVER                   STATE_DETAILS
    Local Resources
    ora.DG_GRID.dg
                   ONLINE  ONLINE       rzsolv236
                   ONLINE  ONLINE       rzsolv237
    ora.LISTENER.lsnr
                   ONLINE  ONLINE       rzsolv236
                   ONLINE  ONLINE       rzsolv237
    ora.asm
                   ONLINE  ONLINE       rzsolv236                Started
                   ONLINE  ONLINE       rzsolv237                Started
    ora.gsd
                   OFFLINE OFFLINE      rzsolv236
                   OFFLINE OFFLINE      rzsolv237
    ora.net1.network
                   ONLINE  ONLINE       rzsolv236
                   ONLINE  ONLINE       rzsolv237
    ora.ons
                   ONLINE  ONLINE       rzsolv236
                   ONLINE  ONLINE       rzsolv237
    ora.registry.acfs
                   ONLINE  ONLINE       rzsolv236
                   ONLINE  ONLINE       rzsolv237
    Cluster Resources
    ora.LISTENER_SCAN1.lsnr
          1        ONLINE  ONLINE       rzsolv236
    ora.LISTENER_SCAN2.lsnr
          1        ONLINE  ONLINE       rzsolv237
    ora.cvu
          1        ONLINE  ONLINE       rzsolv236
    ora.oc4j
          1        ONLINE  ONLINE       rzsolv236
    ora.rzsolv236.vip
          1        ONLINE  ONLINE       rzsolv236
    ora.rzsolv237.vip
          1        ONLINE  ONLINE       rzsolv237
    ora.scan1.vip
          1        ONLINE  ONLINE       rzsolv236
    ora.scan2.vip
          1        ONLINE  ONLINE       rzsolv237
    [oracle@rzsolv236 ~]$
    But it does not for the scan listener:
    [oracle@rzsolv236 ~]$ srvctl relocate scan_listener -i 2 -n rzsolv236
    PRCR-1105 : Failed to relocate resource ora.LISTENER_SCAN2.lsnr to node rzsolv236
    PRCR-1089 : Failed to relocate resource ora.LISTENER_SCAN2.lsnr.
    CRS-2674: Starten von "ora.scan2.vip" auf "rzsolv236" nicht erfolgreich
    [oracle@rzsolv236 ~]$ srvctl relocate scan -i 2 -n rzsolv236
    [oracle@rzsolv236 ~]$ srvctl relocate scan_listener -i 2 -n rzsolv236
    PRCR-1090 : Failed to relocate resource ora.LISTENER_SCAN2.lsnr. It is not running.
    [oracle@rzsolv236 ~]$
    Any ideas?
    Robert

    Hi,
    thank you, but this does not match to my problem:
    - those socket files are owned by oracle:oinstall on both nodes, I deleted them to give it a try but no change
    - I can start the LISTENER_SCAN2 on node 1 using lsnrctl when node 2 is down, but I cannot using crsctl and GI does not check it when I start the listener manually
    - GI seems to be kind of confused about the state of the LISTENER_SCAN2 while node 2 is down (is already in the INTERMEDIATE state on server 'rzsolv236' vs. OFFLINE state in crsctl stat res -t)
    see output below ...
    [oracle@rzsolv236 ~]$ crsctl stat res -t
    NAME           TARGET  STATE        SERVER                   STATE_DETAILS
    Local Resources
    ora.DG_GRID.dg
                   ONLINE  ONLINE       rzsolv236
    ora.LISTENER.lsnr
                   ONLINE  ONLINE       rzsolv236
    ora.asm
                   ONLINE  ONLINE       rzsolv236                Started
    ora.gsd
                   OFFLINE OFFLINE      rzsolv236
    ora.net1.network
                   ONLINE  ONLINE       rzsolv236
    ora.ons
                   ONLINE  ONLINE       rzsolv236
    ora.registry.acfs
                   ONLINE  ONLINE       rzsolv236
    Cluster Resources
    ora.LISTENER_SCAN1.lsnr
          1        ONLINE  ONLINE       rzsolv236
    ora.LISTENER_SCAN2.lsnr
          1        ONLINE  OFFLINE
    ora.cvu
          1        ONLINE  ONLINE       rzsolv236
    ora.oc4j
          1        ONLINE  ONLINE       rzsolv236
    ora.rzsolv236.vip
          1        ONLINE  ONLINE       rzsolv236
    ora.rzsolv237.vip
          1        ONLINE  INTERMEDIATE rzsolv236                FAILED OVER
    ora.scan1.vip
          1        ONLINE  ONLINE       rzsolv236
    ora.scan2.vip
          1        ONLINE  INTERMEDIATE rzsolv236                FAILED OVER
    [oracle@rzsolv236 ~]$
    [oracle@rzsolv236 ~]$ crsctl start res ora.LISTENER_SCAN2.lsnr -n rzsolv23
    CRS-2800: Cannot start resource 'ora.scan2.vip' as it is already in the INTERMEDIATE state on server 'rzsolv236'
    CRS-4000: Command Start failed, or completed with errors.
    [oracle@rzsolv236 ~]$
    [oracle@rzsolv236 ~]$ lsnrctl status LISTENER_SCAN2
    LSNRCTL for Linux: Version 11.2.0.4.0 - Production on 28-NOV-2013 16:12:15
    Copyright (c) 1991, 2013, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN2)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       Linux Error: 2: No such file or directory
    [oracle@rzsolv236 ~]$
    [oracle@rzsolv236 ~]$ lsnrctl start LISTENER_SCAN2
    LSNRCTL for Linux: Version 11.2.0.4.0 - Production on 28-NOV-2013 16:12:32
    Copyright (c) 1991, 2013, Oracle.  All rights reserved.
    Starting /ora01/app/grid/product/GRID_11.2.0.4/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 11.2.0.4.0 - Production
    System parameter file is /ora01/app/oracle/network/admin/listener.ora
    Log messages written to /ora01/app/oracle/diag/tnslsnr/rzsolv236/listener_scan2/alert/log.xml
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER_SCAN2)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN2)))
    STATUS of the LISTENER
    Alias                     LISTENER_SCAN2
    Version                   TNSLSNR for Linux: Version 11.2.0.4.0 - Production
    Start Date                28-NOV-2013 16:12:32
    Uptime                    0 days 0 hr. 0 min. 1 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /ora01/app/oracle/network/admin/listener.ora
    Listener Log File         /ora01/app/oracle/diag/tnslsnr/rzsolv236/listener_scan2/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER_SCAN2)))
    The listener supports no services
    The command completed successfully
    [oracle@rzsolv236 ~]$
    [oracle@rzsolv236 ~]$ lsnrctl status LISTENER_SCAN2
    LSNRCTL for Linux: Version 11.2.0.4.0 - Production on 28-NOV-2013 16:12:37
    Copyright (c) 1991, 2013, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN2)))
    STATUS of the LISTENER
    Alias                     LISTENER_SCAN2
    Version                   TNSLSNR for Linux: Version 11.2.0.4.0 - Production
    Start Date                28-NOV-2013 16:12:32
    Uptime                    0 days 0 hr. 0 min. 4 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /ora01/app/oracle/network/admin/listener.ora
    Listener Log File         /ora01/app/oracle/diag/tnslsnr/rzsolv236/listener_scan2/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER_SCAN2)))
    The listener supports no services
    The command completed successfully
    [oracle@rzsolv236 ~]$
    [oracle@rzsolv236 ~]$
    [oracle@rzsolv236 ~]$ crsctl stat res -t
    NAME           TARGET  STATE        SERVER                   STATE_DETAILS
    Local Resources
    ora.DG_GRID.dg
                   ONLINE  ONLINE       rzsolv236
    ora.LISTENER.lsnr
                   ONLINE  ONLINE       rzsolv236
    ora.asm
                   ONLINE  ONLINE       rzsolv236                Started
    ora.gsd
                   OFFLINE OFFLINE      rzsolv236
    ora.net1.network
                   ONLINE  ONLINE       rzsolv236
    ora.ons
                   ONLINE  ONLINE       rzsolv236
    ora.registry.acfs
                   ONLINE  ONLINE       rzsolv236
    Cluster Resources
    ora.LISTENER_SCAN1.lsnr
          1        ONLINE  ONLINE       rzsolv236
    ora.LISTENER_SCAN2.lsnr
          1        ONLINE  OFFLINE
    ora.cvu
          1        ONLINE  ONLINE       rzsolv236
    ora.oc4j
          1        ONLINE  ONLINE       rzsolv236
    ora.rzsolv236.vip
          1        ONLINE  ONLINE       rzsolv236
    ora.rzsolv237.vip
          1        ONLINE  INTERMEDIATE rzsolv236                FAILED OVER
    ora.scan1.vip
          1        ONLINE  ONLINE       rzsolv236
    ora.scan2.vip
          1        ONLINE  INTERMEDIATE rzsolv236                FAILED OVER
    [oracle@rzsolv236 ~]$
    Regards,
    Robert

  • Listener not showing services.

    Hi,
    version:-11.2.0.2
    I have a RAC setup with two nodes.
    When i check the status of main node,it is showing services but remote node is showing no services.
    On Node 1
    lsnrctl status LISTENER
    Services Summary...
    Service "+ASM" has 1 instance(s).
      Instance "+ASM1", status READY, has 1 handler(s) for this service...
    Service "PDB1" has 1 instance(s).
      Instance "PDB1", status READY, has 1 handler(s) for this service...
    Service "PXDB" has 1 instance(s).
      Instance "PDB1", status READY, has 1 handler(s) for this service...
    The command completed successfully
    SQL> show parameter listener
    NAME                                 TYPE        VALUE
    listener_networks                    string
    local_listener                       string      (DESCRIPTION=(ADDRESS_LIST=(AD
                                                     DRESS=(PROTOCOL=TCP)(HOST=x.
                                                     x.x.x)(PORT=1521))))
    remote_listener                      string      PDB-cluster:1521
    On Node 2
    lsnrctl status LISTENER
    Listening Endpoints Summary...
      The listener supports no services
    The command completed successfully
    show parameter listener
    NAME                                 TYPE        VALUE
    listener_networks                    string
    local_listener                       string      (DESCRIPTION=(ADDRESS_LIST=(AD
                                                     DRESS=(PROTOCOL=TCP)(HOST=x.
                                                     x.x.x)(PORT=1521))))
    remote_listener                      string      PDB-cluster:1521Kindly let me know how to resolve this.

    NAME           TARGET  STATE        SERVER                   STATE_DETAILS
    Local Resources
    ora.ASM.dg
                   ONLINE  ONLINE       phost1
                   ONLINE  ONLINE       phost2
    ora.DATA.dg
                   ONLINE  ONLINE       phost1
                   ONLINE  ONLINE       phost2
    ora.IDXDG.dg
                   ONLINE  ONLINE       phost1
                   ONLINE  ONLINE       phost2
    ora.LISTENER.lsnr
                   ONLINE  OFFLINE      phost1
                   ONLINE  ONLINE       phost2
    ora.REDODG.dg
                   ONLINE  ONLINE       phost1
                   ONLINE  ONLINE       phost2
    ora.asm
                   ONLINE  ONLINE       phost1
                   ONLINE  ONLINE       phost2                 Started
    ora.gsd
                   OFFLINE OFFLINE      phost1
                   OFFLINE OFFLINE      phost2
    ora.net1.network
                   ONLINE  ONLINE       phost1
                   ONLINE  ONLINE       phost2
    ora.ons
                   ONLINE  ONLINE       phost1
                   ONLINE  ONLINE       phost2
    Cluster Resources
    ora.LISTENER_SCAN1.lsnr
          1        ONLINE  ONLINE       phost1
    ora.cvu
          1        ONLINE  ONLINE       phost2
    ora.oc4j
          1        ONLINE  ONLINE       phost2
    ora.pdb.db
          1        ONLINE  ONLINE       phost1                 Open
          2        ONLINE  ONLINE       phost2                 Open
    ora.scan1.vip
          1        ONLINE  ONLINE       phost1
    ora.phost1.vip
          1        ONLINE  ONLINE       phost1
    ora.phost2.vip
          1        ONLINE  ONLINE       phost2Edited by: user10698496 on May 9, 2012 1:46 AM

  • SCAN listner is not supporting any services

    Hi Gurus,
    We have 10.2 database running on 11.2 Grid. 10.2 and 11.2 softwares were installed with different os users(oracle and oragrid respectively).
    Now the issue is that,
    After the DB was brought up SCAN listener shows it does not support any services when we do a lsnrctl status against SCAN listener name as oragrid user.
    I am under the assumption that once we bringup DB SCAN listener should be supporting the DB service automatically, please clarify.
    Also is it supported to run Database and Grid softwares as different users.
    Thanks,
    Aditya

    Nothing happens "automatically' There are defaults and there are configurations. You may want to check with Oracle Support to see if SCAN is even supported/supportable on 10g. While it is purported to "work?", I have not seen where it is supported.
    See:
    http://www.oracle.com/technetwork/products/clustering/overview/scan-129069.pdf
    As damorgan said,
    did you create any services - in 11gRAC you would remove the entry service_name parameters and create the service. I would add make sure local/remote_listener parameters are set correctly. (see the SCAN doc above.)

  • SCAN LISTENER runs from only one node at a time from /etc/hosts !

    Dear all ,
    Recently I have to configure RAC in oracle 11g(r2) in AIX 6.1 . Since in this moment it is not possible to configure DNS, so I dont use SCAN ip into the DNS/GNS, I just add the SCAN ip into the host file like :
    cat /etc/hosts
    SCAN 172.17.0.22
    Got the info from : http://www.freeoraclehelp.com/2011/12/scan-setup-for-oracle-11g-release211gr2.html#ORACLE11GR2RACINS
    After configuring all the steps of RAC , Every services are ok except SCAN_LISTENER . This listener is up only one node at a time . First time when I chek it from node1 , it shows :
    srvctl status scan_listener
    SCAN listener LISTENER_SCAN1 is enabled
    SCAN listener LISTENER_SCAN1 is running on node dcdbsvr1
    now when I relocate it from node 2 using
    "srvctl relocate scan -i 1-n DCDBSVR2" , then the output shows :
    srvctl status scan_listener
    SCAN listener LISTENER_SCAN1 is enabled
    SCAN listener LISTENER_SCAN1 is running on node dcdbsvr2
    Baring these , we have to try to relocate it from the node2 by the following way, then it shows the error :
    srvctl relocate scan -i 2 -n DCDBSVR2
    resource ora.scan2.vip does not exists
    Now my question , How can I run the SCAN and SCAN_LISTENER both of the NODES ?
    Here is my listener file (which is in the GRID home location) configuration :
    Listener File OF NODE1 AND NODE 2:
    ==================================
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN1=ON
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER=ON
    LISTENER_SCAN1 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC) (KEY = LISTENER_SCAN1)
    ADR_BASE_LISTENER_SCAN1 = /U01/APP/ORACLE
    2)
    Another issue , when I give the command : " ifconfig -a " , then it shows the SCAN ip either node1 or node2 . suppose if the SCAN ip is in the node1 , and then if I run the "relocate" command from node2 , the ip goes to the Node 2 . is it a correct situation ? advice plz ... ...
    thx in advance .. ...
    Edited by: shipon_97 on Jan 10, 2012 7:22 AM
    Edited by: shipon_97 on Jan 10, 2012 7:31 AM

    After configuring all the steps of RAC , Every services are ok except SCAN_LISTENER . This listener is up only one node at a time . First time when I chek it from node1 , it shows :If I am not wrong and after looking at the document you sent, you will be able to use only once scan in case you use /etc/host file and this will be up on only one node where you added this scan entry in /etc/hosts file.
    Now my question , How can I run the SCAN and SCAN_LISTENER both of the NODES ?Probably you can't in your case, you might run only one i think and on one node only
    srvctl status scan_listener
    SCAN listener LISTENER_SCAN1 is enabled
    SCAN listener LISTENER_SCAN1 is running on node dcdbsvr1
    now when I relocate it from node 2 using
    "srvctl relocate scan -i 1 -n DCDBSVR2" , then the output shows :
    srvctl status scan_listener
    SCAN listener LISTENER_SCAN1 is enabled
    SCAN listener LISTENER_SCAN1 is running on node dcdbsvr2You moved scan listener from node 1 to node 2, OK
    Baring these , we have to try to relocate it from the node2 by the following way, then it shows the error :
    srvctl relocate scan -i 2 -n DCDBSVR2
    resource ora.scan2.vip does not exists
    --------------------------------------------------------------------------------Since you have only one scan, you can't relocate "2". So ise "1" instead here also
    FYI
    http://www.oracle.com/technetwork/database/clustering/overview/scan-129069.pdf
    Salman

  • How to failover SCAN VIP and SCAN Listener from one node to another?

    Environment:
    O.S :          HP-UX  B.11.31 U ia64
    RDBMS:   Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    It is a 2 Node RAC.
    Question:
    How to failover the SCAN VIP and SCAN LISTENER running on node 1 to node 2?
    What is the relation between standard LISTENER and SCAN LISTENER ?
    Why do we need LISTENER, when we have SCAN LISTENER ?
    When I tried with SRCVTL STOP LISTENER , I thought the SCAN LISTENER adn SCAN IP will failover, but it did not?
    Also please clarify if I use SRVCTL RELOCATE SCAN -i 1 -n Node1
    Actalluy I am trying that by moving the SCAN listeners so that when I do PSU 7 patching on 1 node, no incoming attempt to connect will spawn
    a process and thereby opening files in $ORACLE_HOME (which would prevent the patch from occurring)
    Please clarify my queries.
    Thanks,  Sivaprasad.S

    Hi Sivaprasad,
    1. The following link will help you for SCAN VIP and SCAN LISTENER failover from 1 node to another.
    http://heliosguneserol.wordpress.com/2012/10/19/how-to-relocate-scan_listener-from-one-node-to-another-node-on-rac-system/
    http://oracledbabay.blogspot.co.uk/2013/05/steps-to-change-scan-ip-address-in.html
    2. The Standard LISTENER is specific for particular node for which it is running. It cannot be relocated as its specific for the node its running. SCAN listeners are not replacements for the node listeners.A new set of cluster processes called scan listeners will run on three nodes in a cluster (or all nodes if there are less than 3).  If you have more than three nodes, regardless of the number of nodes you have, there will be at most three scan listeners. So no relation for standard LISTENER and SCAN LISTENER.
    3. Hmmm. let me put it in easy way for this question. All the RAC services like, asm, db , services, nodeapps registers with this SCAN_LISTENER. So if any of these services (asm, db , services, nodeapps) got down/not running, the SCAN_LISTENER will know the down status, and if any client requests to access the node/service which is down, the SCAN_LISTENER will redirect the client request to the least loaded node. So here all these process will happen without the knowledge of client. And As usual the standard LISTENER looks only for incoming request to connect with the database. So we need both LISTENER and SCAN LISTENER.
    4. If you provide SRCVTL STOP LISTENER,  it stops the default listener on the specified node_name, or the listeners represented in a given list of listener names, that are registered with Oracle Clusterware on the given node. No failover will happen under this case.
    5. Yes you can relocate if you want to relocate the scan.
    Hope this helps!!
    Regards,
    Pradeep. V

Maybe you are looking for

  • My apple I'd on my iPad is different than on my other apple devices how do i get them all to be the same

    I want to update some apps on my iPad mini but the user I'd that is displayed is not the one I use on all other devices how do I change the applied on just the iPad mini so that it is the same as all other devices I use. I donor want to change my pas

  • Problem Entity framework and short types

    I am using the Entity Framework in Visual Studio to access a table in my oracle database. Problem is when selecting a record in runtime the following error shows up: Value was either too large or too small for an Int16 This error originates when tryi

  • Microphone for Macs

    I gotta say I love Garageband/Logic, but I am missing a professional microphone. At the moment, my band (literally a garage band, which consists of 5 members) record with our MacBook microphone, which doesn't really turn out nice-sounding all the tim

  • 'Me' in a new email

    Hi there, all you Apple Mail experts! I hope you can help :-)  When I write an email and type 'me' in the To: box, I see a list of the email addresses that I use - this is very helpful most of the time, but the email address that pops up at the top o

  • Should I uninstall SMCFanControl before upgrading to 10.4.9?

    Did anyone successfully update to 10.4.9 with SMCFanControl installed? I didn't know if this should be uninstalled prior to updating?