Rolling of access.log and weblogic.log

I could successfully set parameters for rolling of the above log files. But I could see that the resultant file is being named as access.log0001, access.log0002. Similarly, weblogic.log0001 etc...But I want to name the backup files as access.logMMDDYYYY. What parameter do I set to make this happen?

i am pasting the entries below which i see in the log( access_log ) . I don't see DEBUG in them.
<AGENT_IP_ADDRESS> - - [29/Jun/2007:09:48:23 -0400] "GET /em/upload?ACTION=HEARTBEAT&EMD
_URL=https%3a%2f%2flph010%2egep%2ege%2ecom%3a3872%2femd%2fmain%2f&HEARTBEAT_TI
ME=2007-06-29+09%3a40%3a09&OUTSTANDING_SEVS=FALSE&EMD_UPTIME=2007-06-18+10%3a20%
3a23&OLDEST_COLL_TIME=2007-06-29+09%3a40%3a09&INSTALL_TYPE=agent&X-ORCL-EMOV=4%2
e0%2e0&X-ORCL-EMCV=10%2e2%2e0%2e1%2e0&X-ORCL-EMSV=10%2e2%2e0%2e1%2e0 HTTP/1.1" 2
00 5
<AGENT_IP_ADDRESS>- - [29/Jun/2007:09:48:23 -0400] "GET /em/upload?ACTION=HEARTBEAT&EM
D_URL=https%3a%2f%2fprdes%2eeur%2egep%2ege%2ecom%3a3872%2femd%2fmain%2f&HE
ARTBEAT_TIME=2007-06-29+15%3a48%3a23&OUTSTANDING_SEVS=FALSE&EMD_UPTIME=2007-06-1
8+18%3a27%3a33&OLDEST_COLL_TIME=2007-06-29+15%3a48%3a23&INSTALL_TYPE=agent&X-ORC
L-EMOV=4%2e0%2e0&X-ORCL-EMCV=10%2e2%2e0%2e1%2e0&X-ORCL-EMSV=10%2e2%2e0%2e1%2e0 H
TTP/1.1" 200 5
<AGENT_IP_ADDRESS> - - [29/Jun/2007:09:48:24 -0400] "GET /em/upload?ACTION=HEARTBEAT&E
MD_URL=https%3a%2f%2fug038%2egep%2ege%2ecom%3a3872%2femd%2fmain%2f&HEARTBEAT_
TIME=2007-06-29+22%3a19%3a35&OUTSTANDING_SEVS=FALSE&EMD_UPTIME=2007-06-18+18%3a3
7%3a03&OLDEST_COLL_TIME=2007-06-29+22%3a19%3a35&INSTALL_TYPE=agent&X-ORCL-EMOV=4
%2e0%2e0&X-ORCL-EMCV=10%2e2%2e0%2e1%2e0&X-ORCL-EMSV=10%2e2%2e0%2e1%2e0 HTTP/1.1"
200 5

