ACE Sticky Connections, Show Conn Output and Show serverfarm

Hi Community,
I'm deploying a Cisco ACE module and I have some questions about sticky connections and about the output of the show conn command and show serverfarm command.
I have the follwoing configuration:
rserver host srv_1  ip address 10.4.11.14  inservicerserver host srv_2  ip address 10.4.11.18  inserviceserverfarm host farm_144  rserver srv_1 144    weight 1    inservice  rserver srv_2 144    weight 3    inservice
sticky ip-netmask 255.255.255.255 address source st_host144
  timeout 10080
  serverfarm farm_144
class-map match-all vip_144
  2 match virtual-address 10.4.11.208 tcp eq 143
policy-map type loadbalance first-match lb_144
  class class-default
policy-map multi-match policy_vip_webcache
  class vip_webcache_144
    loadbalance vip inservice
    loadbalance policy lb_144
    loadbalance vip icmp-reply active
    nat dynamic 411 vlan 411
We can assume that service policy was applied at the interface vlan. So, let's go to the questions:
1- If sticky is enabled the output command "show conn" should show just one entry by ip address?
The real output is:
DC01-ACE-01-PRIMARY-SW1/context_servidores# show conn | inc :143333046     1  in  TCP   411  10.2.158.87:3616      10.4.11.208:143       ESTAB 286390     3  in  TCP   411  10.2.158.87:3562      10.4.11.208:143       ESTAB310233     1  in  TCP   411  10.1.5.87:3424        10.4.11.208:143       ESTAB
Look that the ip address 10.2.158.87 is shown 2 times. In same times, the same ip address is shown 4 times to the same VIP and the same port. Is it a normal behavior?
2- According to the configuration, the srv_2 has weight 3 and srv_1 has weigth 1, but the output of show serverfarm show somethin strange:
DC01-ACE-01-PRIMARY-SW1/context_servidores# show serverfarm farm_144 serverfarm     : farm_144, type: HOST total rservers : 2 state          : ACTIVE DWS state      : DISABLED ---------------------------------                                                ----------connections-----------       real                  weight state        current    total      failures    ---+---------------------+------+------------+----------+----------+---------   rserver: srv_1       10.4.11.14:144        1   OPERATIONAL     11         386        0   rserver: srv_2       10.4.11.18:144        3   OPERATIONAL     35         66         0
We can see that the weight is working good, but the total of connections is higher at srv_1 than srv_2. Why?
Somebody can help me to understand better this problem of if its a normal behavior?
Thanks in advance!!

Hi Gaurav,
About question 1, I got some informations too. It's perfectly normal the client open 2 or more connections at the same time. The client's application is the responsable. We removed the ACE and put the client directly to the server and the result of the total connections opened was the same.
About question 2, I made some "clears" on the serverfarm, the sticky database and after that, the numbers were more real.
DC01-ACE-02-SECONDARY-SW1/context_servidores# sh serverfarm farm_webcache_144
serverfarm     : farm_webcache_144, type: HOST
total rservers : 2
state          : ACTIVE
DWS state      : DISABLED
                                                ----------connections-----------
       real                  weight state        current    total      failures
   ---+---------------------+------+------------+----------+----------+---------
   rserver: srv_webcache_1
       10.4.11.14:144        1   OPERATIONAL     1025       15499      4436
   rserver: srv_webcache_2
       10.4.11.18:144        2   OPERATIONAL     1794       33471      471
DC01-ACE-02-SECONDARY-SW1/context_servidores#
Anyway thank you very much for your feedback.
Plínio Monteiro

