RAC - remote Listener problem

Hey guys, I got a call with the support of the oracle, but they are just to slow down, so I need to ask the real experts in :-)

I have 2 CCR node with 3 databases on this subject.
Also I have 2 more machine that have installed the connection manager, and those that are used to connect to the database via a web application. Everything is good...

I created an entry to listener for the cluster of connection manager and set the parameter remote_listener for this entry.
Thus, one of the 3 database registers its service on the connection manager. Still all good. Life of the connection the webapp works very well.

BUT! When I try a local sql (connect sys/password@dbsrv as sysdba) connection sometimes TNS error code.
ORA-12514: TNS:listener is not currently of service requested in connect
Descriptor. tnsping works fine for the database. the normal listener also shows the correct state of the database
lsnrctl status...
Service 'dbsrv' has 1 instance (s).
'Dbsrv1' instance, State LOAN, has 2 managers of this service...
....

When I put the remote_listener parameter 'scan_listener:1521' sql connection cluster works.
Also I can´t get a valid cluster resource connection state in enterprise manager, when the remote_listener parameter is set to cman listener.
When the parameter is set to the name of the scan enterprise cluster manager works fine as well
But when his game up to the listener to cluster, the database is registered to the listener of connection manager. If no connection is possible.

So two questions left...
Can I have an entry for the connection manager in the tnsnames.ora and set the parameter remote_listener for this entry?
What impact does -
Why is a local sql connect is not possible when the remote_listener parameter is not set?

The EM is a no prior problem, but ideas to that as well?

Hi Christian,

what I mean by that, you can include 2 settings in the entry of remote_listener. So include SCAN + CMAN:

ALTER system set remote_listener = "SCAN - cluster:1521","(DESCRIPTION=(address_list=(address=(protocol=tcp)(host=cmahost01)(port=1610))(address=(protocol=tcp)(host=cmahost02)(port=1610)))";

It would be possible to do something like:

ALTER system set remote_listener = "SCAN-cluster: 1521", "cman_listener";

as well, but I have not tried.
If you set this, just check after a record of system alter, if CMAN both SCAN knows the database service (lsnrctl status )

Sebastian

Tags: Database

