Time service load-balancing

Hi,
I have a question about load-balancing facilities for Time service. If I
schedule a TimeScheduleDef object to run at certain intervals, does the
run-time environment take care of load balancing it across multiple machines
on a cluster?
Thanks,
Deepak

WebLogic Time is not a clustered service -- it is configured per server and
load balancing is performed.
Thanks,
Michael
Michael Girdley
Product Manager, WebLogic Server & Express
BEA Systems Inc
Deepak Goel <[email protected]> wrote in message
news:8gvrdb$n18$[email protected]..
Hi,
I have a question about load-balancing facilities for Time service. If I
schedule a TimeScheduleDef object to run at certain intervals, does the
run-time environment take care of load balancing it across multiplemachines
on a cluster?
Thanks,
Deepak

Similar Messages

  • Web Services Round Robin Service Load Balancer Event Endpoint Failure

    I keep seeing these errors in the UlsTraceLogs:
    SharePoint Web Services Round Robin Service Load Balancer Event: EndpointFailure Process Name: OWSTIMER Process ID: 3748 AppDomain Name: DefaultDomain AppDomain ID: 1 Service Application Uri: urn:schemas-microsoft-com:sharepoint:service:9b3095eda69947b299d2f873bbfee5ad#authority=urn:uuid:a01381a61b244525ab4fec30cde9dc5f&authority=https://ApplicationServerName:port/Topology/topology.svc
    Active Endpoints: 2 Failed Endpoints:1 Affected Endpoint:
    http://WFEserverName:port/9b3095eda69947b299d2f873bbfee5ad/ProfileService.svc
    what do these errors mean?

    ok, thanks, I'll have a look at that.
    Going back to my issue...  Since I stopped the User Profile Service on the Application server, now I'm getting these non-stop messages in the log:
    SharePoint Web Services Round Robin Service Load Balancer Event: EndpointFailure Process Name: w3wp Process ID: 6088 AppDomain Name: /LM/W3SVC/261708640/ROOT-1-130709594108226406 AppDomain ID: 2 Service Application Uri: urn:schemas-microsoft-com:sharepoint:service:9b3095eda69947b299d2f873bbfee5ad#authority=urn:uuid:a01381a61b244525ab4fec30cde9dc5f&authority=https://ApplicationServerName:port/Topology/topology.svc
    Active Endpoints: 2 Failed Endpoints:1 Affected Endpoint:
    http://ApplicationServerName:port/9b3095eda69947b299d2f873bbfee5ad/ProfileService.svc
    SharePoint Web Services Round Robin Service Load Balancer Event: EndpointFailure Process Name: OWSTIMER Process ID: 8304 AppDomain Name: DefaultDomain AppDomain ID: 1 Service Application Uri: urn:schemas-microsoft-com:sharepoint:service:9b3095eda69947b299d2f873bbfee5ad#authority=urn:uuid:a01381a61b244525ab4fec30cde9dc5f&authority=https://ApplicationServerName:port/Topology/topology.svc
    Active Endpoints: 2 Failed Endpoints:1 Affected Endpoint:
    http://ApplicationServerName:port/9b3095eda69947b299d2f873bbfee5ad/ProfileService.svc
    This time, the messages are referring to the same server - the Application Server.    In my original question, I should've differentiated the server names when I pasted the message.  Originally the message was referring to the Application
    Server and Affected Endpoint was referring to a WFE.   I'll edit my original post to make it correct.

  • Run-time connection load balancing

    Hello!
    I'm using jdbc thin client (10g) and I'm trying to improve connection pool management. I would like to enable run-time connection load balancing. Is this option
    available with Fast Connection failover?
    Basically when a a client requests a connection from the connection cache by calling the getConnection method on the DataSource object, I want that the connection selected
    is the connection that belongs to the best instance from the connection cache. The client receives the connection that would process the work request with the
    best response time.
    With run-time connection load balancing ebabled what's happen when new connection is requested? The same algorithm?
    Other question:
    Is it possible create a manually process to distribute new connections? Having the following connection string:
    url="jdbc:oracle:thin:@
    (DESCRIPTION=
    (ADDRESS=(protocol=tcp)(host=192.168.12.17)(port=1521))
    (ADDRESS=(protocol=tcp)(host=192.168.12.18)(port=1521))
    (load_balance=on)
    (connect_data=(service_name=EHR)))"
    In a specific moment I want that new connections only will be created in a specific instance... How can I do this? P.e.
    Connection POOL has 10 connections (5 in each instance). All sessions are active and a new session needs to be created. At this moment I want to decide wich instance
    is the best to attend the request...
    Thanks a lot
    Best Regards

    Hi, there are several questions here. So, let me try to answer some, and I could address more if you have further questions. I am also presuming you are using JDBC driver's
    colocated Implicit connection cache.
    1) Yes, you need to enable FCF on the pool to leverage RCLB. Note, there are
    no specific knobs for RCLB on the client side, only the RAC / DB side which requires
    LBA to be enabled (this is documented in the RAC clusterware admin guide)
    2) When LBA is enabled on RAC/DB, RAC starts posting FaN events to the pool.
    This enables the pool to pick the best connection to an instance with the best
    service response time or throughput -- depending on how LBA was enabled.
    3) When new connections are created, the pool relies on the DB listener to place/create
    the connections on the appropriate RAC instance -- this depends on the LBA goal you
    set, and is required to be set to "short"
    4) The pool currently does not have the ability to create a conn to a named instance.
    What's the requirement or use case for this? If we understand this better, perhaps
    we could address this. How do "you" decide which is the best instance to connect?

  • Configuring 2 css11503s for multiple service load-balancing

    first here's my present config on one of my CSS11503:
    !************************** CIRCUIT **************************
    circuit VLAN33
    ip address 19.10.28.211 255.255.255.0
    ip virtual-router 2 priority 110 preempt
    ip redundant-vip 2 19.10.28.210
    ip critical-service 2 UpstreamRouter
    circuit VLAN200
    ip address 10.15.15.251 255.255.255.0
    ip virtual-router 1 priority 110 preempt
    ip redundant-interface 1 10.15.15.1
    ip critical-service 1 UpstreamRouter
    !************************** SERVICE **************************
    service BrowServ-1
    ip address 10.15.15.21
    redundant-index 1
    protocol tcp
    port 80
    active
    service BrowServ-2
    ip address 10.15.15.22
    redundant-index 2
    protocol tcp
    port 80
    active
    service UpstreamRouter
    ip address 19.10.28.1
    active
    !*************************** OWNER ***************************
    owner BrowServ_Owner
    content BrowServ_Rule
    add service BrowServ-1
    add service BrowServ-2
    vip address 19.10.28.210
    redundant-index 1
    active
    !*************************** GROUP ***************************
    group BrowServ_Group
    vip address 19.10.28.210
    add service BrowServ-1
    add service BrowServ-2
    redundant-index 1
    active
    here are my questions:
    1) how do I configure an additional vip address? e.g. I'd like to configure a vip - 19.10.28.215 to load-balance http traffic to 10.15.15.25 and 10.15.15.26?
    2) I presently have a static route in my core router "ip route 10.15.15.0 255.255.255.0 19.10.28.210". (this enables the load-balanced servers to connect to Oracle servers on the Core network). do I need to configure a new route on my core router when I add the additional vip 19.10.28.215?
    relevant references and/or examples will be much appreciated.
    dayo

    1/ configure the following :
    service web1
    ip address 10.15.15.25
    active
    service web
    ip address 10.15.15.26
    active
    content WEB
    vip address 19.10.28.215
    proto tcp
    port 80
    add service web1
    add service web2
    active
    2/ I would create a redundant-interface and point your static route to this redundant ip address.
    you should not use vip address in static route.
    VIP address should only be used when you want to reach the vip address not a when you want a direct connection to the real server.
    Gilles.

  • SharePoint Service Load Balancing

    Hi,
    I used to install small farm with all services on one App Server. I have question about having multiple App Servers.
    Can we install/start same the service on multiple app server for redundancy ? If so, how the load balancing is managed ?
    If that true for all services (Search, Excel...)
    Thank you

    The Topology Service uses Round Robin.
    Trevor Seward
    Follow or contact me at...
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • SMA Web service load balancing issues.

    Hi,  We have configured 3 servers with the SMA web service
    https://machinename1.domain.com:9090
    https://machinename2.domain.com:9090
    https://machinename3.domain.com:9090
    We have load balanced these 3 web services using F5 load balancer and have the LB site set as https://smaws.domain.com
    We used this URL with Windows Azure Pack automation endpoint and that seemed to work.
    We are not sure if this is working properly or not.   
    How can we test?   Should the URL to the web service contain a guid?
    https://yoursmaserver:9090/00000000-0000-0000-0000-000000000000
    We have tried the following but all of them produce errors.
    PS C:\Users\lance_lyons> Get-SmaRunbookWorkerDeployment -WebServiceEndpoint https://smaws.domain.com
    Get-SmaRunbookWorkerDeployment : Exception has been thrown by the target of an invocation.
    At line:1 char:1
    + Get-SmaRunbookWorkerDeployment -WebServiceEndpoint https://smaws.domain.co ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (:) [Get-SmaRunbookWorkerDeployment], TargetInvocationException
        + FullyQualifiedErrorId : System.Reflection.TargetInvocationException,Microsoft.SystemCenter.ServiceManagementAuto
       mation.GetSmaRunbookWorkerDeployment
    PS C:\Users\lance_lyons> Get-SmaRunbookWorkerDeployment -WebServiceEndpoint https://machinename:9090
    Get-SmaRunbookWorkerDeployment : Invalid URI: Invalid port specified.
    At line:1 char:1
    + Get-SmaRunbookWorkerDeployment -WebServiceEndpoint https://machinename:9090
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (:) [Get-SmaRunbookWorkerDeployment], UriFormatException
        + FullyQualifiedErrorId : System.UriFormatException,Microsoft.SystemCenter.ServiceManagementAutomation.GetSmaRunbo
       okWorkerDeployment
    PS C:\Users\lance_lyons> Get-SmaRunbookWorkerDeployment -WebServiceEndpoint https://machinename.domain.local:9090
    Get-SmaRunbookWorkerDeployment : Invalid URI: Invalid port specified.
    At line:1 char:1
    + Get-SmaRunbookWorkerDeployment -WebServiceEndpoint https://machinename.domain.local: ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (:) [Get-SmaRunbookWorkerDeployment], UriFormatException
        + FullyQualifiedErrorId : System.UriFormatException,Microsoft.SystemCenter.ServiceManagementAutomation.GetSmaRunbo
       okWorkerDeployment
    We do have the webservice configured in IIS with host header smaws.domain.com,  machinename and machinename.domain.local.
    Thanks
    Thanks Lance

    So in this case you need to register the SMA Runbook Workers (do this on machine 1):
    $webService
    = "https://localhost"
    $workers
    = (Get-SmaRunbookWorkerDeployment
    -WebServiceEndpoint
    $webService).ComputerName
    if($workers
    -isnot [system.array]) {$workers
    = @($workers)}
    $workers
    += "MachineName2"
    $workers += "MachineName3"
    New-SmaRunbookWorkerDeployment
    -WebServiceEndpoint
    $webService -ComputerName
    $workers

  • Database Native web services - load balancing,  Instrumentation , security

    Hello –
    I’m proposing use of Database Native web service in our company. Our architects are asking following questions so appreciate your help
    a.     How do you load balance across the DB WS (is there a way to use the F5 to detect downtime and balance the load across the DB servers)? We will be using RAC configuration with 3 nodes.
    b.     Our architect have security concern as user id/password information are in the web service URL, which may prove to be an issue. Is there a way to mitigate this risk?
    c.     Instrumentation in this approach (db native services) is questionable due to development/auto gen of the service logic from the DB itself. We may investigate wrapping the services with OSB to give us an additional instrumentation, policy enforcement, endpoint mediation and security proxy. Thoughts??
    d.     Architect are curious regarding any potential performance issues this may have on the DB server.
    Thanks

    Hi
    We've recently begun using Native Web Services, intending to roll out this approach across the enterprise, but we've encountered 2 significant problems so far, which you may want to consider before proceeding ...
    1. NWS returns an exception if the underlying PL/SQL returns a null value - even if the PL/SQL has completed successfully, and null is a legitimate return value (see SR 3-6201969101 - it contains simple instructions to recreate the problem)
    (I raised it in this forum but there were no replies - SOAP Fault when returning null from a Native Web Service Stored Procedure
    2. The sequence of values returned in the NWS response message is the opposite to the sequence declared in the auto-generated wsdl - i.e. schema validation will fail (see SR 3-6209016991 - it also contains simple instructions to replicate)
    We have coded a workaround for problem 1. where we return <EMPTY> in place of null, and check for it in the client, but without proper resolution we're not prepared to use NWS elsewhere
    As a workaround for problem 2. we removed schema validation, again not ideal
    Both SRs were escalated 9 days ago, but are still outstanding
    Incidentally our database is 11.2.0.1, but I've tested on 11.2.0.3 and both problems are still present
    We also wrap the NWS services using an OSB Proxy Service, and came across the same security issue that you describe (b) - to provide the credentials required for the NWS, simply create a Service Account (containing the credentials) inside OSB and attach it to the Business Service which invokes the NWS (http://docs.oracle.com/cd/E17904_01/doc.1111/e15867/service_accounts.htm)
    HTH

  • F5 and Presentation Services Load balancing

    I like to utilize F5 for load balancing 2 presntation services on clustered BI servers on windows Platform
    If any one have set up F5 in a OBIEE clustered environment for load balancing presentation services , can you please share any links
    to articles regarding this setup or any other information that may help understanding the configuration details
    Thanks

    hi,
    try this blog http://bvellinger.blogspot.com/2008/01/obiee-10132-and-multiple-presentation.html
    Regards
    Naresh

  • A question about the SharePoint services load balancer

    Let's consider a farm with one WFE and two app servers, A and B. Both app servers are running the Managed Metadata Service (MMS). 
    User requests a page from the WFE, which talks to the database server. The operation needs information from the MMS, so the WFE requests information from the round robin load balancer for SharePoint web services. Let's say server A is down. 
    Here's my question - what happens next?
    a) The round robin load balancer tells the WFE the MMS is on servers A & B. The WFE tries server A, fails, and returns a failure. 
    b) The round robin returns servers A & B. The WFE tries server A, which fails. The WFE then tries server B.
    c) The round robin returns either A or B, depending on which is next in rotation. The WFE tries the server returned. If the server returned is A, the WFE returns a failure. 
    d) The round robin returns either A or B, depending on which is next in rotation. The WFE tries the server returned. If the server returned is A, the WFE queries the round robin service again.
    e) The round robin knows server A is down, returns only server B to the WFE. 
    Philo Janus, MCP Bridging business & Technology: http://www.saintchad.org/ Telecommuter? http://www.homeofficesurvival.com/ Author: Pro InfoPath 2007 & Pro InfoPath 2010 Pro PerformancePoint 2007 Pro SQL Server Analysis Services 2008 Building Integrated
    Business Intelligence Solutions

    When a Service Application is down, the application load balancer removes that endpoint from the load balancer. When it becomes available again, it adds it back. This way the WFE would just contact the MMS endpoint that was available, not try and timeout
    against an unavailable endpoint.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Requirement: Siebel URL availability   and response time with load  balance

    Hi,
    I Would like to ask a open help about creating a alert for siebel URL downtime (URL Availability), I Should get an alert whenever Siebel URL un-available.
    Any Idea of automating from OEM (Oracle Enterprise Manager).
    Regards,
    Vignesh.

    I am not sure about OEM but you can use the default email trigering mechanism that comes with lastest siebel version when component goes down.
    http://docs.oracle.com/cd/B40099_02/books/SystAdm/SystAdm_ConfigServer23.html#wp1096046

  • CSS11501 load-balancing IPv6 services

    Hi,
    I'm new to content networking and load-balancing.
    I am setting up a new nameserver network site and have the following equipment:
    - Cisco 2811
    - Cicso CSS11501
    - Cisco Catalyst 2960
    This site will have 2 nameservers which I want to load-balance behind the CSS11501. The network will be setup like this:
    Internet
    |
    Cisco 2811
    |
    CSS11501
    |
    Cisco 2960
    |
    Nameservers 1 & 2
    The CSS11501 will be in routed mode and will have a publicly addressed VIP (eg, 203.x.x.x) for the DNS service and the name servers will be privately addressed (eg, 10.x.x.10 & 10.x.x.11). I'm hoping this will work fine and serve the requested IPv4 DNS requests.
    I would like the nameservers to also operate on IPv6 and serve out IPv6 DNS requests but am not sure the CSS11501 can perform IPv6 service load-balancing.
    My question is, does the CSS11501 support IPv6, load-balancing IPv6 service requests?
    Thanks in advance.
    Richard.

    Gilles,
    Thanks for the reply.
    On another site I was looking at rolling out a Catalyst 6500 CSM module to do the exact same thing as the site I have the CSS11501's at, but it too does not support IPv6 from all I could find. Does the ACE provide all the functionality of the CSM plus IPv6?
    Thanks.
    Richard.

  • OSB Load balancing issue

    We have a situation in our project.
    We have weblogic8 sp5 server having a MDB deployed which consumes messages from distributed queues created on WLS8. OSB business services post messages on these distributed destinations.
    Set up:
    Non production environements have 2 instances of wls8 servers and 2 instances of OSB(weblogic) servers.
    Production environments have 4 instances of wls8 managed servers and 2 instances of OSB(weblogic) servers.
    Weblogic 8 server has a custer created with only hostname comma seperated. e.g. host1,host2.
    OSB(weblogic) server has cluster created with hostname and port comma seperated. e.g. host1:port,host2:port.
    Scenario 1.
    When wls8 cluster address is used in OSB business services, load balancing is not happening. Messages go on only one of the wls8 managed server. If this server goes down,then only messages goes on the other server. With this, we have got fail over and not load balancing.
    Scenario 2.
    When wls 8 managed server urls are used with comma seperated in OSB business service, some times load balancing happens. This is also not conclusive as when any of the wls8 managed server goes down and comes up, load balancing stops working and all the messages goes to one of the up servers.
    Scenario 3.
    On produciton environmet, we have 4 instances of wls8 managed servers and 2 instances of OSB(weblogic) managed servers.
    As discussed in scenario1, when cluster address is used, load balancing does not happen and all the messages go to 1 of the 4 managed servers. When comma seperated urls are used, some times load balancing happenes but it is load balanced in 2 of the wls8 managed servers. Other 2 do not get any messages.
    We have custom error handling done to catch all the errors occured when any exceptions occurs in proxy service or while invoking business service. Tried adding 4 different urls in end point uri of busness services. If any of the endpoint is down, it gives an error and message flow gets aborted. Tried with enabling retry count. With this, when any endpoint down, it raises an error which is collected in custom error collector and then tries with another available uri. With this, for any error and after successful message flow, an error is logged.
    Any pointers on above points will be helpful to solve our loadbalncing issue.
    Regards,
    Pravin
    Edited by: pravinkapile on Oct 11, 2009 10:03 PM

    Pravin,
    I doubt affinity to Server is somehow configured on the connection factory? Can you please check connection factory configuration?
    Manoj
    http://download.oracle.com/docs/cd/E12840_01/wls/docs103/wlsmbeanref/core/index.html (JMSConnectionFactoryBean)
    Overview
    The load-balancing parameters allow client to choose how they wish to distribute the work to the configured servers.
    Attributes
    This section describes the following attributes:
    * LoadBalancingEnabled
    * ServerAffinityEnabled
    LoadBalancingEnabled
    Specifies whether non-anonymous producers created through a connection factory are load balanced within a distributed destination on a per-call basis.
    If enabled, the associated message producers are load balanced on every send() or publish() .
    If disabled, the associated message producers are load balanced on the first send() or publish().
    Privileges     Read/Write
    Type     boolean
    Default Value     true
    ServerAffinityEnabled
    Specifies whether a server instance that is load balancing consumers or producers across multiple members destinations of a distributed destination, will first attempt to load balance across any other physical destinations that are also running on the same server instance.
    Privileges     Read/Write
    Type     boolean
    Default Value     true
    Edited by: mneelapu on Oct 12, 2009 11:16 AM

  • Load balancing and clustering for SQL SERVER ANALYSIS SERVER instances to access large number of concurrent users for bi site

    HI
    how to do analysis server clustering 
    we have sharepoint bi site and we published many dashboards pointers ,filters kpis 
    and at a time some 200 to 300 concurrent users access these dashboards pages
    so for maintain this requirement how we apply clustering for ssas intances 
    and also it has load balancing 
    adil

    Hi Adil,
    According to your description, you want to implement SQL Server Analysis Services Clusster and Analysis Services Load Balancing, right?
    In SSAS, we can design highly available solutions in Analysis Services by using: network load balancing (NLB) technologies, failover clustering technologies, or both. For the details about implemention, please refer to the links below.
    http://msdn.microsoft.com/en-us/library/dn736073.aspx
    http://sqlsrvanalysissrvcs.codeplex.com/wikipage?title=Analysis%20Services%20Load%20Balancing
    http://technet.microsoft.com/en-us/library/bb500217(v=sql.105).aspx
    Regards,
    Charlie Liao
    TechNet Community Support

  • Best way to load balance VPNs

    I have two ASA 5540s that I would like to configure for VPN load balancing. I had been looking at the Active / Standby configurations, but am curious if doing this I can truly get VPN load balancing or if this means all VPNs on the active unit and then when a failure happens all VPNs go over to the standby unit. This isn't what I want.
    I have found some documents that talk about setting up a cluster. But I think these documents are telling me not to configure the two ASAs as a active / standby failover pair. Does that make sense?
    Anyway - what is the best way to accomplish VPN load balancing? In our setup these ASAs will only be handling VPNs (no firewalling will be done here).

    An active/standby failover pair configuration will provide for resiliency in the event of a hardware or software failure. One ASA is "Active" while the other is in a "Standby" mode. Config and state information is synchronized between the two devices. Only one ASA services client connections at any given time.
    Load balancing, on the other hand, allows you to configure a "cluster" with multiple participants. Each participating ASA can service client connections thus sharing the load. The following doc gives a good overview of load balancing and provides sample configurations.
    http://www.cisco.com/en/US/docs/security/asa/asa80/configuration/guide/vpnsysop.html#wp1048959

  • ASA 5520 VPN load balancing with Active/Standby failover on 2 devices only...

    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-qformat:yes;
    mso-style-parent:"";
    mso-padding-alt:0in 5.4pt 0in 5.4pt;
    mso-para-margin-top:0in;
    mso-para-margin-right:0in;
    mso-para-margin-bottom:10.0pt;
    mso-para-margin-left:0in;
    line-height:115%;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:"Calibri","sans-serif";
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-fareast-font-family:"Times New Roman";
    mso-fareast-theme-font:minor-fareast;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;}
    This topic has been beat to death, but I did not see a real answer. Here is configuration:
    1) 2 x ASA 5520, running 8.2
    2) Both ASA are in same outside and inside interface broadcast domains – common Ethernet on interfaces
    3) Both ASA are running single context but are active/standby failovers of each other. There are no more ASA’s in the equation. Just these 2. NOTE: this is not a Active/Active failover configuration. This is simply a 1-context active/standby configuration.
    4) I want to share VPN load among two devices and retain active/standby failover functionality. Can I use VPN load balancing feature?
    This sounds trivial, but I cannot find a clear answer (without testing this); and many people are confusing the issue. Here are some examples of confusion. These do not apply to my scenario.
    Active/Active failover is understood to mean only two ASA running multi-contexts. Context 1 is active on ASA1 Context 2 is active on ASA2. They are sharing failover information. Active/Active does not mean two independently configured ASA devices, which do not share failover communication, but do VPN load balancing. It is clear that this latter scenario will work and that both ASA are active, but they are not in the Active/Active configuration definition. Some people are calling VPN load balancing on two unique ASA’s “active/active”, but it is not
    The other confusing thing I have seen is that VPN config guide for VPN load balancing mentions configuring separate IP address pools on the VPN devices, so that clients on ASA1 do not have IP address overlap with clients on ASA2. When you configure ip address pool on active ASA1, this gets replicated to standby ASA2. In other words, you cannot have two unique IP address pools on a ASA Active/Standby cluster. I guess I could draw addresses from external DHCP server, and then do some kind of routing. Perhaps this will work?
    In any case, any experts out there that can answer question? TIA!

    Wow, some good info posted here (both questions and some answers). I'm in a similar situation with a couple of vpn load-balanced pairs... my goal was to get active-standby failover up and running in each pair- then I ran into this thread and saw the first post about the unique IP addr pools (and obviously we can't have unique pools in an active-standby failover rig where the complete config is replicated). So it would seem that these two features are indeed mutually exclusive. Real nice initial post to call this out.
    Now I'm wondering if the ASA could actually handle a single addr pool in an active-standby fo rig- *if* the code supported the exchange of addr pool status between the fo members (so they each would know what addrs have been farmed out from this single pool)? Can I get some feedback from folks on this? If this is viable, then I suppose we could submit a feature request to Cisco... not that this would necessarily be supported anytime soon, but it might be worth a try. And I'm also assuming we might need a vip on the inside int as well (not just on the outside), to properly flip the traffic on both sides if the failover occurs (note we're not currently doing this).
    Finally, if a member fails in a std load-balanced vpn pair (w/o fo disabled), the remaining member must take over traffic hitting the vip addr (full time)... can someone tell me how this works? And when this pair is working normally (with both members up), do the two systems coordinate who owns the vip at any time to load-balance the traffic? Is this basically how their load-balancing scheme works?
    Anyway, pretty cool thread... would really appreciate it if folks could give some feedback on some of the above.
    Thanks much,
    Mike

Maybe you are looking for

  • IPhoto 09 (8.1.2) - Only shows blank window/no pix after iTunes/iOS4 update

    Before updating to iTunes 9.2 and iPhone iOS4 (iPhone 3GS) my iPhoto 09 (8.1.2) was functioning perfectly. I have hundreds of photos and no issues with importing or displaying of photos on the Macbook. I updated to iTunes 9.2 so I could download and

  • Virtual PC on Windows 7 (32 bit) and T4300 processor

    Hi, I bought my laptop specifically to run Virtual PC and deliberately got a 4Gb machine. I now find out that the T4300 processor doesn't support hardware assisted virtualisation and seemingly you then can't run VPC? I'm not interested in XP mode - I

  • HttpClusterServlet Proxy Plugin problem - Weblogic Express 10

    Hi, I am using Weblogic Express 10 version. I am trying to configure HttpClusterServelet in one of my test machine. I have a Admin server and 3 Managed servers which are part of clusters. I have a test war file which is deployed on to the cluster. I

  • Mini screen resolutions on a Samsung 32" LCD?

    Can anyone tell me what screen resolutions (pixel width x pixel height) would be available to a Mac Mini connected to a Samsung SyncMaster 320P 32" LCD? A listing of the monitor, which includes "native" and "supported" resolutions, is available here.

  • XRaid Performance Sub-Par for HD Video

    Hey Guys....I'm testing out my fully populated XRaid with AJA's Kona 2 System Checker. Starts out great, writing at around 272 Mbps. But then after a few seconds, it drops off to around 60 Mbps. Read times are even slower at around 30 Mbps. Here are