What does etime for BIND operation really indicate?

Hello all -
Running 5.2 P4 on Solaris 10. We have a client application which will continuously open up a new LDAPS connection, BIND with a service account, search, then disconnect. Yes - very inefficient. We have noticed "high" etimes on the BIND operations but it seems the etime actually starts from somewhere within the LDAPS handshake - not the actual BIND operation itself. Please see below:
[17/Feb/2009:14:28:38 -0500] conn=83754 op=-1 msgId=-1 - fd=21 slot=21 LDAPS connection from xx.xxx.xx.xxx to yy.yyy.yy.yy
[17/Feb/2009:14:28:41 -0500] conn=83754 op=-1 msgId=-1 - SSL 128-bit RC4
[17/Feb/2009:14:28:41 -0500] conn=83754 op=0 msgId=1 - BIND dn="binddn" method=128 version=2
[17/Feb/2009:14:28:41 -0500] conn=83754 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime=3 dn="binddn"
Notice the etime=3 on the result of the bind operation references with the LDAPS connection not the the "SSL 128-bit" line or the BIND. Is this expected behavior? Any information on this process would be helpful
Thanks
Randy
Edited by: RandyWatson on Feb 17, 2009 5:24 PM

Hi. Thanks for the response. I set a script to search for both the readwaiters and request-que-backlog in 5 second intervals. Although I have yet to get a total "match" in regards to this etime occurance and my script - the most I have seen for the readwaiters is 2 and 1 for the request-queue-backlog. If I were to take a one hour timeframe - the readwaiters would have a value of 1 for 4% of the time. So - from a load standpoint - it does not seem like anything is really pressing the system but more of the potential for a blast of connections simultaneously
Randy