Similar Questions

  • Remote listening port

    Hi all

    I have oracle 11g rac ASM in RHEL5
    I have 2 nodes
    node 1 VIP 115
    node 2 VIP 116
    for each of these nodes, I local listened as oracle said, I also have remote listener
    witch is listen to these two nodes and do the load balancing and my remote interlocutor is set to SCAN ip like oracle

    My question is:
    the remote listener is resident in what node because I found the listener even also reside remotely in nodes 1 and 2
    When the connection is came to the listener (distance) of the database is also detect that new connection is coming and then
    to see which node is have less load and pass this connection to the local listening port, so I need to know the remote listener
    reside in the nodes 1 and 2 or... I don't know?


    Thank you very much

    crsctl State resource t
    This will show you the current locations of all resources, including your listeners SCAN.

  • Local listener & remote listener

    Hello

    One can tell what is Local_listener Remote_listener, I tried to understand the documents may, but I did not get clear.

    Thanks and greetings
    Syed Khalid Ali

    as you can see output on node1

    .
    .
    Service 'jicracdb' has 2 occurrences.
    'Jicracdb1' instance, State LOAN, has 2 managers of this service...
    Managers:
    "DEDICATED" set up: 0 denied: 0 status: ready
    REMOTE SERVER
    (ADDRESS = (PROTOCOL = TCP)(HOST=JICRAC1) (PORT = 1521))< this="" is="" the="" address="" of="" local="">
    "DEDICATED" implemented: 2279 refused: 0 status: ready
    LOCAL SERVER
    'Jicracdb2' instance, State LOAN, has 1 operation for this service...
    Managers:
    "DEDICATED" implemented: 538 refused: 0 status: ready
    REMOTE SERVER
    (ADDRESS = (PROTOCOL = TCP)(HOST=JICRAC2) (PORT = 1521))< this="" is="" the="" address="" of="" remote="">
    .
    .

    as you can see the addresses public hostname (JICRAC1, JICRAC2) and not the VIP (jicrac1-vip, jicrac2-vip).
    This means that, if the listener redirects a client connection to another node, it will use the hostname JICRAC1, instead of jicrac1-vip. While JICRAC1 can not ve can be solved by the customer and therefore received the error ORA-12545.

    I think that it is because you did not explicitly set the local_listener parameter.

    She seems to be the same question in this metalink note:
    RAC connection redirected host/IP error ORA-12545 [ID 364855.1]

    then try to set the local_listener alias correct to refer to the local listener on each node and see if the problem is resolved.

    as for your other question related to the .cs and .srv...
    These are created when you create a database service, as below:

    Service 'ractest' has 2 occurrences.

    services are used to manage the workload in the CARS.
    Please visit the following link to the documentation for more information:
    http://download.Oracle.com/docs/CD/B19306_01/RAC.102/b14197/hafeats.htm

    Best regards
    Moustafa Hassan

  • Question of the remote listener

    Dear Experts,

    In my * 11 GR 2 * database - ORCL (node 4 CARS), I remote_listener and local_listener as below:

    I understand 1521 is the default listening port. I have a server (prodsrv2) remote where the oracle client is installed and the plug sockets in the ORCL base that runs in prodsrv1. Is this average tnsnames.ora on prodsrv2 must have 1521 as the only listed port while communicating to the ORCL database?
    SQL> show parameter remote_lis
    
    NAME                                 TYPE                             VALUE
    ------------------------------------ -------------------------------- ------------------------------
    remote_listener                      string                           prodsrv1:1521
    
    
    SQL> show parameter local_lis
    
    NAME                                 TYPE                             VALUE
    ------------------------------------ -------------------------------- ------------------------------
    local_listener                       string                           (DESCRIPTION=(ADDRESS_LIST=(AD
                                                                          DRESS=(PROTOCOL=TCP)(HOST=161.
                                                                          222.59.68)(PORT=1521))(ADDRESS
                                                                          =(PROTOCOL=TCP)(HOST=161.222.5
                                                                          9.68)(PORT=6057))(ADDRESS=(PRO
                                                                          TOCOL=TCP)(HOST=161.222.59.68)
                                                                          (PORT=6052))(ADDRESS=(PROTOCOL
                                                                          =TCP)(HOST=161.222.59.68)(PORT
                                                                          =5458))))

    In my 11 GR 2 - ORCL (node 4 RAC) database, I remote_listener and local_listener as below:

    Is this average tnsnames.ora on prodsrv2 must have 1521 as the only listed port while communicating to the ORCL database?

    If the scan is set up then you do a connectivity with listener to scan, you can check the scan as a listening port
    srvctl config scan_listener

    http://www.Oracle.com/technetwork/database/clustering/overview/scan-129069.PDF

  • Toshiba SD - 63HK Home Theater system with remote control problem

    I have a Toshiba SD-63HK home theater system. Suddenly, the remote doesn't work this morning - I changed the batteries and it has no effect. Also tried again taking the DVD Player off the coast of the socket and of suite, and this doesn't have to do anything too. Someone at - it ideas? Everyone knows about similar problems with this system?

    Guess what; you are the first user of this forum that opened a thread on the Toshiba SD - 63HK Home Theater

    This system multimedia isn't known to me, but if your remote has stopped working and the batteries are not the reason for this problem; Then, there must be some kind of hardware malfunction.

    Maybe you can order this remote separately try to search on the internet for this part

  • Portege M800-PPM81E - installation of remote control problem

    Hello guys,.

    I have a problem to install the remote on this laptop.
    First the winbond CIR driver does not work, I try on different OS... the same message... "There is a problem with this Windows package install."

    A program run as part of the Setup did not finish as expected. Contact your supplier of staff or the package of support ".
    I've now installed Vista x 64... doesn't work.

    Thank you
    M.G.

    Hello

    Remove the old software on the remote control of the system.
    Then, visit the page of European driver of Toshiba and download the drivers and tools.

    On the Toshiba page I found the Remote Control Manager v.2.4.0.1. This driver is required for the remote control work.

  • remote control problems

    I'm trying to control a presentation Keynote on my Macbook Air to 2015 with an iphone 2015 6s.  Both devices have updated to OS and Keynote software.  Keynote on the Macbook is set to "enable remote" and he found the iphone.  But the iphone can't find the Macbook.  He just continues "looking for Macbook.  Both devices use the same residential Wi - Fi network.  Any suggestions on where to look the problem?

    It's the definitive method for the configuration and use of Keynote Remote: Keynote Remote using

  • Qosmio F20-130: (infrared) remote control problem

    Hi guys,.

    got a little problem which I think I've seen on this forum before. My remote no longer works. Used to work properly. Now, with the laptop turned off and connected remotely, I can light up the lap top. However, it does nothing else. If I press a button, the red light on the remote flashes and the Red led on the receiver will Flash but nothing seems to happen.

    I checked in device manager and I have tried using another USB cable to connect the infra-red receiver. Any ideas on what could be the problem? There is no secret key which I pressed by accident is there which disables the remote control?

    Dave

    Hello

    I put t know if it helps but try to remove this command remotely in the Device Manager and unplugged the unit. After the new trial to restart to connect the remote control again.
    In addition, please check the batteries. I know the flesh of lights but nevertheless check.

  • H5360 projector remote control problem

    Hello!

    I bought a used projector that has the remote unworking. However, he sends IR pulses when he looked through the lens of the camera. So the fault seems to be in control/receiver of the projector unit.

    I measured the RS232 port after not being able to use it with Arduino and got these readings during the measure against VGA-land:

    -Left male (TX):-8, 80V

    -Down pin (ground): 0V

    -Straight male (RX): 0V

    My guess is lack of head of Orchestra/component. Does anyone have a good idea how to continue now?

    I have experience with electronics and I plan to continue the component by component from IR LEDS and RS232 port that very probably lead to the same circuit.

    I am unable to provide recommendations on how you can fix the problem, you declare yourself. If you feel that there is a hardware problem with your projector, I recommend that you only contact warranty support in your region.

  • Common remote connection problem

    I have a router Linksys WRT54GS who have used for many years without any problems. After installing a home security system I set up to connect to the DVR camera remotely from work or my phone and it worked fine. Then the next day it wouldn't connect remotely. I thought that maybe my ip has changed. I am on TWC. Anytway, I unplug the router and reconnect and again I could see the cameras DVR remotely. After I reset the Linksys router, but then the next day, he won't be able to connect and I'll have to call home and tell my wife to unplug the router and plug it back in, then I am able to quickly reconnect once more, it will work all day at work.

    I have configured my router to log the configuration of the router remotely, thinking that I could reset it like that when the problem occurs rather than the drive home to unplug it, but when I tried to log into my IP the next day, I couldn't. I tested that I could connect via my smartphone after that I configured my router for remote management, and it worked the day before, but the next day, he doesn't

    After back by unplugging and plugging in the router, it worked again.

    What happens here?

    I know that my router IP is not change. Why I am able to log in one day and then not the next unless I unplug my router and plug it in again. Is it locked?

    After trying several different things, I came to the conclusion of my old linksys wrt54gs was defective and I bought a new EA6900 to replace. well with the new router. it connected immediately on Monday morning when I tried to access it remotely. no doubt had my money off the wrt54gs. hope this one lasts as long

  • FilePicker.Listener problem

    For some reason, Eclipse can not resolve the type FilePicker.Listener. If I leave aside the listener, the FilePicker runs great. I am glad that it was finally added to the API. Problem is that if I set up a listener, I'll never know which chose heh is example of my code below:

    import net.rim.device.api.ui.picker.FilePicker;
    
    /* Other code here */
    
    private MenuItem setBackground = new MenuItem("Set Background", 100, 2) {
                public void run(){
                    final FilePicker filePicker = FilePicker.getInstance();
                    String startPath = "file://store/home/user/Pictures";
                    filePicker.setPath(startPath);
                    String filterString = "jpg";
                    filePicker.setFilter(filterString);
                    filePicker.setListener(new FilePicker.Listener(){  /* This line is highlighted red with the error */
                        public void selectionDone(String str)
                        {
                            Dialog.alert("You selected " + str);
                        }
                    });
                    filePicker.show();
                }
            };
    

    As I said, I will not have problems with FilePicker... Just FilePicker.Listener. Eclipse only says:

    "The net.rim.device.api.ui.picker.FilePicker$ Listener of type cannot be resolved." It is indirectly referenced from .class files required.

    BlackBerry JDE is included in the path of the construction... This is how the rest works right

    Any ideas?

    I know that people have implemented this before, I just checked and the interface does not exist as you said. If you happen to have a copy of JDE 5.0, it has a good copy of the class w / interface.

    Your options are:

    1. Use the JDE
    2. Copy the net_rim_lib.jar in the lib folder in the JDE in the lib of the Eclipse component Pack folder.
    3. Copy the file net_rim_lib.jar from the JDE to the net_rim_lib.jar of the Eclipse of the component pack file.

    I'd go with option 3 but for option 2 and 3, you should make a backup of the original and you do at your own risk.

  • REMOTE VPN PROBLEM

    My remote access vpn client is not able to connect to the internal network.

    concentrator is connected with the main switch and the 172.28.31.171 Server (server) is also connected to the main switch.

    InterVLN routing works very well. Server and conncentrator is able to reach each other via the main switch.

    private hub Ip address 172.28.31.92/248

    POOL OF VPN: 172.28.31.128/29

    Switch main Ip address is 172.28.31.91

    Customer is able to connect without any problem, but not able to ping or connect with any device client network.

    In the VPN session I see bytes send and receive. My LAN LAN 2 tunnles properly without any problem.

    No firewall involoved in the path between the hub and the desired server 172.28.31.171.

    Both connected to the same switch but VLAN different. Inter VLAN routing works and both are able to ping.

    Only access remote 172.28.31.128/248 client is not able to reach anywhere.

    Switch to kernel routing table

    IP route 172.28.0.0 255.255.0.0 172.28.31.68

    IP route 172.28.0.0 255.255.224.0 172.28.31.77

    IP route 172.28.31.128 255.255.255.248 172.28.31.92

    IP route 172.28.32.50 255.255.255.255 172.28.31.92

    IP route 172.29.0.0 255.255.0.0 172.28.31.68

    Hub routing table

    172.28.0.0 via 172.28.31.91 255.255.0.0

    172.29.0.0 via 172.28.31.91 255.255.0.0

    192.168.0.0 255.255.0.0 via 172.28.31.91

    Split tunnel is enabled for

    172.28.0.0/0.0.255.255

    172.29.0.0/0.0.255.255

    172.31.0.0/0.0.255.255

    192.168.0.0/0.0.255.255

    See attachment that shows the customer connects successfully but not sending receving anything. I checked

    with the change in the size of mtu and by activation and deactivation of the NAT_T. But without success.

    Did you add the static route of IP subnet of your base pointing back to the VPn concentrator unit?

  • The anyconnect vpn easy vpn Remote communication problem

    Hi team,

    I have a problem of communication of the anyconnect vpn easy vpn Remote I´ll explain better below and see the attachment
    topology:

    (1) VPN Tunnel between branch HQ - That´s OK
    (2) VPN Tunnel between Client AnyConnect to HQ - that s OK

    The idea is that the Anyconnect Client is reaching the local Branch Office network, but has not reached.
    Communication is established just when I begin a session (icmp or rdp) branch to the AnyConnect Client,.
    in this way, the communication is OK, but just for a few minutes.

    Could you help me?
    Below the IOS version and configurations

    ASA5505 Version 8.4 (7) 23 (Headquarters)
    ASA5505 Version 7.0000 23 (branch)

    Configuration of the server easy VPN (HQ) *.

    Crypto dynamic-map DYNAMIC - map 5 set transform-set ESP-AES-256-SHA ikev1
    Crypto card outside-link-2_map 1 ipsec-isakmp DYNAMIC-map Dynamics
    Crypto map link-outside-2_map-65535-isakmp dynamic ipsec SYSTEM_DEFAULT_CRYPTO_MAP
    Crypto map interface outside-link-2_map outside-link-2

    ACL_EZVPN list standard access allowed 10.0.0.0 255.255.255.0
    ACL_EZVPN list standard access allowed 192.168.1.0 255.255.255.0
    ACL_EZVPN list standard access allowed 192.168.50.0 255.255.255.0
    ACL_EZVPN list standard access allowed 10.10.0.0 255.255.255.0

    internal EZVPN_GP group policy
    EZVPN_GP group policy attributes
    Split-tunnel-policy tunnelspecified
    value of Split-tunnel-network-list ACL_EZVPN
    allow to NEM
    type tunnel-group EZVPN_TG remote access
    attributes global-tunnel-group EZVPN_TG
    Group Policy - by default-EZVPN_GP
    IPSec-attributes tunnel-group EZVPN_TG
    IKEv1 pre-shared-key *.

    object-group network Obj_VPN_anyconnect-local
    object-network 192.168.1.0 255.255.255.0
    object-network 192.168.15.0 255.255.255.0
    object-group network Obj-VPN-anyconnect-remote
    object-network 192.168.50.0 255.255.255.0
    the NAT_EZVPN_Source object-group network
    object-network 192.168.1.0 255.255.255.0
    object-network 10.10.0.0 255.255.255.0
    the NAT_EZVPN_Destination object-group network
    object-network 10.0.0.0 255.255.255.0
     
    destination of Obj_VPN_anyconnect local Obj_VPN_anyconnect-local static NAT (inside, outside-link-2) Obj - VPN static source -.

    Remote AnyConnect VPN - Obj anyconnect-remote non-proxy-arp-search to itinerary
    destination NAT (inside, outside-link-2) static source NAT_EZVPN_Source NAT_EZVPN_Source NAT_EZVPN_Destination static

    NAT_EZVPN_Destination no-proxy-arp-search to itinerary
    NAT (outside-link-2, outside-link-2) static source Obj-VPN-anyconnect-remote Obj-VPN-anyconnect-remote static destination

    NAT_EZVPN_Destination NAT_EZVPN_Destination non-proxy-arp-search route

    Configuration VPN AnyConnect (HQ) *.

    WebVPN
    Select the outside link 2
    by default-idle-timeout 60
    AnyConnect essentials
    AnyConnect image disk0:/anyconnect-win-2.5.2014-k9.pkg 1
    AnyConnect profiles Remote_Connection_for_TS_Users disk0: / remote_connection_for_ts_users.xml
    AnyConnect enable
    tunnel-group-list activate

    tunnel of splitting allowed access list standard 192.168.1.0 255.255.255.0
    tunnel of splitting allowed access list standard 192.168.15.0 255.255.255.0
    tunnel of splitting allowed access list standard 10.0.0.0 255.255.255.0

    internal clientgroup group policy
    attributes of the strategy of group clientgroup
    WINS server no
    value of server DNS 192.168.1.41
    client ssl-VPN-tunnel-Protocol
    Split-tunnel-policy tunnelspecified
    Split-tunnel-network-list value split tunnel
    ipconnection.com.br value by default-field
    WebVPN
    AnyConnect Dungeon-Installer installed
    time to generate a new key 30 AnyConnect ssl
    AnyConnect ssl generate a new method ssl key
    AnyConnect value Remote_Connection_for_TS_Users type user profiles
    AnyConnect ask flawless anyconnect

    type tunnel-group sslgroup remote access
    tunnel-group sslgroup General-attributes
    address vpnpool pool
    authentication-server-group DC03
    Group Policy - by default-clientgroup
    tunnel-group sslgroup webvpn-attributes
    enable IPConnection-vpn-anyconnect group-alias

    object-group network Obj_VPN_anyconnect-local
    object-network 192.168.1.0 255.255.255.0
    object-network 192.168.15.0 255.255.255.0
    object-group network Obj-VPN-anyconnect-remote
    object-network 192.168.50.0 255.255.255.0
    the NAT_EZVPN_Source object-group network
    object-network 192.168.1.0 255.255.255.0
    object-network 10.10.0.0 255.255.255.0
    the NAT_EZVPN_Destination object-group network
    object-network 10.0.0.0 255.255.255.0
     
    destination of Obj_VPN_anyconnect local Obj_VPN_anyconnect-local static NAT (inside, outside-link-2) Obj - VPN static source -.

    Remote AnyConnect VPN - Obj anyconnect-remote non-proxy-arp-search to itinerary
    destination NAT (inside, outside-link-2) static source NAT_EZVPN_Source NAT_EZVPN_Source NAT_EZVPN_Destination static

    NAT_EZVPN_Destination no-proxy-arp-search to itinerary
    NAT (outside-link-2, outside-link-2) static source Obj-VPN-anyconnect-remote Obj-VPN-anyconnect-remote static destination

    NAT_EZVPN_Destination NAT_EZVPN_Destination non-proxy-arp-search route

    Hello

    communication works when you send the traffic of easyvpn derivation because it froms the IPSEC SA to pool local subnet and anyconnect HQ. The SA formed only when the branch initiates the connection as it's dynamic peer connection to HQ ASA.

    When there no SA between branch and HQ for this traffic, HQ ASA has no idea on where to send the anyconnect to network traffic.

    I hope this explains the cause.

    Kind regards

    Averroès.

  • ACS Remote agent problem

    Hello

    I have problem with authentication remote agent acs for VPN connection, I want to remove the agent and point to another server I click on this remote agent and then remove and apply it gave me the error below:

    This Agent is used for NT authentication, this must be reconfigured until it can be removed

    What should I do to remove it?

    I also want to ssh to the machine what is the default username and password?

    THANKSSSSSSSSSSSSS

    What is the ACS version you are using?

    To watch 4.2/4.1

    Database of external-> users

    Configuration of the database->

    Windows database->

    Configuration of external user database->

    Database user configuration Windows->

    Agent selection remote Windows

    And remove agents here.

    ___

    HTH. Please rate this post if this has been helpful. If it solves your problem, please mark this message as "right answer".

  • The ESP vpn remote access problem

    I have vpn for remote access configured on the router from cisco 2901. Everything works well except 2 3g ipad. When I connect with the ipad 3g network it connects, but it is impossible to access the resources of the company. I talked to my phone provider and they told me that they have some problems NAT with ESP. and advised me to force vpn clients to use ports udp 500 and 4500. How do I configure my router to get there?

    Thanks in advance

    Hello

    ISAKMP using UDP 500 port for connection management (Phase 1).

    NAT - T (used when they are peripheral nat between two VPN end points) using UDP 4500 port.

    So now your NAT - T router is configured by default, all you have to do is if you have an ACL on the external interface allow this traffic (Isakamp and NAT T) on some of its latest IOS versions, you do not have to apply the ACL that default VPN traffic (encrypted traffic bypasses the ACL).

    If your condition is performed by default, great right thing! You can leave your phone provider, you are ready for the test.

    Julio

    Do rates all useful posts!

Maybe you are looking for