<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Hi Adil,When you say new in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/oracle-loadbalance-issue/m-p/2484930#M41909</link>
    <description>&lt;P&gt;Hi Adil,&lt;/P&gt;&lt;P&gt;When you say new session is created, what do you exactly mean? Does user get a redirect or what happens exactly? ACE will look for cookie and if it is not there, ACE will take the loadbalancing decision. Do you know if client is coming with the same cookie? Have you got persistence rebalance enabled in http parameter map?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kanwal&lt;/P&gt;</description>
    <pubDate>Tue, 15 Apr 2014 19:26:48 GMT</pubDate>
    <dc:creator>Kanwaljeet Singh</dc:creator>
    <dc:date>2014-04-15T19:26:48Z</dc:date>
    <item>
      <title>Oracle Loadbalance Issue</title>
      <link>https://community.cisco.com/t5/application-networking/oracle-loadbalance-issue/m-p/2484929#M41908</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to resolve an issue involving load balancing of Oracle using Cisco ACE Loadbalancers.&amp;nbsp; It is not too complicated of a set up, at least I don't think.&amp;nbsp; There are two rservers in a server farm.&amp;nbsp; I have the server farm nested within a sticky http-cookie section so that server persistence using cookies is used.&amp;nbsp; During the basic testing, the load balancing is working as expected.&amp;nbsp; For example, Server 1 is manual brought down and I can verify that new sessions are being served to Server 2 and vice versa.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue comes in when, during testing, the user clicks on a module within the main Oracle web based application.&amp;nbsp; Doing this, causes a new session to be created.&amp;nbsp; When this new session is created, I believe it is sent to a new server in the pool instead of sending it to the same server.&amp;nbsp; It needs to be sent to the same server because that is where the user logged into the main application.&amp;nbsp; Because the new server where this new session is being sent to doesn't have any record of the original login it rejects this new session.&amp;nbsp; So what I was told by the Oracle support is is that I need to have the ACE LB load balance by instance instead of session.&amp;nbsp; I don't know if this is possible.&amp;nbsp; I have pasted a sample of the config which is in use.&amp;nbsp; Can someone advise if there is a command which I am not aware of which can accomplish the above stated goal.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;probe tcp TCPHTTPTEST&lt;BR /&gt;&amp;nbsp; port 80&lt;BR /&gt;&amp;nbsp; interval 5&lt;BR /&gt;&amp;nbsp; faildetect 2&lt;BR /&gt;&amp;nbsp; passdetect interval 5&lt;BR /&gt;&amp;nbsp; passdetect count 2&lt;BR /&gt;&amp;nbsp; expect status 200&lt;BR /&gt;&amp;nbsp; request method get url /forms/lservlet&lt;BR /&gt;!&lt;BR /&gt;rserver host ORACLE_TEST_1&lt;BR /&gt;&amp;nbsp; ip address 10.10.110.101&lt;BR /&gt;&amp;nbsp; inservice&lt;BR /&gt;rserver host ORACLE_TEST_2&lt;BR /&gt;&amp;nbsp; ip address 10.10.110.103&lt;BR /&gt;&amp;nbsp; inservice&lt;BR /&gt;!&lt;BR /&gt;serverfarm host ORACLE_TEST_HTTP_FARM&lt;BR /&gt;&amp;nbsp; failaction reassign&lt;BR /&gt;&amp;nbsp; predictor leastconns&lt;BR /&gt;&amp;nbsp; probe TCPHTTPTOATST&lt;BR /&gt;&amp;nbsp; rserver NOVHQERP_TOATST_1 80&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;BR /&gt;&amp;nbsp; rserver NOVHQERP_TOATST_2 80&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;BR /&gt;!&lt;BR /&gt;sticky http-cookie ORACLE_TEST GROUP8&lt;BR /&gt;&amp;nbsp; cookie insert&lt;BR /&gt;&amp;nbsp; serverfarm ORACLE_TEST_HTTP&lt;BR /&gt;&amp;nbsp; replicate sticky&lt;BR /&gt;!&lt;BR /&gt;class-map match-all ORACLE_TEST_VIP&lt;BR /&gt;&amp;nbsp; 2 match virtual-address 172.30.110.57 tcp eq 80&lt;BR /&gt;!&lt;BR /&gt;policy-map type loadbalance first-match ORACLE_TEST&lt;BR /&gt;&amp;nbsp; class class-default&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sticky-serverfarm GROUP8&lt;BR /&gt;!&lt;BR /&gt;policy-map multi-match CLIENT_VIPS&lt;BR /&gt;&amp;nbsp; class ORACLE_TEST_VIP&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance vip inservice&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance policy ORACLE_TEST&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance vip icmp-reply active&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; nat dynamic 1 vlan 110&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Adil&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2014 18:55:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/oracle-loadbalance-issue/m-p/2484929#M41908</guid>
      <dc:creator>adil.nasser3</dc:creator>
      <dc:date>2014-04-15T18:55:15Z</dc:date>
    </item>
    <item>
      <title>Hi Adil,When you say new</title>
      <link>https://community.cisco.com/t5/application-networking/oracle-loadbalance-issue/m-p/2484930#M41909</link>
      <description>&lt;P&gt;Hi Adil,&lt;/P&gt;&lt;P&gt;When you say new session is created, what do you exactly mean? Does user get a redirect or what happens exactly? ACE will look for cookie and if it is not there, ACE will take the loadbalancing decision. Do you know if client is coming with the same cookie? Have you got persistence rebalance enabled in http parameter map?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kanwal&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2014 19:26:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/oracle-loadbalance-issue/m-p/2484930#M41909</guid>
      <dc:creator>Kanwaljeet Singh</dc:creator>
      <dc:date>2014-04-15T19:26:48Z</dc:date>
    </item>
    <item>
      <title>Hi Kanwalsi, Thank you for</title>
      <link>https://community.cisco.com/t5/application-networking/oracle-loadbalance-issue/m-p/2484931#M41910</link>
      <description>&lt;P&gt;Hi Kanwalsi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your response.&amp;nbsp; When I say new session, I mean a new browser window or tab is launched when a user clicks on a specific module within the main application.&amp;nbsp; Or this can be translated to mean a new quintuple (source ip: source port -&amp;gt; destination ip: destination port and protocol) is initiated between the client and the server.&lt;/P&gt;&lt;P&gt;If you look at the sample config, server persistence using cookies is configured.&amp;nbsp; I don't have persistence rebalance configured.&amp;nbsp; Could this be the missing configuration I need to keep the client to use the same rserver within the same Oracle instance (for example, user logs into a single instance but clicks on multiple modules within an instance)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Adil&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2014 19:51:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/oracle-loadbalance-issue/m-p/2484931#M41910</guid>
      <dc:creator>adil.nasser3</dc:creator>
      <dc:date>2014-04-15T19:51:53Z</dc:date>
    </item>
    <item>
      <title>Hi Adil,Yes please. Try to</title>
      <link>https://community.cisco.com/t5/application-networking/oracle-loadbalance-issue/m-p/2484932#M41911</link>
      <description>&lt;P&gt;Hi Adil,&lt;/P&gt;&lt;P&gt;Yes please. Try to enable persistence rebalance and check again and let me know.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kanwal&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2014 19:54:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/oracle-loadbalance-issue/m-p/2484932#M41911</guid>
      <dc:creator>Kanwaljeet Singh</dc:creator>
      <dc:date>2014-04-15T19:54:40Z</dc:date>
    </item>
  </channel>
</rss>

