<?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 Re: Sticky 11501 problem. in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/sticky-11501-problem/m-p/519013#M9782</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi giles,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. Is there any solution or config change to make sure load balancer will not send to web2 which is having problem?. What i mean is load balancer can define which server is dead and alive.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Feb 2006 02:08:32 GMT</pubDate>
    <dc:creator>ahmadfarkhan</dc:creator>
    <dc:date>2006-02-24T02:08:32Z</dc:date>
    <item>
      <title>Sticky 11501 problem.</title>
      <link>https://community.cisco.com/t5/application-networking/sticky-11501-problem/m-p/519011#M9780</link>
      <description>&lt;P&gt;Dear Champions,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;owner TAHAN &lt;/P&gt;&lt;P&gt;  content WEB&lt;/P&gt;&lt;P&gt;    vip address 202.71.106.111&lt;/P&gt;&lt;P&gt;    add service WEB1&lt;/P&gt;&lt;P&gt;    add service WEB2 &lt;/P&gt;&lt;P&gt;    add service WEB3 &lt;/P&gt;&lt;P&gt;    protocol tcp &lt;/P&gt;&lt;P&gt;    advanced-balance sticky-srcip&lt;/P&gt;&lt;P&gt;    sticky-inact-timeout 60 &lt;/P&gt;&lt;P&gt;    flow-reset-reject &lt;/P&gt;&lt;P&gt;    active &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have some problem here which is some users can access and some users cannot access to the Webserver using https (SSL). The users cannot access is not totally cannot access. For example morning session user A can login and do transaction but on afternoon session user A cannot access and have to wait for a couple of time before can access to webserver again. Is there any fine tunnig did i need to change for the configuration above ?. What is the best sticky-inact timeout time ?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2006 09:28:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/sticky-11501-problem/m-p/519011#M9780</guid>
      <dc:creator>ahmadfarkhan</dc:creator>
      <dc:date>2006-02-23T09:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Sticky 11501 problem.</title>
      <link>https://community.cisco.com/t5/application-networking/sticky-11501-problem/m-p/519012#M9781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you should capture a sniffer trace to verify what is going on.&lt;/P&gt;&lt;P&gt;I feel like one of your server is having problems, so with your example, user A would connect to web1 and have no problem, and with your sticky timeout, user A will keep using web1 until the sticky entry timeout.&lt;/P&gt;&lt;P&gt;So, when connection again in the afternoon, user A is sent to web2 which is having a problem and the connection fail.  &lt;/P&gt;&lt;P&gt;But for the time of sticky-timeout, A will be sent to web2 and the connections will fail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, capture a trace and verify your servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your config is fine.  No tunring required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2006 16:58:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/sticky-11501-problem/m-p/519012#M9781</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2006-02-23T16:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sticky 11501 problem.</title>
      <link>https://community.cisco.com/t5/application-networking/sticky-11501-problem/m-p/519013#M9782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi giles,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. Is there any solution or config change to make sure load balancer will not send to web2 which is having problem?. What i mean is load balancer can define which server is dead and alive.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2006 02:08:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/sticky-11501-problem/m-p/519013#M9782</guid>
      <dc:creator>ahmadfarkhan</dc:creator>
      <dc:date>2006-02-24T02:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Sticky 11501 problem.</title>
      <link>https://community.cisco.com/t5/application-networking/sticky-11501-problem/m-p/519014#M9783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The CSS will be sending pings to the servers by default.  If it receives a response, it will mark the server as alive.  If the webserver software is having problems, the CSS will still be keeping it up if it responds to a ping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can change the keepalive to HTTP, which will give a better indication.  Have a look at this URL for more details:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/partner/products/hw/contnetw/ps792/products_configuration_guide_chapter09186a0080576069.html#wp1098267" target="_blank"&gt;http://www.cisco.com/en/US/partner/products/hw/contnetw/ps792/products_configuration_guide_chapter09186a0080576069.html#wp1098267&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Giles suggested, a packet capture would show exactly where the problem is, but the keepalives will help if it is the server that is the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greg.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2006 10:07:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/sticky-11501-problem/m-p/519014#M9783</guid>
      <dc:creator>Gregory Scarlett</dc:creator>
      <dc:date>2006-02-24T10:07:26Z</dc:date>
    </item>
  </channel>
</rss>

