Lack of VIP and Failover

DB Version : 10.2.0.4
When VIP is functional , the CONNECTION REFUSED errors are quickly detected, and transparently the connection request will be transferred(fail over) to the next available IP.
If something goes wrong with your VIP , the failover will still happen but only after a substantial delay (until the TCP CONNECTION timeout is detected ). Am i Right?

Yes, this is TCP behaviour - nothing specifically to do with using virtual IP addresses.
The Oracle client driver will use the socket connect() call to initiate the TCP connection. It can take some time before this call fails with a ETIMEDOUT error. A ECONNREFUSED is usually immediate.
In case of a connect() failure, the client driver will then use the next IP address in the address list and try that (should the TNS provide an enumerated list of addresses).
The ETIMEDOUT error can result after a very long delay when the server owning that IP address has not yet completed loading (or shutting down) its IP stack or NIC. The ECONNREFUSED is usually immediate as the IP stack is up and running, and can respond directly with a "+no service listening on that port+" error.

Similar Messages

  • 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

  • RAC 11gR2 VIP and SCAN failover behavior

    I tried to failover testing on 2 node 11gR2 RAC on Linux 5 X86-64 with configure in tnsnames.ora on client side (client side TAF configuration) with the following configuration
    NVSDB =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = dbrac-scan)(PORT = 1521))
    (LOAD_BALANCE = yes)
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = NVSDB)
    (FAILOVER_MODE =
    (TYPE = SELECT)
    (METHOD = BASIC)
    (RETRIES = 180)
    (DELAY = 5)
    The test scenario
    1. Connect from client to RAC database , and test query with select * from dba_objects
    2. Open new terminal and connect to instance in step 1 , then shutdown abort
    3. I found that , the session in step 1 not failover to other node , and VIP and SCAN not failover to other node too
    In my opinion session , VIP and SCAN should failover to other node.
    Or is this the default behavior of VIP and SCAN on 11gR2 ??
    Can anyone suggest me ?
    Thankyou and Regards

    user10139161 wrote:
    3. I found that , the session in step 1 not failover to other node , Which client/driver did you use to try this? The reason I am asking is that TAF is not supported with jdbc:thin, so if you were trying this with sqldeveloper and the defaul driver that would be the expected behaviour
    and VIP and SCAN not failover to other node tooThat is also expected. You only stopped the instance, there is no reason to relocatethe VIP. In your case, client could still connect to the listener running on this node, the listener would know of the second instance still being up and redirect all connection attempts there.
    What you could try is rebooting the whole server, then you would see IPs being relocated.
    Bjoern

  • Should SCAN VIP and Listener jump among Nodes?

    Oracle (GI and DB): 11.2.0.3 SE
    OS: RHEL 5.6
    I remember when I first tried scan several years ago (most likely with 11.2.0.1 EE), the SCAN VIP and Listeners jumps from node to node whenever a DB connection was established.
    Recently, in a newly installed 2 node cluster running 11.2.0.3 SE, it seems the SCAN VIP and Listener stick to a single node unless during failover or requested with a command. As a result, a SCAN VIP and Listeners end up running on a single node after some failover testing.
    Which is the designed behaviour? I understand they can direct connection requests to DB instance on other node. Just want to know whether they are supposed to jump?

    Hi,
    I have not tried it myself, but if you look at the crs profile on how SCANs are defined, they are set to DISPERSION.
    # crsctl stat res ora.scan1.vip -p
    NAME=ora.scan1.vip
    TYPE=ora.scan_vip.type
    START_DEPENDENCIES=hard(ora.net1.network) dispersion:active(type:ora.scan_vip.type) pullup(ora.net1.network)
    ...So they should not/never run on the same node, since the dispersion policy tells them differently.
    However this dependency is checked at startup time, and not always during runtime. So if you do a lot of test, your szenario is possible.
    Have you tried waiting a while, if this resolves the issue?
    If they stay on the same node, I would open an SR, because then it does not follow the dispersion policy.
    Regards
    Sebastian

  • What causes the VIP to failover when using VIP redundancy?

    I am trying to setup VIP redudancy and would like to understand what circumstances cause a failover for the VIP. An example of what I would hope it does is if a redundant interface were to failover the VIP could be associated with it and failover as well or be configured to do so. Thanks in advance.

    the CSS master is responsible to advertise itself on the interface you have Vip redundancy configured.
    If the backup does not hear the master it will take over mastership.
    another reason would be the lost a critical service.
    You can define a service to be critical, and if it goes down, the active CSS will stop advertising itself as master forcing failover to the backup.
    Gilles.

  • 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

  • The lack of details and customer service.

    After less than one month of ownership, my Ideapad K1 power button broke. After talking to a customer service rep (K). She informed me it will have to be returned to Lenovo for repair, which will take about 7 to 10 business days from time of delivery. I asked to speak to a supervisor at which point she puts me on hold and then comes back on the line to tell me the supervisor stated the same thing. At no point did I ask her to confirm this with the supervisor. I asked again to speak to her supervisor, to which she puts me on hold again. The supervisor (R) comes on the line to tell me that the Ideapad K1 will have to be returned for repair. He then transfers me back to K to finalize the return, to which she now informs me I will have to pay for shipping. This is very poor customer service in my view. I will never buy another Lenovo product as long as I live and would advise every one I meet not to buy one either. I was looking at their high end laptops for my corporate deployment, its a shame. Maybe I will be going with DELL as they will send a Tech to my house to perform repairs.   I do hope that all customer calls are recorded as I believe someone needs to listen to the lack of professionalism and customer service that both K and R display. 
    Note from Moderator:  Employee name/e-mail/phone removed to protect their privacy per the forum rules.

    Hi i had the excact same thing i got the k1 for christmas and now its january and the power button doesnt work ..i never dropped it always put it in its case and there is not a dam scratch on the thing least they could do is pay for shipping there defective product back to them so it can be fixed

  • RE: Hard Failures, KeepAlive, and Failover --Follow-up

    Hi,
    It's a really challenging question. However, what do you want to do after
    the network crash? Failover or just stop the service? Should we assume
    that when the network is down, and so do your name service?
    One idea is to use externalconnection to "listen" to your external non-forte
    alarm, so do "whatever" after you receive the alarm instead of letting the
    "logical connection" to time out or hang.
    Regards,
    Peter Sham.
    -----Original Message-----
    From: Michael Lee [SMTP:[email protected]]
    Sent: Wednesday, June 16, 1999 12:44 AM
    To: [email protected]
    Subject: Hard Failures, KeepAlive, and Failover -- Follow-up
    I've gotten a handful of responses to my original post, and the suggested
    solutions are all variations on the same theme -- periodically ping remote
    nodes/partitions and then react when the node/partition goes down. In
    other circumstance this would work, but unless I'm missing something this
    solution doesn't solve the problem I'm running into.
    Some background...
    When a connection is set up between partitions on two different nodes,
    Forte is effectively establishing two connections: a "physical
    connection"
    over TCP/IP between two ports and a "logical connection" between the two
    partitions (running on top of the physical connection). Once a connection
    is established between two partitions Forte assumes the logical connection
    is valid until one of two things happen:
    1) The logical connection is broken (by shutting down a partition from
    Econsole/Escript, by killing a node manager, by terminating the ftexec,
    etc.)
    2) Forte detects that the physical connection is broken (via its KeepAlive
    functionality).
    If a physical connection is broken (via a cut cable or power-off
    condition), and Forte has not yet detected the situation (via a KeepAlive
    failure), the logical connection is still valid and Forte will still allow
    method calls on the remote partition. In effect, Forte thinks the remote
    partition is still up and running. In this situation, any method calls
    made after the physical connection has been broken will simply hang. No
    exceptions are generated and failover does not occur.
    However, once a KeepAlive failure is detected all is made right.
    Unfortunately, the lowest-bound latency of KeepAlive is greater than one
    second, and we need to detect and react to hard failures in the 250-500ms
    range. Using technology outside of Forte we are able to detect the hard
    failures within the required times, but we haven't been able to get Forte
    to react to this "outside" knowledge. Here's why:
    Since Forte has not yet detected a KeepAlive failure, the logical
    connection to the remote partition is still "valid". Although there are a
    number of mechanisms that would allow a logical connection to be broken,
    they all assume a valid physical connection -- which, of course, we don't
    have!
    It appears I'm in a "Catch-22" situation: In order to break a logical
    connection between partitions, I need a valid physical connection. But
    the
    reason I'm trying to break the logical connection in the first place is
    that I know (but Forte doesn't yet know) that the physical connection has
    been broken.
    If anyone knows a way around this Catch-22, please let me know.
    Mike
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>-
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Make sure you chose the right format, and as far as partitioning in concerned, you have to select at least one partition, which will be the entire drive.

  • How to find out the primary and failover DNS name

    Hi;
    This sounds very stupid, but could some one please tell me how to find out the name/dns name of the primary and failover server without using the CDS console.
    any help is appreciated

    Is this what you want?
    $ /usr/lib/ldap/ldap_cachemgr -g
    cachemgr configuration:
    server debug level 0
    server log file "/var/ldap/cachemgr.log"
    number of calls to ldapcachemgr 12729
    cachemgr cache data statistics:
    Configuration refresh information:
    Previous refresh time: 2005/08/07 23:54:59
    Next refresh time: 2005/08/08 00:55:00
    Server information:
    Previous refresh time: 2005/08/14 15:15:00
    Next refresh time: 2005/08/15 03:15:00
    server: ldap1.example.com, status: UP
    server: ldap2.example.com, status: UP
    server: ldap3.example.com, status: UP
    Cache data information:
    Maximum cache entries: 256
    Number of cache entries: 0
    Gary

  • JDeveloper, ADF, lack of support and bleak future

    Hi,
    I'm a seasoned Java and .NET developer, used to many environments and frameworks. A happy user of Oracle databases.
    For a very Oracle oriented client I started with a team of developer a project using JDeveloper (no choice). After 4 months of using JDeveloper, ADF to build web sites, here are some thoughts I would like to share. This remarks only focus on that products, because I have a lot of respect for the Oracle databases and had a lot of success with them.
    I am starting to get depressed about the very few blogs (most from Oracle) talking about JDeveloper and ADF, the lack of books, and the Oracle forums.
    Moreover, most of the time you never get an answer to your problems, sometimes untested not working 'solutions', and a very very few times a working solution. Help is sparse, the community is missing.
    If Oracle wants to promote its framework, it has to boost the number of tutorials, examples and support.
    Googling about ADF is most of the time a non sense since you always land on the same 3 blogs and the Oracle forums.
    Proof of non use by the community ?
    If you try on www.indeed.com to find statistics about JDeveloper or ADF jobs you get another frightening proof.
    Sometimes you find a piece of code or a tutorial that may help, but you realize it works only on some specific release of JDeveloper.
    What makes me angry is when you ask why your code works on the x.x.x.x version but not the newest version, and the only answer you get is stay with x.x.x.x version (I won't bother to fix your 10 lines or code or even give you a direction to do it (maybe coz I don't understand myself were the breaking changes are)).
    JDeveloper is damn too slow ? You should have a dual-core and at least 2 Go of memory, you poor thing ! Is Java for rich people ?
    Debuging is a nightmare. Compared to Eclipse or others it is not practical at all.
    I'm happy when I can create a few pages drag and dropping controls. Business components are also a good thing. It speeds up my development. But since development is not just UI and generating business components, I lose a lot of time every time I want to write code, every time I do something "exotic" it becomes a pain in the ass.
    My problem here is that the architecture and JDeveloper constraint the developer a lot. I don't even talk about the fact that everything is only Oracle database oriented (openess ?). Even changing your page layout is a pain. Positioning controls is non trivial. As a whole, I would say that this whole thing imposes you to adapt to it, it doesn't adapt to you and your way of working.
    Most results I saw look like the Oracle websites.
    I could go on about the various bugs and problems that plague JDeveloper. Like the refactoring (when usable) that leave old and annoying stuff in your model XML, like the bugs in the diagrams, like problems related to auto-binding on the page and manually changing controls ID, various synchronization problems between pages and backing beans, adding upload is a mess, OrdDomain types are buggy, regions doesn't work well in the designer, and so on...
    My point is that I feel the whole thing is not mature. And Oracle seems to fix some issues with the release of JHeadStart. Sometimes you fix things by integrating JHeadStart stuff. JHeadStart is probably a great thing and a time saver if you don't do too much "exotic" screens and code, but does it means that JDeveloper+ADF and classic development becomes a second class citizen ?
    This is sad, since the ADF framework and JDeveloper look good and are worth of a more widespread usage. But marketing and support are way way far behind other commercial and open-source solutions. When I see what is planned for JDeveloper 11 and I compare it to others (Java or not). When I look at the developers needs and expectations, I feel we are losing the race.
    Maybe Oracle would like to hand over some of the framework to the community, but my feeling is that the community is already commited on other exciting and less constraining frameworks and tool, and this community may well work in a way that doesn't fit Oracle vision. Future will tell.
    Cheers.

    Hi,
    thanks for the detailed comment. I appreciate the time you spent writing this up as this helps to improve the product. Below is a first - quick and brief response to some of your statements.
    ... for documentation and tutorials
    http://www.oracle.com/technology/products/adf/learnadf.html
    Especially the ADF Developer Guide for 4 GL developers earns a lot of praise among J2EE developers.
    http://download.oracle.com/docs/html/B25947_01/toc.htm
    ... for books
    http://www.oracle.com/technology/tech/java/jsf.html
    Sometimes you find a piece of code or a tutorial that may help, but you realize it works only on some specific release of JDeveloper. What makes me angry is when you ask why your code works on the x.x.x.x version but not the newest version, and the only answer you get is stay with x.x.x.x version
    Of course samples need to be created to some point in time with a specific version. We have SRDemo as our main - maintained - reference demo I suggest you download this sample from OTN using help--> check for updates. Note that SRDemo contains code solutions for most developer cases and also is available in 10.1.3.1
    I'm happy when I can create a few pages drag and dropping controls. Business components are also a good thing. It speeds up my development. But since development is not just UI and generating business components, I lose a lot of time every time I want to write code, every time I do something "exotic" it becomes a pain in the ***.
    What is exotic, and what are the questions you didn't get an answer for ? I see that this is your first posting on OTN, so I am wondering under which account you posted the other questions that did not get an answer.
    Googling about ADF is most of the time a non sense since you always land on the same 3 blogs and the Oracle forums. Proof of non use by the community ?
    Isn't OTN a community ? I don't think that we need another discussion forum and looking at OTN it appears very active.
    I don't even talk about the fact that everything is only Oracle database oriented (openess ?).
    Not true. Please prove your claim.
    Even changing your page layout is a pain. Positioning controls is non trivial. As a whole, I would say that this whole thing imposes you to adapt to it, it doesn't adapt to you and your way of working. Most results I saw look like the Oracle websites.
    Now you are barking up the wrong tree, blaming ADF for what is JavaServer Faces layouting. You don't have to use JSF but can go for JSP /Struts and/or Swing development. What is the view layer technology of your choice that allows you to do better layouting ?
    I could go on about the various bugs and problems that plague JDeveloper
    Yes, please post them all
    ... regions doesn't work well in the designer, and so on...
    Of course, because regions are not officially supported. JDeveloper 11 - I know you don't want to hear future - will have full templating (going far beyound of what facelets do) and region support
    My point is that I feel the whole thing is not mature. And Oracle seems to fix some issues with the release of JHeadStart.
    JHeadstart is a consulting offering and not meant to fix the product.
    ... but does it means that JDeveloper+ADF and classic development becomes a second class citizen ?
    No comment for this statement as it is based on a wrong observation
    This is sad, since the ADF framework and JDeveloper look good and are worth of a more widespread usage. But marketing and support are way way far behind other commercial and open-source solutions. When I see what is planned for JDeveloper 11 and I compare it to others (Java or not).
    Note that only a fraction of new features in JDeveloper 11 leaked out so far or have been mentioned in the recent statement of direction. JDeveloper has many more features that we don't yet promote because the software isn't available.
    Please note that we give ADF to the community. Its just we are not giving it to the open soutce community but the J2EE community (JSR-227)
    Frank

  • If u redeem a movie off of itunes on iphone and can't download it due to lack of space and when i go to computer to find it to download there it is not there what to do?

    if u redeem a movie off of itunes on iphone and can't download it due to lack of space and when i go to computer to find it to download there it is not there what to do?

    Clear space on your iPhone (go to Settings > General > Usage) and complete the download there.
    If you rented the movie on your iPhone, it can only be viewed on your iPhone.

  • Customer Service Miscommunication and a large lack of communication and follow through

    I seem to be having a lot of difficulty with Verizon Wireless Customer Service the last few months and am becoming increasingly frustrated. Let me start by saying I have been with Verizon for years, my wife, kids, and in laws all have Verizon, and my Father and Step mother are soon making a decision to move their service over from AT&T.  I may tell them to think again about that.
    October to 2012 we bought my step daughter a basic phone.  She has had a number of problems with it.  It doesn't hold a charge, it restarts or shuts down randomly. They sent her a replacement, and that phone had the same issues.  So we decided we would upgrade to an iPhone for her back in March.  Customer service said her plan was grandfathered in for an early upgrade and she would be eligible in May.  Great, so we waited a couple of months and when we looked into upgrading, the sales rep said she is not eligible until October, no early upgrades are available.  We told him what the CSR said, he said thats not what his system said and he began walking away.  I asked him to please call customer service.  He did, and after 45 minutes on the phone between Customer service and him and then customer service and my wife, it was determined she could upgrade that day, but it would have to be through the phone.  I wish she did it on the phone there so all of this time wouldn't had been wasted, but we had things to do so she said we would call back when in the car.  The sales rep told us to ask about the free promotion Verizon is offering a free 32 GB iPhone 5C.
    We got in the car, called the Customer Service number, talked to a rep who said that line was not eligible until October.  We told him about the entire conversation we just had 5 minutes ago at the store, he just kept insisting we were not eligible.  I asked to speak with a supervisor, he then put us on hold for 45 minutes and then we got disconnected.
    We called back, spoke with another rep, told her about the upgrade, were told once again we were not eligible until October.  Once again we went through the entire conversation from the store, told her about being on the phone an hour and getting disconnected, she said she would look into everything, put us on hold for 15 minutes, came back and said we would be eligible June 30th....not today.  I asked about the Free 32GB 5C, she said that was for "select" customers and she could not offer that to us.  This was now disappointing on a few levels, between the last 2 hours of getting nowhere and now we are not eligible for something others can get, this left a bad taste in my mouth.  She put us on hold for a supervisor.  After going back and forth on being told by multiple reps we could upgrade in May and now being told we can't and not being given any reasons as to why this changes from one person to another, the Supervisor said she would make us eligible to upgrade early that day, but that because it was before 6/30 we could not get the 5C promotion.  We asked if we would be eligible for the promotion if we waited until June 30, she said yes, but we could not get it before then.  We confirmed this 3 times and asked her to put a note in the system so we would not have to go through this again.  She confirmed with me 3 times, we could upgrade that day and pay the discounted price for the 5C, but if we waited until 6/30 we would be eligible for the 32GB 5C at no charge.  This was what we were looking for and were willing to wait.
    The other day I called to confirm that when we walk into the store next Monday-6/30 the notes were in the system, and we would not have any problem getting the promotion.  The rep said we would not be eligible to upgrade for any discounts until October....<sigh>  Went through previous conversations once again, asked for her to please look through the notes, she saw the supervisors note showing we could upgrade at the discount but no mention of the 5C promotion and said Marketing had not "Flagged" us for that promo and we could not get it.  I asked once again to speak to a supervisor, she looked through the account and repeated the same thing about not being flagged but she would send an email to the supervisor that added the notes and find out what was going on.  I asked to be CC'ed so I can have this all in writing, she said yes, and to expect to hear back from someone by the end of the next business day.
    It is  now 4 days later, I have not heard from anybody, I figured today I would look at MY plan and see if I could at least use one of the lines on my account and see if I was eligible for the promotion.  Mind you, last year when I upgraded to the 5S, I was talked into adding my Verizon iPad to it, and instead of going month to month on it, add it to a shared plan, and I would be able to use the line on my iPad to upgrade to a newer phone, he even showed me how to do it myself.  So now when I was looking to do what I was promised I could do, I am not able to do it, it only showed I can upgrade to another tablet only.  I did the online chat and the rep told me that policies can change from day to day without notice.  This does not sit well with me at all.  I get sold to do something based on what the rules are one day, and tomorrow the rules change, this to me is equivalent to Bait & Switch and I now have to question the ethics here.  This also tells me Verizon at this point takes retained customers for granted where my past experience was so much better than it is now.
    Due to the complete lack of communication and simply keeping notes of previous conversations in their system so you don't have to keep explaining yourself over and over and being told different things by every rep I speak to down the line, I am not just back at square one with my step daughters phone, but a step back on what I signed up for on my plan.
    AT&T has a program now that pays the Early Termination Fee and gives full discounts and Promos for new customers.  I may be forced to look into this as it will cost me much less down the line in time and money, and I can use talk and data at the same time.
    All I ask from Verizon is to listen, communicate, follow up and follow through.

    Feel free to sink this, I rang and sorted it.

  • Work-around for lack of cut and paste for files in finder

    I am new to Mac and have observed some past but closed discussions about the annoying lack of cut and paste in Finder. I too find it very time-consuming to move a file into the folder where I want it to live - especially from downloads. Using a MacBook Pro 13", my open windows are naturally on top of each other and using drag and drop with a touch-pad for file organisation is very cumbersome. Four finger behaviour on touch pad only helps so far.
    The approach I adopt is to use cmd c to copy the files or folders in question. cmd ` to flick between finder windows (usually more than one is open) and cmd v to place the files or folders where I want them after navigating through to the destination folder. Shift cmd N gives me a new folder if required. cmd ` takes me back to source folder (usually downloads) so I can cmd delete the files and keep things tidy. This is lengthy to write down. It is however reasonably quick if your fingers know the keyboard shortcuts.
    Is there a more efficient way for me to work around this inhibitory feature of Finder? "Save as" is only good if you know you have a folder in your file structure already created and named and suitable to receive the file you want to file away (usually an attachment to an email).

    This is in reply to your last paragraph...
    This is the Mac OS default Save As... dialog:
    Notice that there is a downward pointing disclosure triangle to the right of the Save As: field. If you click on the disclosure triangle, a full Finder window will be exposed, and this will enable you to place downloaded files wherever you like.
    Notice, also, that in the bottom left hand corner of the exposed finder window, you are able to create a new folder (in any location on your system) to which you are able to download files.
    This works the same way in any Save As situation, using any app, and the app you are in will remember where you last chose to save a file so that repetitive navigation in these dialog boxes is somewhat reduced.

  • Creative Audigy lack of specifics and vaguen

    First of all, let me just say that i've never known a hardware card maker that can be so popular
    while at the same time be some of the most incredibly vague people on the planet. Its absolutely
    amazing. Case example:
    Exhibit A. I'm a computer tech and I come
    across an Audigy card in computer that i'm
    fixing so I need the *correct* drivers.
    Exhibit B. I have an Audigy cd-rom disk from apreviously owned card. I try to install the driverbut they're obviously incorrect but ALAS! the
    cd-rom i'm holding say its for an Audigy.
    Exhibit C. The drivers don't work correctlyso I check my windows Control Panel to seeif theres a way to *specifically" identifyit but the only thing it says is "Sound BlasterAudigy". Lovely. So, which brand could it be?
    Exhibit D. Ok, I need the correct drivers fora *specific* Audigy brand and I go to the Creativewebsite to do a search for Audigy drivers. Whatdo I find? About 0 different Audigy cards. Great.Here we go with the lack of specifics and vagueness....
    Exhibit E. So I proceed to take the card out ofthe computer and look at the model number toidentify it. It says "Soundblaster Audigy Model SB0090" and below that it also says"Audigy SB394 Advanced HD". So i'm thinkinghmmmm could this be an SB0090 or an SB394 butI soon find out its an SB0090 because an SB394is a "Firewire chip", which leads me to....
    Exhibit F. I find a link on the Creative websitethe says "Identify your product" and behold Ifind the SB0090 listed but its only listed as "Sound Blaster Audigy card with gold jack connectorand 394 port"..... so its off to the loony bin again.Again, which brand Creative? Still theres 0 differentbrands and still no way to specifically identify it!
    Exhibit G. Maybe I can tell by looking atthe pictures of the products provided on thewebsite. What do I find? Several differentcards that all look the same! They have the "gold jack connectors and 394 port" aswell as the "Advanced HD".
    So what is it's A "Gamer"? An "LS"? A "Platinum"or could it be an Audigy 2? WAKE UP CREATIVE,YOUR SOOOO VAGUE! Heres proof in summary:
    . Windows Control Panel - "Sound Blaster Audigy"But which brand?
    2. On the card itself - says "Sound Blaster AudigyModel SB0090".... but leads to nowhere becauseCreative's "Identify Your Product" only says:
    3. "gold jack connectors 394" but theresmore than one brand (Firewire) that look the
    same in the pictures!
    And here I am still with an unknown "Audigy" brand and no drivers that I can be sure willcorrectly work. Amazing, because if I were the owner of this card instead of the computertech, i'd probably throw your "Audigy" in the garbage (but i'd probably hit it with a sledgehammer a few times first).Message Edited by ZauR on 2-04-2004 09:55 PM

    ZauR,
    The Audigy downloads are listed by the packages that they came in. This was done to insure that customers that purchased a specific type of card (say an Audigy Gamer) would know that they were going to the right place. The driver pages for all but the LS is the same. So it isn't really a case of being vague, we are actually being rather specific (as a single listing for "Audigy" would be vague). Since there was never a retail package that was just an "Audigy" there is no listing like that.
    For the SB0090, I would suggest going to the Audigy Gamer download page (it is what I use for my SB0090) but really any of the pages except for the LS will work. The Audigy LS is the only Audigy card that requires different drivers and software.
    Jeremy

  • Lack of apps and games!

    i've been a fan of nokia phones for a long time... last year i bought a nokia c7 and i love it but there is a big problem that nokia is having which is LACK OF APPS AND HD GAMES!! 
    i mean check out the app store or the android market with its amazing apps and fun games!!
     and i started hating my phone for this!
    can u find a solution? plz  

    There is no solution, but you have choices. You can wait and see what gets released or you can sell your phone and buy one that has the apps/games you want.
    The symbian operating system is coming to an end (as announced in February 2011) so it's only natural that developers of apps/games have turned their attention to other platforms, such as Windows Phone that Nokia is now using as it's primary smartphone platform.

Maybe you are looking for

  • Uploading a file to Server

    Hi All. I need to upload a file to CMS, just like I can do with the CMC: from cmc -> folder -> manage -> add -> local file (or something like that). But I need to do it from SDK. I did not found out exactly, but I am sure it is possible. Anyone know

  • Some issues

    1. Looks like OVI creates a Folder C:\Nokia     Please move this away, depending where its contents belong to:        - user specific? -> Documents and Settings ...        - app specific?  -> Programs\[Nokia|OVI] 2. Synching When will it be possible

  • Select count(Key_Field) from table_name never returns

    I am doing some scalability tests and am building a db w/table that will contain 400Million records. I am trying to see how far along I am in the process, and am experiencing this problem. The select count(ID) never returns. Does anyone have any sugg

  • During the downloading - error Exit Code: 15

    Good evening. I have a problem. When I try to download the Illustrator, then during the downloading an error - the installation fails. Exit Code: 15 Please see specific errors below for troubleshooting. For example, ERROR: DW051 ... -----------------

  • 8Gb version of Zen V Plus in swed

    Hi, I was wondering when and if Zen V Plus will release with 8Gb in sweden