Similar Messages

  • My ipod connects to my laptop and shows up in My Computer but it doesn't show up anywhere in ITunes. HELP

    My ipod connects to my computer, and shows up in My Computer so i can access the photos but not in ITunes so i cant access my music and movies, ive tried trouble shooting and the other suggestions from this site but nothings working. It hasn't always done this, it did use to show up in ITunes

    See
    iOS: Device not recognized in iTunes for Windows
    - I would start with
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    or              
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    However, after your remove the Apple software components also remove the iCloud Control Panel via Windows Programs and Features app in the Window Control Panel. Then reinstall all the Apple software components
    - Then do the other actions of:
    iOS: Device not recognized in iTunes for Windows
    paying special attention to item #5
    - New cable and different USB port
    - Run this and see if the results help with determine the cause
    iTunes for Windows: Device Sync Tests
    Also see:
    iPod not recognised by windows iTunes
    Troubleshooting issues with iTunes for Windows updates
    - Try on another computer to help determine if computer or iPod problem

  • I tried to restore my Apple TV.  It froze on a connect to iTunes screen and showed an image of a USB cord.  Now it is frozen there.  Any ideas?

    I tried to restore my Apple TV.  It froze on a connect to iTunes screen and showed an image of a USB cord.  Now it is frozen there.  Any ideas?

    Did you try restore from teh AppleTV menu connecetd to TV.
    If so sounds as though something went wrong.
    Hook up to a computer using a micro USB cable alone, run iTunes and select the AppleTV to restore:
    http://support.apple.com/kb/HT4367

  • Links-- show Genral LinkView and show PlansofTodayView in open enrollment

    Hi experts,
      Could any one tell me where following  links are configured in SPRO
    show Genral LinkView and show PlansofTodayView.
    These links are displyed under road map of benefits and payments application--->open enrollment(ESS).
    regards
    Kishore

    please check homepage customisation under PTARQ, where you can configure which links to appear and hide them
    http://www.slideshare.net/Juanfe1978/ess-xss-homepageframeworkecc50erp2004
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b0e3a488-cdc2-2b10-209b-e01a0ed934b4?quicklink=index&overridelayout=true
    check the links

  • EEM variable for show command output and create a filename

    I'm configuring EEM applet, example CPU High event. When it triggers the event, action is "show tech | redirect tftp://x.x.x.x/showtechoutput". The EEM event is working fine and triggered the show tech output into the tftp server. My question is, i'd like to add maybe date/time in the filename so it will not overwrite the file everytime there is a triggered event.
    The EEM event variable i'm seeing in doc is "_event_pub_sec" but it won't work when i add after or before the filename. any idea?
    thanks in advance ...

    Adding $_event_pub_sec to the end of the filename should work:
    action 1.0 "show tech | redirect tftp://x.x.x.x/showtech.$_event_pub_sec"
    That said, TFTP is very particular about how files can be created.  Typically, a TFTP server will require the file to exist before a remote host can copy to it.  If the filename changes each second, this will not work.  Using a protocol like FTP or SCP may work better.

  • Show conn state and fix-ups

    Can the show conn state command be used to monitor the connections for fix-up protocols?

    Use the show port status command to display port status information.
    show port status [mod_num[/port_num]]
    Syntax Description
    mod_num
    (Optional) Number of the module.
    /port_num
    (Optional) Number of the port on the module.
    This example shows how to display port status information for all ports:
    Console> show port status
    Port Name Status Vlan Level Duplex Speed Type
    1/1 connected 523 normal half 100 100BaseTX
    1/2 notconnect 1 normal half 100 100BaseTX
    2/1 connected trunk normal half 400 Route Switch
    3/1 notconnect trunk normal full 155 OC3 MMF ATM
    5/1 notconnect 1 normal half 100 FDDI
    5/2 notconnect 1 normal half 100 FDDI

  • After upgraded to iOS 5.1, my 3GS having problems to connect to 3G network and show no service. Never have this problem with iOS4.3.3.  Any solutions for that?

    I have problems with my 3GS after upgraded the phone to iOS5.  It screw up my 3G services and show no service!

    Do a check on the issue at the Apple Support Web Site.
    http://www.apple.com/support
    You may find a fix from Apple Support.
    Good Luck

  • Smartform output not displaying, no formatting affected on output and shows formatting Error.

    Hi Guys,
    I am new to SAP and working in Smartforms now. I am facing an issue that the output screen is not showing any formatting done during the design phase. Not even font changes are displaying, instead only showing the default Courier font. No Bold as well as italics too. And borders also showing some problems.
    It was working properly till the last day and suddenly it gone faulty. Hence I cannot run the form and when  I try to run it, it displays nothing. I have been designing a Tax Invoice. When I tried to execute the smartform from the form itself, it was showing Formatting Error.
    What is the solution for this? I am using ECC 6. Please share your views.

    Hi Sanjeev,
    I've not made any changes to the formatting (Fonts and Borders) and I cross checked it many times.
    Everything is fine and Times used everywhere as Font. It is showing the same in the design too but in the output, it comes as Courier !! (May be default settings in case there is some exceptions, I don't know)
    I tried another report, pick list form, which too showing the same things. As we have developed only two reports, we cannot check more. The standard SAP forms are displaying as is, but the problem is with the newly designed ones.(Standard forms too are displaying in Courier font)
    I think it might be any problem related to the output graphical properties of the smart forms...!!! I am not sure but I need expert advice from you if there is any such scenarios...

  • Why do I constantly get "This Connection is Untrusted" intermittently and showing unrelated site names?

    Greetings,
    I am using firefox 34.0 on Win7 64bit. This issue occurs intermittently and after I've been viewing and navigating a known secure website. The error message will show completely unrelated sites under the "Technical Details". If I close the browser and restart it, and return to the known secure site the next time the error occurs the sites listed will be different.
    in addition the sites listed have not been visited during that browsing session. And none are accessed through the viewed pages (i.e. "ads").
    I have read the other questions of this type and their solutions and tried them. Nothing has helped. This problem started either in 32.0 or 33.0.
    Thanks!

    Are you referring to the issuer domain of the certificate?
    What sites do you see listed?
    Do a malware check with several malware scanning programs on the Windows computer.
    Please scan with all programs because each program detects different malware.
    All these programs have free versions.
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *Malwarebytes' Anti-Malware:<br>http://www.malwarebytes.org/mbam.php
    *AdwCleaner:<br>http://www.bleepingcomputer.com/download/adwcleaner/<br>http://www.softpedia.com/get/Antivirus/Removal-Tools/AdwCleaner.shtml
    *SuperAntispyware:<br>http://www.superantispyware.com/
    *Microsoft Safety Scanner:<br>http://www.microsoft.com/security/scanner/en-us/default.aspx
    *Windows Defender:<br>http://windows.microsoft.com/en-us/windows/using-defender
    *Spybot Search & Destroy:<br>http://www.safer-networking.org/en/index.html
    *Kasperky Free Security Scan:<br>http://www.kaspersky.com/security-scan
    You can also do a check for a rootkit infection with TDSSKiller.
    *Anti-rootkit utility TDSSKiller:<br>http://support.kaspersky.com/5350?el=88446
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked
    *https://support.mozilla.org/kb/troubleshoot-firefox-issues-caused-malware

  • My iPhone 4 will charge on a wall socket but WILL NOT charge on computer or even connect to the computer and show up???

    My iPhone 4 will not connect to my MacBookPro. It will not charge on my MacBookPro, but it will charge on a wall socket and it will play music in a 3rd party speaker system??
    This is extremely frustrating not only can I not back up my iPhone but I also can not update its OS etc.

    Have you tried other USB Sockets on the MBP?
    Have you tried other devices in these USB sockets?, do these work?
    Sounds like a fault on the Macbook

  • How to run IDS without EWPS and generate the PDF output and show it on user browser?

    How can we run IDS from custom code with xml input. I want to achieve this without EWPS. The end results should be a PDF in either byte array or URL.

    The doc is here http://docs.oracle.com/cd/E22582_01/sdk_book.pdf.
    Depending of what language you are using you would need to look at examples in specific language.

  • Adobe Creative Cloud App does not show downloaded apps and shows "download error"

    I am not a full paying member just yet, and have been using Photoshop on trial for my graphic design courses. With the app, instead of showing me that my 30 day trial is over, I get a download error and contact customer support message. I have completely deleted and redownloaded the Creative Cloud App twice already, but am not sure how to fix this problem so I am still unable to download my free trials before purchase.
    How can I fix this problem?

    Hi Willi Adelberger,
    Please refer the kb: http://helpx.adobe.com/after-effects/kb/effects-launch-mac-os-109.html.
    Regards,
    Romit SInha

  • How to group video or tv shows  iTunes 12 and show Apple TV

    Hi everyone. I would like to group my tv shows but I try edit info sort and add tv name show for multiple files and does not work when sync to apple tv.
    In iTunes 11 I would select the files and then click info and sorting and add tv show. Then my Apple TV is all organised. Now I have 90 separate files on my apple to gen 1. Any one know or worse scenario can I downgrade to 11 as I miss my sidebar too. I am now using Yosemite.

    Sync movies to iPad
    http://ipad.about.com/od/iPad_Guide/ss/How-To-Sync-An-iPad-With-iTunes-Music-Mov ies-Apps_4.htm

  • "Command I" shortcut in Preview - designated for show/hide toolbar AND show inspector?

    In the Mac Preview App, I tried using the the 'command I' shortcut to show/ hide the toolbar, but it brings up the inspector instead. Is the shortcut is designated for both these functions?

    Actually the Toolbar hide/show isn't "cmd i" it's "cmd shift |"
    That little key on the far right edge between the "delete" and "return" keys. The same key that has "\" as the main function.
    KOT

  • Teri ghta hai - show is back and shows no signs

    http://www.pianeta-acqua.net/Forum/index.php?a=vtopic&t=14563
    http://my.opera.com/oapnsdjbt/albums/show.dml?id=15473222
    http://betaphasegaming.com/showthread.php?tid=71818
    http://www.team-sync.info/Forum/showthread.php?tid=20599
    http://www.workplacetragedy.com/forums/ubbthreads.php?ubb=showflat&Number=5173
    http://www.pianeta-acqua.net/Forum/index.php?a=vtopic&t=14579
    http://www.huntingtexasonline.com/ubbthreads.php?ubb=showflat&Number=60755
    http://www.huntingtexasonline.com/ubbthreads.php?ubb=showflat&Number=60841
    http://www.whizme.com/forum/showthread.php?tid=57635
    http://readysetdrift.com/forum/index.php?topic=57786.0
    http://www.coventrycobras.net/forum/viewtopic.php?f=7&t=29299
    http://betaphasegaming.com/showthread.php?tid=71811
    http://www.asyc.org/forum/showthread.php?p=342455
    http://www.pitchero.com/clubs/woha/forum/general-discussion-43825/sbkrdene-ufc-1 68-weigh-in-595606.html
    http://www.asyc.org/forum/showthread.php?p=340918
    http://betaphasegaming.com/showthread.php?tid=72051
    http://www.asyc.org/forum/showthread.php?p=341041
    http://readysetdrift.com/forum/index.php?topic=57064.0
    http://www.newog-neu.de/index.php?page=Thread&threadID=630151
    http://readysetdrift.com/forum/index.php?topic=57072.0
    http://www.team-sync.info/Forum/showthread.php?tid=20327
    http://www.estudiojuridicointernacional.com/forum/index.php?page=Thread&threadID =69995
    http://www.team-sync.info/Forum/showthread.php?tid=20340
    http://www.huntingtexasonline.com/ubbthreads.php?ubb=showflat&Number=61661
    http://www.whizme.com/forum/showthread.php?tid=57402
    http://pculture.freshdesk.com/support/discussions/topics/46688
    http://www.whizme.com/forum/showthread.php?tid=57411
    http://apcmag.com/forum.htm?g=posts&t=2933
    http://suzhou-expats.net/showthread.php?tid=79619
    http://developer.trulia.com/forum/read/164792
    http://suzhou-expats.net/showthread.php?tid=79644
    http://www.workplacetragedy.com/forums/ubbthreads.php?ubb=showflat&Number=5105
    http://my.opera.com/sjdbjfhbt/albums/show.dml?id=15473212
    http://www.workplacetragedy.com/forums/ubbthreads.php?ubb=showflat&Number=5113
    http://www.pianeta-acqua.net/Forum/index.php?a=vtopic&t=14561
    http://my.opera.com/fkdjntkjnt/albums/show.dml?id=15473052

    In the evenings and at night it can take an hour or more to get a response
    Try:                                               
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try another cable       
    - Try on another computer                            
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
      Apple Retail Store - Genius Bar                                              

Maybe you are looking for

  • Reducing the width of a sequence diagram

    Does anyone know how to reduce the width of a reverse-engineered sequence diagram? Studio sequence diagrams are very wide in relation to their height. This is because horizontal messages are separated by only small amounts, but the vertical lifelines

  • Result row problem in query.

    Hi, There is a hierarchy at the query level. When the report is run with disabling the hierarchy i am getting following output in result row =1 which is correct.                                     Column A StoreA                              1     

  • Macbook Pro 13" i5 2.4ghz - EFI Error

    mb pro smc fails Hello everybody! 1st day yesterday my coworker spiller a glass of water in my mb pro... i immediately turned off the mb pro .. when i got back home i took apart the logic board and every other part except keyboard.. i cleaned everyth

  • Suggestion for next PC-Suite version

    Hi, i've been using PC-Suite for a long time. In the last version, I've experienced that when I cut / paste SMS to any folder, the saved SMS names are now formed by a part of the message + vmg extension. In previous versions, they were formed by a nu

  • The application cannot be launched -10810

    I just started getting the following error message on my iMac Core Duo: The application "Firefox, Address Book, System Preferences --insert app name here" cannot be launched -10810 This seems to happen after the Mac has been running for a while (a da