Similar Messages

  • What does "RTR FOR ALP" mean?

    I just finished switching my 1400 minute family plan over to the 1GB Share Everything Plan and I noticed that for all four of the phones on the plan (three smart phones and one basic phone), there is an added feature called RTR FOR ALP on all four lines.
    I was shown that FRIENDS & FAMILY ALP - 10 would be removed from all lines and that RTR FOR CAPPED PLANS $0 would be removed from the 4G phone's line and RTR FOR CAPPED MBBC $0 would be removed from the basic phone's line. If I had enough examples of RTR and ALP in use I might be able to figure it out, but with only my own plan to look at, I'm stumped.
    So what does RTR FOR ALP mean and what does the feature allow me to do that I couldn't do before?

    I don't know what the letters stand for, exactly, but what's happening is the 10 Friends for all lines is being removed, since you know have unlimited calling and there is no need for F&F numbers.  The 4G phone and the Basic phone's  individual data caps have been removed, and the shared data cap has been applied to those lines.
    Maybe with another cup of coffee I can come up with what the acronyms mean....
    ** EDIT
    Coffee would not have helped   But Google did:
    http://www.verizonbusiness.com/solutions/public_sector/federal/contracts/continuity_contract/redacted_contract/vol3_business/v3-contents.pdf  starting on page 6 lists pages of acronyms.
    ALP(S) = Automatic Line Protection switching
    RTR = Real Time Restoration
    Message was edited by: SuzyQ

  • What does the "for( Value A : Value B )" mean?

    What does the "for( Value A : Value B )" mean?
    eg. the following, what does the 'for' sentence with colon ':' mean?
    for (Exercises w : previousValues) {
              }

    Check out:
    http://java.sun.com/j2se/1.5.0/docs/guide/language/foreach.html
    Or better, hit the "enhanced for-loop" section here:
    http://www.javaworld.com/javaworld/jw-04-2004/jw-0426-tiger1.html
    Message was edited by:
    tsith

  • What does "licensing for this product has stopped working"

    What does "Licensing for this product has stopped working." mean?

    Hi ,
    The error "Licensing for this product has stopped working" is related to the activation component of Creative Suite 3 and 4 software. It is related to a problem with the FlexNet Service.
    This error often comes when the Adobe software is migrated from one computer to another rather then installing it properly.
    Please check the link , it might be help:- http://helpx.adobe.com/x-productkb/global/error-licensing-stopped-mac-os.html
    However if you have used the migration tool to transfer the software I would recommend to install the software using the original media.

  • What does "check for available downloads" do?

    I bought some movies on my iPad while at work today.  I didn't have enough space on the iPad so I checked "later" when the option came up about downloading now or later.  When I got home, I saw that iTunes was showing the movie in my library with the cloud icon in the upper right corner, meaning that I own this movie but have not yet downloaded it.  I thought clicking on "check for available downloads" from the Store menu would locate the purchased movies and download them, but instead I get the message "all purchases have been downloaded for this apple ID" (see image below).  So I had to manually fish through the library and locate the purchased movies and click on the cloud icons to start them downloading.
    So if "check for available downloads" doesn't do what it sounds like it should, what is it for?
    I have the latest version of iTunes: 11.4.0.18

    I thought I'd bump my own thread since it's three months later and iTunes is now at version 12 and the "check for available downloads" still does nothing.  I am subscribed to a season pass of American Horror Story and every week I get an email saying that a new episode is available for download.  But when I launch iTunes and click on "check for available downloads", nothing happens.
    Que sera, sera.

  • What does "Locations for this vendor not defined" - mean and how do I eliminate it

    A local restaurant sent me an e-mail with the statement " To receive your special birthday gift click here." When I do I get white screen with the sentence - "Locations for this vendor not defined". What does this mean and how do I eliminate or continue since I now can only go back to the e-mail. Using Firefox with AT&T Yahoo & Windows XP me

    Hello.
    Does this happen on other browsers (Internet Explorer, for example) or is it specific to Firefox?

  • Access log - what does ETIME mean for searches?

    I am running Directory server 5.1 sp4. We recently had an issue where a search was initiated by a webserver with a bad network card. The symptom was intermittent 'ABANDON' entries in the log. However, when the ABANDON is in the log, the ETIME of the search is high - 10 seconds or so. Normal response time for the same search is 0. It appears that the ETIME of the search includes time spent trying to send the results back (unsuccessfully) to the requester. Is this a valid theory?
    Here is a sample search from the log...
    [20/Mar/2009:11:32:47 -0400] conn=23294 op=1247 SRCH base="cn=xxx,o=yyy" scope=2 filter="(|(objectClass=zzz)(objectClass=aaa))" attrs="bbb"
    [20/Mar/2009:11:32:57 -0400] conn=23294 op=1247 RESULT err=0 tag=101 nentries=438 etime=10
    [20/Mar/2009:11:33:06 -0400] conn=23294 op=1248 ABANDON targetop=NOTFOUND msgid=1248

    Yes, the etime will also include the time it takes to send that data back to the client. This is also considered part of the LDAP operation and so bad network performance can also cause higher etimes.

  • HT1451 What does the error message 13005 really mean?!?

    It is now the second time that I got the 13005 error code. After I got it the first time nearly the whole content was out the library and I had to reimport it. Does anybody know how I  can prevent this in the future and what error code 13005 really means?!?

    I'm not certain exactly what the error means, but if the library database is corrupt you can normally restore with the method in Empty/corrupt library after upgrade/crash. Take a full backup for the future.
    tt2

  • What does IE for Mac have that Safari doesn't?

    Hi, folks.
    The administrative website of my company doesn't work in Safari. That's a fact.
    I've always accepted the idea that it would not work in Safari because it uses windows-only technology. BUT, the fact is that it works in Internet Explorer for Mac.
    Since IE for Mac stopped in version 5, the sites gets very ugly (trucated text, out-of-size windows, giant bars), ugly but still functional.
    So, if it works in IE for Mac, it seems for me that the site doesn't require Windows, but something found in IE that Safari doesn't have.
    Does anyone know what this could be?
    Thanks in advance.
    JP

    Without a URL to the pages we're all guessing.
    Web pages are not designed for OS's and those that work for Windows should also work on Macs.
    But many functions of Web design is optimized for specific browsers and, since IE for PC's is still about 75%, it seems it gets the most attention.
    Since most Windows browsers do not play by the "rules" set forth in Web standards those old, poorly coded, pages do not render as designed when viewed in a browser that does follow industry standards.
    Update your page code and it will work in any browser.

  • What does the config.0.trc file indicate?

    In the manual installing hotfixes for Patch 4 ep 6 sp2, it tells you to check the configmerge in the file config.x.trc  (x being the latest version).  The file is located in the <j2eeinst>/cluster/server directory.  Can anyone tell me what this file indicates?
    Thanks ,
       Jeremy

    After installing a patch with SDM, when you restart the irj node is when the configmerge begins. During this phase you can monitor how the configmerge is going by checking the file config.x.trc as mentioned in the docs. Open it in notepad, look at the end of the file and you should see which component is being deployed and the total number to be deployed ( X out of Y ). You can also notice if any error occured during the merge.
    From my experience however you don't necessarly need to refer to this file. When the icon for the irj node in the J2EE administration console turns from a running man into a checkmark is a sign that the merge has finished.
    Hope this helps!

  • What does "Initializer for 'source': unrecognized compile-time directive" mean

    Hello I am currently making a splash page for an app I am making and when i put all the code to gether it says "Initializer for 'source': unrecognized compile-time directive" I am not sure what I am doing wrong.
    Below is the code:
    <fx:Declarations>
                        <s:SplashScreenImageSource
                                        source="@embed('assets/TheSolarSystemSplashPage.jpg')"/>
    </fx:Declarations>
    I am having trouble on the 3rd line.
    Thanks for the help.

    as3 is case sensitive.
    try
    @embed -> @Embed

  • What does "licensing for this product has stopped working, Error 150:30" indicte?

    My CS4 has stopped working. I get the message..." licensing for this product has stopped working, Error 150:30"  After taking all the steps  listed and uninstalling CS4 and Reinstalling it I finally got it working again ( which took a couple of hours of down time)  Now ...every time I turn my computer off and back on, I get the same message again, and must go thru the 2 hours "fix"... any suggestions.  Adobe Support has been less than helpful with this... which is unusual. 
    Photodeb

    PhotoDeb, I have the same problem with my CS4 suite. I get the 150:30 error, "licensing has stopped working."
    Fortunately, I'm subscribed to CC, so I can still open all CS4 files with CC apps.
    BUT, I DO want to get my CS4 working again.
    Have you been successful yet, in getting your CS4 back to working as it should?
    I tried downloading the "License Repair Tool" [www.adobe.com/support/contact/licensing.html] file from Adobe, but it didn't work.
    I have read that if it is downloaded with Safari (as I did), it won't work; that it has to be downloaded with Chrome or a browser other than Safari.
    Also, I deleted the FLEXnet Publisher preferences folder. But, I now wish I had simply moved it to the Desktop, instead of trashing it entirely.
    So far, I haven't done anything about reinstalling CS4.
    QUESTION: From what you've learned, is it recommended to UNinstall CS4 suite (like you did) BEFORE reinstalling it?

  • What does * stand for

    Hi,
    Can some one please help me understand what * stands for in the below code.
    I tried F1 help on it but, it didnot give me any answer.
    data: begin of marc* occurs 10.
            include structure marc.
    data: end of marc*.
    Thanks.

    Hi please be patient.
    *MAKT - its just a work area or a table header.
    Example:
    tables:*makt,makt.
    select single * from makt where matnr = 'ABC'.
    *makt = makt.
    write makt.
    skip 1.
    write *makt.
    Using *makt is obsolete.

  • What does "paying" for iCloud do for me?

    I was checkng out icloud on my iphone 5 becuase I had a very major issue (at the time) which in the end was a very minor one.  I noticed you can pay a yearly fee.  I would lie to have more icloud storage for those photos and videos or whatever I may store.  By purchasing iCloud, does this let me store more photos in the photo stream or am I still entitled to ONLY 1000 photos?

    At this moment in time 1000 is the limit.
    iCloud Storage  >  http://support.apple.com/kb/HT4874
    From here  >  http://www.apple.com/support/icloud/storage/

  • What does "Eligible for Discount on 10/24/2012" mean?

    Our contract is not up until the beginning of 2013, but my husbands phone has completely died so he is using an old one from years ago. 
    If we're eligible for a discount on 10/24/12, does that mean we can upgrade for the 2 year contract price on phones (and renew the contract)?  Or is it a different type of pricing?  A certain amount off????

    Yes, you can upgrade at the 2yr contract discounted price by renewing your contract on that line. Each line has its own contract. If you do not upgrade your phone, the contract for that line will not change.
    Keep in mind, there is a $30 upgrade fee you will be charged in addition to the price of the phone. You will also lose your unlimited data, if you have it, by upgrading at the discounted price.

