Load Balancing in Clustered Weblogic 12c

Hi,
   Weblogic.........: 12.1.3
   OS..................: Oracle Enterprise Linux 6.3
We have configured a Clustered Weblogic (2 virtual servers) successfully. Now we are searching for some good Load Balancing solutions. I've tested a ProxyServlet, but it didin't really solve the question, because this kind of load balancing only balances apps in the same server.
Is it mandatory to use a third-party solution, like an Apache Httpd Server, or Big IP? In fact, i would like to know initially for some viable solutions to provide a load balancing solution to a 2-server Weblogic 12c Solution.
Thanks in advance.

Hi,
It is not manadatory, and it is possible to load balance apps on different servers with the ProxyServlet. It's only that this will be running on a server from where the others need to be accesable.
Also, it depends on what you are using this environment for. The ProxyServlet is a good solution if you want to replicate an Enterprise environment and test the load balancing with a WebLogic cluster. However, if you want to run Production applications in this environment, then consider the above suggestions: either a WebServer or a dedicated external Load Balancer.
Regards

Similar Messages

  • Load balancing and clustering in sharepoint

    Hi,
    Still i am confuse about load balancing with cluster in sharepoint level.please let me know how to install and troubleshoot,how it is work, Advantage, etc..
    Thanks,
    Inguru

    Hi Inguru,
    Per my knowledge, SharePoint only supports Load balancing and SQL support clustering.
    Here is a similar thread for you to take a look:
    http://social.technet.microsoft.com/Forums/en-US/2b20d1d5-de35-486e-9b0e-37222a307615/clustering-and-load-balancing?forum=sharepointgeneralprevious
    To configure load balancing for SharePoint, please follow the links below:
    http://blogs.technet.com/b/praveenh/archive/2010/12/17/setting-up-load-balancing-on-a-sharepoint-farm-running-on-windows-server-2008.aspx
    http://community.bamboosolutions.com/blogs/sharepoint-2013/archive/2014/01/07/network-load-balancing-for-sharepoint-2013-part-three-installing-network-load-balancing-on-wfe1-in-a-three-server-farm.aspx
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Load Balancing and Clustering

    How can I connect to my cluster rather than a single
    server in the cluster? I have 3 instances of WLS running on the same machine, and I can connect to these three servers separately (the login.jsp page). However, when I shutdown one of them, the page cannot be displayed, which means that I was connected to the server and not the cluster.
    To understand it better following is the configuration details which i am having:
    1. Admin Server running on 7001 port.
    2. Three server instances(Trade1,Trade2,Trade3) are running on TradeCluster having same ip address (127.0.0.1) and different port number 8001,8011,8021 respectively.
    3. Trade application can be accesses via (127.0.0.1:8001 or 127.0.0.1:8011 or 127.0.0.1:8021) separately.
    If server Trade1 is getting down in that case 127.0.0.1:8001 is showing "page can not be displayed". I tried to use "HttpClusterServlet" for load balancing but it was not working. How i can access application through ome common URL and how can a configure load balancing.
    Can anybody help me find out what I might have missed.
    TIA
    Sunil

    Hi,
    we need to specify the cluster information in web.xml like
    <web-app>
    <servlet>
    <servlet-name>HttpClusterServlet</servlet-name>
    <servlet-class>
    weblogic.servlet.proxy.HttpClusterServlet
    </servlet-class>
    <init-param>
    <param-name>WebLogicCluster</param-name>
    <param-value>
    hostname1:7736|hostname2:7736|hostname:7736
    </param-value>
    </init-param>
    </servlet>
    <servlet-mapping>
    <servlet-name>HttpClusterServlet</servlet-name>
    <url-pattern>/</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>HttpClusterServlet</servlet-name>
    <url-pattern>*.jsp</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>HttpClusterServlet</servlet-name>
    <url-pattern>*.htm</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>HttpClusterServlet</servlet-name>
    <url-pattern>*.html</url-pattern>
    </servlet-mapping>
    </web-app>
    and deploy the application target to cluster
    Prasanna Yalam

  • 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

  • Sticky load balancing without clustering?

    I don't need any type of session replication. I just want to run two
              instances of Weblogic on one machine, one IP, two different ports.
              If I run a third instance of Weblogic for proxying on the same machine
              on yet another port, can I take advantage of the HttpClusterServlet's
              sticky load balancing capabilities if the two Weblogic instances I want
              to proxy between are not participating in a cluster?
              All we require is to have an IP & port that we can hit that will
              round-robin the HTTP requests between the two Weblogic instances, and
              send all subsequent HTTP requests with the same session to the same
              Weblogic instance it sent it to before. Can this work? Thanks in
              advance,
              mg
              Mike Gorman, Director of Architecture
              YOUcentric, Inc.
              Charlotte, NC
              704-643-1000 x518
              http://www.youcentric.com
              

    Thought I read somewhere that you must have different IP addresses for each
              server
              Mike Gorman wrote:
              > I don't need any type of session replication. I just want to run two
              > instances of Weblogic on one machine, one IP, two different ports.
              >
              > If I run a third instance of Weblogic for proxying on the same machine
              > on yet another port, can I take advantage of the HttpClusterServlet's
              > sticky load balancing capabilities if the two Weblogic instances I want
              > to proxy between are not participating in a cluster?
              >
              > All we require is to have an IP & port that we can hit that will
              > round-robin the HTTP requests between the two Weblogic instances, and
              > send all subsequent HTTP requests with the same session to the same
              > Weblogic instance it sent it to before. Can this work? Thanks in
              > advance,
              >
              > mg
              >
              > --
              > Mike Gorman, Director of Architecture
              > YOUcentric, Inc.
              > Charlotte, NC
              > 704-643-1000 x518
              > http://www.youcentric.com
              

  • Who takes care of load balancing work in weblogic cluster ?

    Hi Folks,
    How load balancing is handled internally by weblogic cluster ? Does Admin server takes care of cluster load balancing ? According to me Admin has nothing to do with load balancing in cluster . Manage server continue to run even when Admin server is down.
    I am not looking for explanation about different load balancing algorithm. I am interested in who executes those algorithms in weblogic cluster and how .
    Cheers
    B.

    Hi,
    You need to configure loadbalancer and there are different ways to do this. Please go through the below thread to user Apache Loadbalancer.
    problem with Apache Proxy plugin
    Regards
    Suresh.

  • Load balancing and clustered MDBs using a Queue

    With the following advice/information from
              http://e-docs.bea.com/wls/docs61/faq/jms.html#252978,
              "One customer had an example where topic MDBs are needed in which there will
              be multiple implementations of the MDBs listening on the same topic. In
              other words, more than one MDB with a different implementation may be
              subscribing to the same topic. The client has no advanced way of knowing how
              many different kinds of MDBs may be listening on the same topic, but it is
              possible for there to be more than one listener, therefore topics, not
              queues. For each kind of MDB listening on the topic, the message is
              delivered exactly once (i.e., the message will be delivered exactly once to
              an instance in each named MDB pool listening on the topic)."
              If I have a set of MDB's scraping Messages from the JMS Queue, what is the
              load-balancing behavior?
              1) Consider a lightly-loaded system, where each MDB has sufficient time to
              process the message before the next one shows up in the queue. Will the same
              MDB get all the messages?
              2) Consider a heavily-loaded system, where each MDB has insufficient time to
              process the message before the next one shows up in the queue. How would you
              characterize the de facto load-balancing behavior? least-loaded?
              

    Have you tried the SAP WebDispatcher.  This should acomplish what you want. 
    http://help.sap.com/saphelp_nw04/helpdata/en/42/5cfd3b0e59774ee10000000a114084/frameset.htm

  • Weblogic Apache Plugin - Load Balancing

    Hi,
    I have two Apache servers each with the WLS Apache Plugin installed. These sit in front of two WL servers each having two managed servers.
    Each plugin is setup with the list of servers as follows:
    <IfModule mod_weblogic.c>
              WebLogicCluster Server_1:7030,Server_1:7040,Server_2:7010Server_2:7020
              Debug           OFF
              WLLogFile logs/cws_proxy.log
              WLTempDir "logs"
              DebugConfigInfo OFF
              WLProxySSL On
              KeepAliveEnabled ON
              KeepAliveSecs 15
              MatchExpression *.xhtml
              MatchExpression *.jsp
         </IfModule>
    Look OK so far?
    Anyway, looking at the WL access.log I can see that server 1 is only receiving requests from one Apache, and the same goes for the other access.log. So... it's not really load balancing is it?
    Can anyone offer any advice or comments on my plugin configuration or why it is not load balancing properly?
    Much Appreciated,

    I came across this link which says ‘WebLogic Server does not always load balance an object’s method calls.” And has few more details about the load balancing strategy of weblogic.
    http://download.oracle.com/docs/cd/E11035_01/wls100/cluster/load_balancing.html#wp1026599
    http://download.oracle.com/docs/cd/E11035_01/wls100/cluster/load_balancing.html
    This might help.

  • Using StoneBeat WebCluster load balancing with WebLogic

              Hi,
              I have done some testing of WebLogic Server with my company's StoneBeat WebCluster
              distributed load balancing software. This might be one more option to consider
              as a load balancing solution for WLS. It is advanced in the sense that load balancing
              is really dynamic, there are no single-points of failure (distributed architecture)
              and there is a very good, configurable test subsystem that runs on each cluster
              node to check for overload situations, HW/OS failures, ...
              In the initial testing, the WebCluster load balancing works with WebLogic replication,
              although there are some cases that need mroe consideration (please see below).
              I had to get a patch to WLS6SP1 on NT to make WLS' multicast work when there are
              several NICs on the cluster nodes.
              However, there is one case which causes problems:
              - I have 3 cluster nodes
              - P: 2, S: 3 (SessionServlet = 1)
              - 2: offline - P: 3, S: 1 (SessionServlet = 2; WebCluster randomly selected a
              new node to handle the connection)
              - 2: online - P: 2, S: ? (SessionServlet = 3, WebCluster redistributes the load
              when a node goes online)
              - 2: offline
              - P: 3, S: 1 (__SessionServlet = 1__) NB!
              The log messages show that when node 2 comes back online it retrieves the replica
              from the secondary (node 1) and not from the primary (node 3). After a while (5-6
              minutes), node 3 tries to update the replica on node 1. Node 1 considers this
              a stale update request and removes the Primary 16... (node name) and then the
              secondary for 16... (the replicated object). Then there's a message (still on
              node 1) that it is unable to find object 16... Back on node 3 the primary for
              16... is removed.
              From the WLS6 documentation (under the discussion of using replication with external
              HW load balancing solutions) I thought that this case would have been handled:
              - it is stated that after the failure of a node, if the HWLB box sends the next
              request to a node where there is no replica, WLS is able to retrieve the replica
              - to be fair, this is what happens: when node 2 came back online, it retrieved
              the replica from node 1 (the secondary) - I suppose that there is an assumption
              that if a request arrives to a node without a replica, the primary __must have
              failed__
              Is there any way to get around this problem?
              Admittedly, WebCluster has a problem in that the stickyness of connections is
              not perfect: - when a node goes online, a connection that was correctly persisted
              (based on either source-ip or source-network address) may be moved to a new node
              since the load is redistributed. Our load balancing is very dynamic, but doesn't
              maintain a list of who is connected to which node when resistribution takes place
              Regards,
              Frank Olsen
              Stonesoft
              

    Rick,
    You may want to look at the Alteon and F5 configuration we have on edocs.
    Take a look at the following URLs for a possible solution
    http://edocs.bea.com/wls/docs61/cluster/alteon.html#591902
    http://edocs.bea.com/wls/docs61/cluster/bigip.html#591902
    Chuck Nelson
    DRE
    BEA Technical Support

  • Weblogic 8.1 Enable Load Balancing with Node Manager

    Hi All,
    Please provide any guidelines on how to enable Load Balancing in Bea Weblogic 8.1
    I have configured *1 Admin Server* with *4 Managed Servers* on a single machine each having different port.
    I want to setup load balancing such that any 1 of 4 ports responds when a central URL is clicked by the user.
    Any guidelines are welcome.

    Review the document How to Implement Load Balancing on SAP BusinessObjects Planning and Consolidation, version for SAP NetWeaver

  • Clustering VS Load balancing

    Hi All,
    I want to know the difference between Load Balancing and Clustering.
    Mainly i want to choose one of the two for J2E based application and Oracle 10 G database. OS will be Sun Solaris 10.
    Regards
    Tejas

    Hi All,
    I want to know the difference between Load Balancing and Clustering.
    Mainly i want to choose one of the two for J2E based application and Oracle 10 G database. OS will be Sun Solaris 10.
    Regards
    Tejas

  • Hardware load balancing with session stickiness

    Hello,
              We are looking for a hardware based solution to load balance 4
              unclustered weblogic servers. These servers are software replicas of
              each other and share a common database. We need a solution that
              provides session level server stickiness based on jsessionid as both a
              cookie and url rewrite. Currently we have Cisco load balancers which
              do not handle the url rewrite due to the fact the the load balancer
              only "sees" what is after the question mark in the url and the
              jsessionid is before the question mark. Example:
              http://somehost.com/some/url.jsp;jsessionid=26D5C566075663ABD8E17AD255974323?parm=value
              I'm sure we are not the only ones trying to do this. Any suggestions
              would be greatly appreciated.
              Thanks,
              Alan George
              

              Having worked on Cisco load balancer and WLS clustered, you would loose sessions
              when the requests are failed over.
              S
              "Shawn Kircher" <[email protected]> wrote:
              >
              >Has anyone got this type of scenario working where you load balance sticky
              >sessions
              >from a Cisco load balancer between non-clustered weblogic servers?
              >
              >Thanks,
              >
              >Shawn
              >
              >"Aravind Krishnasamy" <[email protected]> wrote:
              >>F5 or BigIp provides hardware level load balancing and it injects date
              >>inside weblogic cookie and maintains server affinity.
              >>Thanks
              >>Aravind
              >>"ageorge" <[email protected]> wrote in message
              >>news:[email protected]...
              >>> Hello,
              >>>
              >>> We are looking for a hardware based solution to load balance 4
              >>> unclustered weblogic servers. These servers are software replicas
              >>of
              >>> each other and share a common database. We need a solution that
              >>> provides session level server stickiness based on jsessionid as both
              >>a
              >>> cookie and url rewrite. Currently we have Cisco load balancers which
              >>> do not handle the url rewrite due to the fact the the load balancer
              >>> only "sees" what is after the question mark in the url and the
              >>> jsessionid is before the question mark. Example:
              >>>
              >>>
              >>http://somehost.com/some/url.jsp;jsessionid=26D5C566075663ABD8E17AD255974323
              >>?parm=value
              >>>
              >>> I'm sure we are not the only ones trying to do this. Any suggestions
              >>> would be greatly appreciated.
              >>>
              >>> Thanks,
              >>>
              >>> Alan George
              >>
              >>
              >
              

  • Load balancing without a cluster...!!!!????

    Hi boys!
              I have a question for you: my NES proxy server can realize a load
              balancing between 2 weblogic 6.0 servers that are NOT IN A CLUSTER?
              I've done some tests configuring the obj.conf like the 2 weblogic
              servers were in cluster, but I dont' understand if it works correctly.
              May be I ask too much ...
              Thanks
              Patrizia
              

              I'm assuming your using one browser to test this.
              The first time you access a servlet or a JSP that uses session
              tracking, the WL server will store a cookie in the browser. This
              cookie identifies the IP address and port number of the WLS where
              the request was executed (the Primary), and if it is a clustered
              configuation with session replication enable, also a Secondary
              server.
              The next time you make a request to iPlanet (or Apache), wlproxy
              looks at the cookie and directs you to the same WL server - so
              you won't see any load balancing.
              If you quit out of all your browsers, then start a new browser,
              and access it again, you won't have a WL cookie, and the request
              will get load balanced to one of the WL servers.
              Mike
              Patrizia MB <[email protected]> wrote:
              >Thanks Mike,
              >but I've some problems in verifying what you've asserted.
              >In my obj.conf I've put
              >
              > <Object name="wl" ppath="*/servlet/*">
              >
              > Service fn="wl-proxy" WebLogicCluster="10.0.0.3:7060,10.0.0.8:7060"
              >DebugConfigInfo="ON" Debug="ON"
              >
              > </Object>
              >
              >Note that I have 2 NOT-Clustered WLS instances behind
              >NES: I used
              >the "WebLogicCluster" property in the obj.conf only because
              >this
              >is the only way - as far as I know ! - to specify multiple
              >nodes to the
              >proxy.
              >
              >
              >With your suggestion, accessing the URL
              >"http://<your-nes-server>/?__WebLogicBridgeConfigInfo"
              >I can see this:
              > Query String: '__WebLogicBridgeConfig'
              > This entry is cluster aware.
              > ClusterID (from obj.conf): "10.0.0.3:7060,10.0.0.8:7060"
              > WebLogic Cluster List:
              > 1.Host: '10.0.0.8' Port: 7060 Primary
              > General Server List:
              > 1.Host: '10.0.0.3' Port: 7060
              > 2.Host: '10.0.0.8' Port: 7060
              >
              >
              >
              >
              >
              >In spite of that, there's no load-balancing!
              >I checked the 2 access files on the 2 nodes, and I see
              >that all my
              >requests go to the same server 10.0.0.8.
              >Why?
              >According to which logic 10.0.0.8 has been defined the
              >Primary? (They
              >are both Administration Servers)
              >
              >I hope you'll answer to my questions!
              >
              >TIA
              >
              >Patrizia
              >
              >
              >
              >
              >
              >
              >Mike Reiche wrote:
              >
              >> The wlproxy for NES will round-robin requests to multiple
              >WL
              >> servers if they are clustered or not clustered.
              >>
              >> You can get some additional information by adding the
              >property
              >> DebugConfigInfo=ON to the WL configuration in obj.conf
              >then
              >> hitting the URL...
              >> http://<your-nes-server>/?__WebLogicBridgeConfigInfo
              >>
              >> Check the WL NSAPI doc.
              >>
              >> Mike
              >>
              >> Monteforte Patrizia <[email protected]>
              >wrote:
              >> >Hi boys!
              >> >I have a question for you: my NES proxy server can
              >realize
              >> >a load
              >> >balancing between 2 weblogic 6.0 servers that are
              >NOT
              >> >IN A CLUSTER?
              >> >I've done some tests configuring the obj.conf like
              >the
              >> >2 weblogic
              >> >servers were in cluster, but I dont' understand if
              >it
              >> >works correctly.
              >> >May be I ask too much ...
              >> >
              >> >Thanks
              >> >
              >> >Patrizia
              >> >
              >
              

  • Need a load balancer ?

    Dear Sir/Madam,I have 2 Sun boxes and 2 cpu each. We are going to deploy the cluster with 2 WL servers on each machine. I want to make sure something before I start.Q1 : Since I will deploy 2 WL servers on each machine. Does it mean one of the WL will become a Admin server and another one will become mamaged server ? when is the DNS list stored ? Does it mean the admin server will take the request and pass it into other macines ? If that is the case, what if the admin server is down, then that would be a single point of failure, right ?Q2 : Do I need a load balancer for clustering ? Does it make any different if I use or not use 3rd party web server in the front of the WL servers ? In what case do i need a load balancer ? Can I user only one web server for serving 2 WL Servers ?thanks,Eddie
              

    Eddie,
              The Weblogic cluster documentation will help to explain many of your
              questions. (See attached.)
              > Does it mean one of the WL will become a Admin server and another one will
              become mamaged server ?
              By default, the first server up in a cluster is the admin server. There are
              command line parameters for all that stuff though.
              > when is the DNS list stored ?
              I do not understand the question.
              > Does it mean the admin server will take the request and pass it into other
              macines ?
              No. Typically, the admin server is not part of the cluster. The admin server
              should not be part of the cluster.
              > If that is the case, what if the admin server is down, then that would be
              a single point of failure, right ?
              No. RTFM. You really should not skip this part of your requisite reading.
              > Do I need a load balancer for clustering ?
              No. It is nice to have though. It gets rid of the round robin DNS usage. It
              is often faster.
              > Does it make any different if I use or not use 3rd party web server in the
              front of the WL servers ?
              Often in lieu of the h/w load balancer. Sometimes behind the h/w load
              balancer. Yes, it does make a difference, since it alters the setup quite a
              bit. Not necessary in 6.0 with a h/w load balancer, and is necessary in 5.1.
              > Can I user only one web server for serving 2 WL Servers ?
              Theoretically yes, but in reality it seems that most apps need one or more
              than one web server per WL server.
              Peace,
              Cameron Purdy
              Tangosol Inc.
              << Tangosol Server: How Weblogic applications are customized >>
              << Download now from http://www.tangosol.com/download.jsp >>
              "Eddie" <[email protected]> wrote in message
              news:[email protected]...
              > Dear Sir/Madam,I have 2 Sun boxes and 2 cpu each. We are going to deploy
              the cluster with 2 WL servers on each machine. I want to make sure something
              before I start.Q1 : Since I will deploy 2 WL servers on each machine. Does
              it mean one of the WL will become a Admin server and another one will become
              mamaged server ? when is the DNS list stored ? Does it mean the admin server
              will take the request and pass it into other macines ? If that is the case,
              what if the admin server is down, then that would be a single point of
              failure, right ?Q2 : Do I need a load balancer for clustering ? Does it make
              any different if I use or not use 3rd party web server in the front of the
              WL servers ? In what case do i need a load balancer ? Can I user only one
              web server for serving 2 WL Servers ?thanks,Eddie
              [WL60clusterdoc.zip]
              

  • Advantages of using a webserver inbetween a load balancer and application servers

    I am building out a new weblogic domain.
    I am wondering which one of these configuration to go with:
    1. Load balancer > weblogic servers
    2. Load balancer > web server > weblogic servers
    Could someone tell me what are the specific advantages of having web servers inbetween a load balancer and application servers (besides caching static data content and acting as a proxy)?
    Thanks in advance
    Srini

    Other than hosting the static content, nothing much really.   We have our load balancer go straight to WL for applications without static content and route to web server if there is static content.   Easy enough to do it both ways, best of both worlds.

Maybe you are looking for

  • Oracle WebADI: How to Download the WebADI Excel File with Parameter

    Hello Friends, How to Download the Oracle WebADI Excel File with Parameter?? For Ex: How to download the Employees for Specific Department from Oracle WebADI. And After to change the specific changes on Employee Data to Upload. Thanks in Advance.

  • Why is/where is ASL.dll missing?

    Following recovery, itunes was missing.  In downloading and installing, the process stops with "itunes Library.itl cannot be read because it was created by a newer version of itunes and later after many trys another stop occured with SYSTEM ERROR, AS

  • Blocked using 88.blocklist.zap

    I have sent many times  mail to [email protected] To request removal from this list,but they can't    don't have removal ,I don't why,Can you help me,This is E-mail:[email protected] for me,THS!

  • Interfacing NI 5640 with my VI PLZ help

    I am interfacing Ni 5640 PCI with the example VI of the modulation toolkit "QAM transceiver" using the instrument driver of PCI 5640 not the labview FPGA driver My final constellation is with lot of errors. I am finding problems in setting the parame

  • BP-role - Organization Unit

    Hi, How do you get the BP role set to Organizational unit? Thanks Elize