Similar Messages

  • Rolling Access Logs on 4.5.1

    Has anyone figured out how to roll the access logs on WLS 4.5.1 sp8 (Solaris
    2.6) without restarting the server?
    Aside from writing a C program to do it?
    Thanks!

    This is in 4.5.2 coming out soon and more than likely you can get
    something for 4.5.1 sp 9 (coming soon if not out already), but you need
    to go through support to get this.
    mbg
    In article <8fqhji$ikc$[email protected]>, "Special Agent \"K\""
    <[email protected]> says...
    Has anyone figured out how to roll the access logs on WLS 4.5.1 sp8 (Solaris
    2.6) without restarting the server?
    Aside from writing a C program to do it?
    Thanks!
    ==================================================
    NewsGroup Rant
    ==================================================
    Rant 1.
    The less info you provide about your problem means
    the less we can help you. Try to look at the
    problem from an external perspective and provide
    all the data necessary to put your problem in
    perspective.

  • Transaction log and access log

    The transaction log (TransactionLogFilePrefix) and the access log are stored
    relative to the directory where the server is started rather than where it
    resides as with the rest of the log files. Why is this?
    Eg.
    I start the server with a batch file contained in
    projects\bat
    My server is in
    projects\server\config\myDomain
    When I start the server the access and transaction logs end up in
    projects\bat
    while all the rest of the log files (such as the domain and server log) end
    up in
    projects\server
    My batch file that starts the server looks like this
    "%JAVA_HOME%\bin\java" -hotspot -ms64m -mx64m -classpath %CLASSPATH%
    "-Dbea.home=e:\bea"
    "-Djava.security.policy==i:\projects\server\config\myDomain\weblogic.policy"
    "-Dweblogic.Domain=myDomain" "-Dweblogic.Name=adminServer"
    "-Dweblogic.RootDirectory=i:/projects/server"
    "-Dweblogic.management.password=weblogic" weblogic.Server
    Thanks for help on this,
    Myles

    The same case with me, I sent email to apple support, but got not reply.
    The apple status page indicated that every thing is fine now, what a joke.
    Many devs are in this situation too, I guess we could do nothing but waiting for their system to come up.

  • Access.log separator character is tab (tabulation in french) would like to have space and date format

    Hi, I'm french (excuse me for my bad english)
    I work with weblogic v.12C
    I reach to produce the access.log rotating daily whith several information (ip statut ...)
    1) I have a problem : the different information present in the file access.log are separate by a tab (tabulation) I would like to have space separator ' ' !
    It is possible ? who can I do ?
    2) the date present in the access.log file is actually like that : dd/MM/YYYY (elf-fields-> date) hh:mm:ss (elf-fiels -> time)
    dd/MM/YYYY and hh:mm:ss are separate by a tab (tabulation)
    I would like to have this format      :    dd/MM/YYYY hh:mm:ss (a space separator), , what i have to put in elf-fields to do so ?
    Or I would like to have this format :     [dd/mon/yyyy:hh:mm:ss +0000], who can i do that, what i have to put in elf-fields to do so ?
    remarks :
    ->on the web i read this :
    The Common Log Format is the default log format used by WebLogic..
    ... remotehost RFC931 authuser [day/month/year:hour:minute:second  UTC_offset] "request" status bytes
    when i put that in elf-fileds :  [dd/MM/YYYY:hh:mm:ss] it that doesn't "work" I have - in my acces.log file in place of the date .
    -> first line of my acces.log file :
    Format : Extended
    Extended Logging Format Fields : date time cs-method cs-uri sc-status time-taken cs(user-agent)
    thanks in advance for your help.

    Hi, I'm french (excuse me for my bad english)
    I work with weblogic v.12C
    I reach to produce the access.log rotating daily whith several information (ip statut ...)
    1) I have a problem : the different information present in the file access.log are separate by a tab (tabulation) I would like to have space separator ' ' !
    It is possible ? who can I do ?
    2) the date present in the access.log file is actually like that : dd/MM/YYYY (elf-fields-> date) hh:mm:ss (elf-fiels -> time)
    dd/MM/YYYY and hh:mm:ss are separate by a tab (tabulation)
    I would like to have this format      :    dd/MM/YYYY hh:mm:ss (a space separator), , what i have to put in elf-fields to do so ?
    Or I would like to have this format :     [dd/mon/yyyy:hh:mm:ss +0000], who can i do that, what i have to put in elf-fields to do so ?
    remarks :
    ->on the web i read this :
    The Common Log Format is the default log format used by WebLogic..
    ... remotehost RFC931 authuser [day/month/year:hour:minute:second  UTC_offset] "request" status bytes
    when i put that in elf-fileds :  [dd/MM/YYYY:hh:mm:ss] it that doesn't "work" I have - in my acces.log file in place of the date .
    -> first line of my acces.log file :
    Format : Extended
    Extended Logging Format Fields : date time cs-method cs-uri sc-status time-taken cs(user-agent)
    thanks in advance for your help.

  • How has access.log file configured in WebLogic server 10.0?

    1.) I am using BEA Weblogic 10.0 and my access.log is not getting updated.
    2.) I also need any information as to how this Webblogic server forms chunks (ex....access00011.log,access00012.log) because i have a software called AWStats which merges all these chunks into 1 single access.log file under its subdirectory.
    3.) I also need information as to how and where the user can specify/ form his own fields which gets displayed in the access.log
    FYI i have 2 servers and i checked under Logging->HTTP->advanced, in both the servers options and configurations are same but in 1 it works fine and access.log is updating but not in the other one.
    Kindly let me know i you have any leads into this issue!
    Thanks,
    Varun

    Hi Ravish,
    Firstly thanks for the reply.
    1.) -----
    What you can do is to set the buffer-size-kb parameter value to "0" in config.xml so that it can start logging once the server starts coming up rather then waiting for the default size which is 8kb to pass.
    Something like below:
    <web-server-log>
    <buffer-size-kb>0</buffer-size-kb>
    <web-server-log>
    For more details check the below link:
    Search for: CR302493
    http://download.oracle.com/docs/cd/E11035_01/wls100/issues/known_resolved.html
    --- for this issue i had browsed throught the forum before posting but in my conf file i have something like this instead of <buffer-size-kb>0</buffer-size-kb>
    <web-server>
    <web-server-log>
    <number-of-files-limited>false</number-of-files-limited>
    <log-file-format>extended</log-file-format>
    </web-server-log>
    </web-server>
    So how do i go about the path of debugging now??
    2.) -------
    If you do not want rotation of access.log then you can just disable it from the below console path just by putting Rotation type as None
    Server -> <YOUR_SERVER_NAME> -> Logging (tab) -> HTTP (sub-tab) -> Rotation type: None
    ---- for this in both my servers i have the settings like this,
    Rotation type--> By Size
    Rotation File size 5000
    Begin rotation time 00:00
    rotation interval 24
    files to retain 7
    and Log file rotation directory is left blank (to get created in same directory)
    and also Rotate log file on startup is unchecked.
    so??? what do you suggest!?
    3.) ------
    I also need information as to how and where the user can specify/ form his own fields which gets displayed in the access.log
    ---- regarding this, in my main server the access.log is getting updated and after 4.8Mb its creating 5Mb chunks. So, for example if the entire log is of 15 Mb then access.log stops updating at 4.98Mb and accesslog.out0001 and accesslog.out0002 is created with 5Mb each but the latest entry will be stored in accesslog.out0002 file. I hope i didn't complicate this :)
    Regards,
    Varun

  • Weblogic Access Logs not getting generated / updated only for Admin server

    Hi All,
    I have a query ,
    We recently noticed that the weblogic access logs for our admin server are not getting generated.
    However we checked that the access logs are getting generated for the managed servers that we have.
    There is not much difference between the logging settings between the admin and the managed servers.
    We thought that there might be some problem with the buffering and that the data might not be written to the files immediately.
    So after researching we found the parameter "-Dweblogic.logging.bufferSizeKB=0" and added that to the java options however it did not make any difference.
    Also we tried modifying the config script as ,
    <server>
    <web-server>
    <web-server-log>
    <buffer-size-kb>0</buffer-size-kb>
    </web-server-log>
    </web-server>
    </server>
    However no luck .....
    We are using weblogic 9.2 MP3 and think there might be some bug with this version , however its hard to believe that the logs are generated and updated for managed servers and not for the admin servers.
    The only thing we notice in the access logs of the admin server is 404 errors.
    Any suggestions ?
    Regards,
    Stacey.

    This has come up recently here:
    access log not writing to disk in a timely fashion
    I didn't find that buffer-size-kb capability in the docs in 9.2. I recommend checking with support.

  • Weblogic access.log when using apache plugin

    Hello,
    If I use the apache plugin with weblogic, what will be the IP address in
    access.log of weblogic ? Will they only be apache's IP ?
    Regards,
    Dom

    Is it possible that Apache itself is doing some url rewriting? I would
    suggest turning on debugging and check what is happening in the wlproxy.log.
    Set Debug ON in the httpd.conf.
    Regards,
    Eric
    "Volker Mader" <[email protected]> wrote in message
    news:3bf29c25$[email protected]..
    >
    Hi all,
    I am using Weblogic 5.1 SP 10 and Apache 1.3.19 on Solaris 7.
    When I am using the Weblogic Webserver on port 7001 the WebLogicSession isinvisible
    (it is a cookie).
    When using the apache plugin on Port 80 I get the WebLogicSession in theurl (not
    very nice).
    I have enabled cookies in my browser in both cases.
    Is there any way to get the sessionid as a cookie again?
    Thanks
    Volker

  • Reg: weblogic 5.1 access log format

    I'm using weblogic 5.1 with sp 13
    If i dispatch the request from the servlet to jsp it's not logged in the access.log
    and also i need to have the response time also for the particular jsp.
    Is there any way to do the above things.
    Regards
    Hari

    Hi.
    Looks like you're right. Please open a case with support to get these and refer to
    the following bug numbers: CR052727 and CR045962. These are pending issues to update
    the PDF files and restore the links to the PDF files.
    Thanks,
    Michael
    sudarson wrote:
    Hi All,
    Previously weblogic 5.1 docs were available in weblogic site. But now when I tried
    to find those pdfs in the site , I couldn't find out. Instead, now it's available
    in only zipped html form.Can any body pls tell me where can I get those pdfs ?
    Thanks and Regards,
    Sudarson--
    Developer Relations Engineer
    BEA Support

  • Extended format of access.log and log rotation

    I am using WebLogic Server 6.1sp1. I want to use extended format of web
    server access log. I also want to use log rotation based on date. But it
    seems not to work together. After my investigation I can say:
    - access.log in common format can be rotated based on date an on size,
    - access.log in extended format (either in its default form or
    completely redefined) cannot be rotated neither based on date nor size.
    In the second case at first time WebLogic tries to rotate logfile
    IOException is thrown with a message like "java.io.IOException: Failed
    to rename log file on attempt to rotate logs". Than it throws
    IOException with a message "Exception flushing HTTP log file. (Bad file
    descriptor)." when it tries to flush content of logfile to the disk.
    After that WebLogic server stops to write to access.log.
    Is it possible to rotate access.log in extended format?
    Thanks,
    Andrzej Derlacki
    Infovide, Poland
    [email protected]
    [email protected]

    i am pasting the entries below which i see in the log( access_log ) . I don't see DEBUG in them.
    <AGENT_IP_ADDRESS> - - [29/Jun/2007:09:48:23 -0400] "GET /em/upload?ACTION=HEARTBEAT&EMD
    _URL=https%3a%2f%2flph010%2egep%2ege%2ecom%3a3872%2femd%2fmain%2f&HEARTBEAT_TI
    ME=2007-06-29+09%3a40%3a09&OUTSTANDING_SEVS=FALSE&EMD_UPTIME=2007-06-18+10%3a20%
    3a23&OLDEST_COLL_TIME=2007-06-29+09%3a40%3a09&INSTALL_TYPE=agent&X-ORCL-EMOV=4%2
    e0%2e0&X-ORCL-EMCV=10%2e2%2e0%2e1%2e0&X-ORCL-EMSV=10%2e2%2e0%2e1%2e0 HTTP/1.1" 2
    00 5
    <AGENT_IP_ADDRESS>- - [29/Jun/2007:09:48:23 -0400] "GET /em/upload?ACTION=HEARTBEAT&EM
    D_URL=https%3a%2f%2fprdes%2eeur%2egep%2ege%2ecom%3a3872%2femd%2fmain%2f&HE
    ARTBEAT_TIME=2007-06-29+15%3a48%3a23&OUTSTANDING_SEVS=FALSE&EMD_UPTIME=2007-06-1
    8+18%3a27%3a33&OLDEST_COLL_TIME=2007-06-29+15%3a48%3a23&INSTALL_TYPE=agent&X-ORC
    L-EMOV=4%2e0%2e0&X-ORCL-EMCV=10%2e2%2e0%2e1%2e0&X-ORCL-EMSV=10%2e2%2e0%2e1%2e0 H
    TTP/1.1" 200 5
    <AGENT_IP_ADDRESS> - - [29/Jun/2007:09:48:24 -0400] "GET /em/upload?ACTION=HEARTBEAT&E
    MD_URL=https%3a%2f%2fug038%2egep%2ege%2ecom%3a3872%2femd%2fmain%2f&HEARTBEAT_
    TIME=2007-06-29+22%3a19%3a35&OUTSTANDING_SEVS=FALSE&EMD_UPTIME=2007-06-18+18%3a3
    7%3a03&OLDEST_COLL_TIME=2007-06-29+22%3a19%3a35&INSTALL_TYPE=agent&X-ORCL-EMOV=4
    %2e0%2e0&X-ORCL-EMCV=10%2e2%2e0%2e1%2e0&X-ORCL-EMSV=10%2e2%2e0%2e1%2e0 HTTP/1.1"
    200 5

  • What is Read Access Logging and how does it work!

    Dear all,
    I was following a doument :http://scn.sap.com/docs/DOC-50184
    Which shows how you can display list modification structure in a view! But in standard if you check (i.e Listmodification for Business partner in opportunity).
    Address , Phone and Email gets pick up automatically as soons as you sellect Partner ID! As per my knowledge that is achieved by :
    Read Access Logging
    if you check the properties of Data model field , there is an option of Read Access logging
    If you check the Read Field Group Data collection , you will see below screen.
    This Functionality , I have to achieve in my CUSTOM list modification structure! but How to create field group and how to achieve this functionality ihave no clue!:(
    Please help!
    Regards,
    Dhruvin

    Hello Dhruvin,
    Then you need some DataOperations in the event handler which starts the ListModification.
    Place them before the Start operation
    They should assign the PartyID related attributes (one by one) to the resp. fields in the ListModificationStructure.
    See example below:
    HTH,
       Horst

  • EM Application Log and Web Access Log growing too large on Redwood Server

    Hi,
    We have a storage space issue on our Redwood SAP CPS Orcale servers and have found that the two log files above are the main culprits for this. These files are continually updated and I need to know what these are and if they can be purged or reduced down in size.
    They have been in existence since the system has been installed and I have tried to access them but they are too large. I have also tried taking the cluster group offline to see if the file stops being updated but the file continues to be updated.
    Please could anyone shed any light on this and what can be done to resolve it?
    Thanks in advance for any help.
    Jason

    Hi David,
    The file names are:
    em-application.log and web access.log
    The File path is:
    D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_brsapprdbmp01.britvic.BSDDRINKS.NET_SAPCPSPR\log
    Redwood/CPS version is 6.0.2.7
    Thanks for your help.
    Kind Regards,
    Jason

  • Why can't read access log file in real-time? (Oracle Weblogic Server 10.3)

    We can't read access log file in real-time. If access log is rotation to new file so can read access log file but can't read real-time.
    *** Oracle Weblogic Server versions 10 R3

    what's your meaning? try this command "tail -f access.log".
    Threre is a buffer about 8K for WebLogic to write the access info into the log files, so you can't see the access info untill the buffer is full.

  • Routing and remote access logging to SQL server

    Hi!
    I am in the process of trying to set up SQL logging from routing and remote access on a windows server 2003 to another windows server 2003 which is running microsoft SQL server 2005.
    What i did was i created a database named RRAS in the sql server and in routing and remote access i went under remote access logging and configured it, when i press "test connection" it says its successful. and when i check the local logfile i successfully
    configured i can see my connection attempts towards the RRAS. but in the sql database there's nothing, no tables or anything.
    I am sure i have the right permissions going on since i have only been using one account for everything so far(created the rras and the sql database), the SQL server is operational(it has a myriad of other databases that are used on a dailybasis).
    So i am wondering what component is missing? do i need to create the tables manually, is there a guide that tells me how to do that?

     
    Hi Plindgren,
    Thanks for posting here.
    May in know which fields we’ve created for this table ?
    Please take look the link below and recheck the database settings:
    Key concepts for IAS SQL Server logging
    http://technet.microsoft.com/en-us/library/cc778830(WS.10).aspx
    For more information please also refer to the link below:
    Deploying SQL Server Logging with Windows Server 2003 Internet Authentication Service (IAS)
    http://technet.microsoft.com/en-us/library/cc776712(WS.10).aspx
    Thanks.
    Tiger Li
    Tiger Li
    TechNet Community Support

  • Getting empty log files with log4j and WebLogic 10.0

    Hi!
    I get empty log files with log4j 1.2.13 and WebLogic 10.0. If I don't run the application in the application server, then the logging works fine.
    The properties file is located in a jar in the LIB folder of the deployed project. If I change the name of the log file name in the properties file, it just creates a new empty file.
    What could be wrong?
    Thanks!

    I assume that when you change the name of the expected log file in the properties file, the new empty file is that name, correct?
    That means you're at least getting that properties file loaded by log4j, which is a good sign.
    As the file ends up empty, it appears that no logger statements are being executed at a debug level high enough for the current debug level. Can you throw in a logger.error() call at a point you're certain is executed?

  • Insync and Access Log

    Each time I execute the "insync" command to check replication, I noticed always I get "RESULT err=80 " and "A1 - Client aborted connection" message in my v6.3 access logs. I have checked this in replication setups 6.3 - 6.3, 6.3 - 5.2 and 5.2 - 5.2 environments. I never get this in any of the directory server 5.2 instances. Can anyone tell me the reason for this?
    Sample Access Logs when executing following command is given below.
    # /local/dsee/ds6/bin/insync -n -D "cn=directory manager" -w password -b "dc=example,dc=com" -s server1.example.com:1389 -c server2.example.com:1389
    ReplicaDn Consumer Supplier Delay
    dc=example,dc=com server2.example.com:1389 server1.example.com:1389 0
    DS6.3
    +[06/May/2009:23:28:32 -0400] conn=1290 op=-1 msgId=-1 - fd=36 slot=36 LDAP connection from 192.168.100.1:34608 to 192.168.100.1+
    +[06/May/2009:23:28:32 -0400] conn=1290 op=0 msgId=1 - BIND dn="cn=directory manager" method=128 version=3+
    +[06/May/2009:23:28:32 -0400] conn=1290 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime=0 dn="cn=directory manager"+
    +[06/May/2009:23:28:32 -0400] conn=1290 op=1 msgId=2 - SRCH base="cn=config" scope=2 filter="(objectClass=nsslapdConfig)" attrs="nsslapd-localhost nsslapd-port nsslapd-secureport nsslapd-security"+
    +[06/May/2009:23:28:32 -0400] conn=1290 op=1 msgId=2 - RESULT err=0 tag=101 nentries=1 etime=0+
    +[06/May/2009:23:28:32 -0400] conn=1290 op=2 msgId=3 - SRCH base="cn=config" scope=2 filter="(objectClass=nsds5replica)" attrs="nsDS5ReplicaRoot nsDS5ReplicaType nsDS5ReplicaId"+
    +[06/May/2009:23:28:32 -0400] conn=1290 op=2 msgId=3 - RESULT err=0 tag=101 nentries=1 etime=0+
    +[06/May/2009:23:28:32 -0400] conn=1290 op=3 msgId=4 - SRCH base="cn=replica,cn=dc=example\5c,dc=com,cn=mapping tree,cn=config" scope=2 filter="(objectClass=nsDS5ReplicationAgreement)" attrs="nsDS5ReplicaHost nsDS5ReplicaPort nsds50ruv nsDS5ReplicaTransportInfo nsDS5ReplicaBindMethod ds5AgreementEnable nsds5replicaLastInitStatus"+
    +[06/May/2009:23:28:32 -0400] conn=1290 op=3 msgId=4 - RESULT err=0 tag=101 nentries=2 etime=0+
    +[06/May/2009:23:28:32 -0400] conn=1290 op=4 msgId=5 - SRCH base="cn=replica,cn=dc=example\5c,dc=com,cn=mapping tree,cn=config" scope=2 filter="(objectClass=nsds5replica)" attrs="nsds50ruv"+
    +[06/May/2009:23:28:32 -0400] conn=1290 op=4 msgId=5 - RESULT err=0 tag=101 nentries=1 etime=0+
    *[06/May/2009:23:28:32 -0400] conn=1290 op=5 msgId=0 - RESULT err=80 tag=120 nentries=0 etime=0*
    +*[06/May/2009:23:28:32 -0400] conn=1290 op=-1 msgId=-1 - closing from 192.168.100.1:34608 - A1 - Client aborted connection -*+
    +[06/May/2009:23:28:32 -0400] conn=1290 op=-1 msgId=-1 - closed.+
    DS5.2
    +[06/May/2009:23:28:32 -0400] conn=12698 op=-1 msgId=-1 - fd=28 slot=28 LDAP connection from 192.168.100.1 to 192.168.100.2+
    +[06/May/2009:23:28:32 -0400] conn=12698 op=0 msgId=1 - BIND dn="cn=directory manager" method=128 version=3+
    +[06/May/2009:23:28:32 -0400] conn=12698 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime=0 dn="cn=directory manager"+
    +[06/May/2009:23:28:32 -0400] conn=12698 op=1 msgId=2 - SRCH base="cn=config" scope=2 filter="(objectClass=nsslapdConfig)" attrs="nsslapd-localhost nsslapd-port nsslapd-secureport nsslapd-security"+
    +[06/May/2009:23:28:32 -0400] conn=12698 op=1 msgId=2 - RESULT err=0 tag=101 nentries=1 etime=0+
    +[06/May/2009:23:28:32 -0400] conn=12698 op=2 msgId=3 - SRCH base="cn=config" scope=2 filter="(objectClass=nsds5replica)" attrs="nsDS5ReplicaRoot nsDS5ReplicaType nsDS5ReplicaId"+
    +[06/May/2009:23:28:32 -0400] conn=12698 op=2 msgId=3 - RESULT err=0 tag=101 nentries=1 etime=0+
    +[06/May/2009:23:28:32 -0400] conn=12698 op=3 msgId=4 - SRCH base="cn=replica,cn=dc=example\5c,dc=com,cn=mapping tree,cn=config" scope=2 filter="(objectClass=nsDS5ReplicationAgreement)" attrs="nsDS5ReplicaHost nsDS5ReplicaPort nsds50ruv nsDS5ReplicaTransportInfo nsDS5ReplicaBindMethod ds5AgreementEnable nsds5replicaLastInitStatus"+
    +[06/May/2009:23:28:32 -0400] conn=12698 op=3 msgId=4 - RESULT err=0 tag=101 nentries=2 etime=0+
    +[06/May/2009:23:28:32 -0400] conn=12698 op=4 msgId=5 - SRCH base="cn=replica,cn=dc=example\5c,dc=com,cn=mapping tree,cn=config" scope=2 filter="(objectClass=nsds5replica)" attrs="nsds50ruv"+
    +[06/May/2009:23:28:32 -0400] conn=12698 op=4 msgId=5 - RESULT err=0 tag=101 nentries=1 etime=0+
    +[06/May/2009:23:28:32 -0400] conn=12698 op=-1 msgId=-1 - closing - B1+
    +[06/May/2009:23:28:32 -0400] conn=12698 op=-1 msgId=-1 - closed.+

    Your test cases are not exactly equal. Are you getting err=80 when querying 192.168.100.1 from 192.168.100.2 (from 5.2 host to 6.3 host)? If so, you could capture snoop on 100.1 and go through it to see why it was dropped.
    This has not been heard from other folks running 6.3, so it could be something unique about your 100.1 box/zone. Anyway, hope snoop can tell us something.

Maybe you are looking for