Maybe you are looking for

  • Placing two different clips in the same frame

    I am wondering if it is possible in FCP to do this... Basically I am trying to achieve the split screen effect in some movies during the credits, where outtakes or deleted scenes are still rolling on one half of the screen and the credits continue on

  • White line appears on screen in Indesign

    Using networked PC XP Pro, ID CS3 3 MB RAM, Core2 1.82 Ghz I am getting fine white lines running horizonatally on the left side of my monitor-- always on left side and about 3 inches long from left edge) but it appears only in Indesign. They are just

  • ExtendScript Toolkit CS5: Can't see Indesign CS5 in the application list?

    Windows 7 Hi I start Adobe ExtendScript Toolkit CS5. There is a list with the installed and supported Adobe applications, but I miss Indesign CS5 in this list. E.g. I can see Indesign CS5.5, Indesign Server CS5 and a few other applications, but not I

  • Mobil Server installation fails

    When I try to install the Mobile 10.0.0.0.0 server I get an error that says to install JDK 1.4.1. My machine has 1.4.1 installed. Has anyone else had this problem? Norm

  • Safari continually crashes

    I tried to updated my Garmin GPS device and had a problem with the install. I rebooted my Late Ed 2009 macbook with Mavericks OS. I got a GSOD (Grey Screen of Death) after several attempts I used Firefox to research GSOD. I was able to SAFE MODE boot