SYSLOG LOGGING PROBLEMS !!!!

Hi ALl,
I am trying to configure a syslog server to log messages from the routers.
I am trying on the first router, and i issue the command :
LOGGING (syslog ip address)
So now the messges should be sent to the syslog server.
Now supposingly i want to capture the events when an access-list is met namely the DENY IP ANY ANY .... so i should issue the DENY IP ANY ANY LOG command right ??? the LOG keyword should force the router to log the event every time this is met. However i try to do illegal traffic to trigger the DENY IP ANY ANY LOG but it does not show anything logged in the show run, or on the syslog server.
I know the syslog works fine as it logs the messages
that i have configured the router from my ip address.
Is there something i am missing here ???
Please help ,
Thanks,
George

Hi,
What trap level have you set on the router??? After going in the configure terminal mode issue the command "logging trap 7" so that you'll get all the messages which are sent.
If would be better if you could post your config.
Hope it helps.
Please rate helpful posts.
Regards,
AbhisheK

Similar Messages

  • Cisco Security manager syslog.log file problem

    Hello
    I have this problem with the CSM, the next file Syslog.log  (C:\Program Files\CSCOpx\log\Syslog.log  ), this file grows very fast to fill the hard disk and saturates the server, I have tried the log rotation of the cisco works but it doesnt work, what else can i do?
    the hard drive fills in 4 hours. tankyou

    In CSM clinet under Tools > CSM Administration > Debugging you can changing the level to something higher than debugging.
    I hope it helps.
    PK

  • Syslog Reports not collect Syslog.log file Messages

    I am doing a installation on CiscoWorks 3.2. after two three weeks I found my syslog services is not working properly. Once I checked on the syslog.log its updated with the device logs as normal. But when I am going to generate report it’s not collect data from the syslog log file. I have notice my syslog analyzer and syslog collator processes are shown as = Program started - No mgt msgs received. Is this normal on the LMS serve?
    Anyway I found following error massagers on the SyslogAnalyzer.log file.
    cisco.nm.xms.ctm.common.CTMException: CTMRegistryClient::addNewURNEntry URN : SyslogAnalyzerService ErrMsg : URN already in use
                    at com.cisco.nm.xms.ctm.server.CTMServer.publish(CTMServer.java:253)
                    at com.cisco.nm.xms.ctm.server.CTMServer.publish(CTMServer.java:180)
                    at com.cisco.nm.rmeng.sa.SyslogAnalyzerEngine.registerWithCtm(SyslogAnalyzerEngine.java:2267)
                    at com.cisco.nm.rmeng.sa.SyslogAnalyzerEngine.start(SyslogAnalyzerEngine.java:2189)
                    at com.cisco.nm.rmeng.sa.SyslogAnalyzerService.main(SyslogAnalyzerService.java:109)
    please I need your expertise knowledge to sort out this problem.
    Thank you,
    Chandimal.k
    +94777420771

    Hi,
    Errors Found:
    SyslogCollector - [Thread: main] WARN , 15 Dec 2011 14:33:46,505, Unable to resurrect connection to a subscriber.
    URN : SyslogAnalyzerService ErrMsg : URN already in use
    Try deleting the ctmregistry and ctmregistry.backup files and regenerat your SSL certificate and then resubscribed to the syslog collector.
    1. net stop crmdmgtd
    2. delete all the server.* files in ../CSCOpx/MDC/Apache/conf/SSL
    3. Open a dos shell and cd to:
    ../CSCOpx/MDC/Apache, and run: perl ConfigSSL.pl -disable and then again perl ConfigSSL.pl -enable
    You will see now a lot of questions, please make sure that you enter correctly the question of FQDN!
    4. if you don't want to use SSL, run again: perl ConfigSSL.pl -disable
    If you use SSL please don't do anything.
    5. net start crmdmgtd
    Then wait fifteen minutes for all the LMS services to come up before testing.
    Thanks

  • Error logging problem:

    error logging problem:
    I would like to implement an error logger that will do the following tasks when a error/exception arrises:
    - surpress the DacfErrorPopupLogger
    - alert the user that an error has occured with a simplified popup (create a global listener then use the ErrorAttributes to create the text of the popup)
    - log the error in a file with a timestamp and all error information
    - later if the above works....i would like to add the error attributes (time stamp, error type) to a oracle object/ Jdev domain.
    Questions:
    What is the best technique to use....errorManager, error logger ...?? combination
    How do i use the error manager to register listners for the errors?.
    In the following code i am not sure how to access the ErrorsAttributes[] array that is returned by loggerReader.getErrors();
    Any general tips places to find sample code on errorManager or associated interfaces, will be appreciated
    I used the OutPutStreamLogger to write error information to a FileOutputStream then a loggerReader to get the error attributes from the file. The reason i went in this direction is because i found some smple code on the outputStream logger.
    package DACVideo;
    import oracle.dacf.util.errorloggers.*;
    import oracle.dacf.util.errormanager.*;
    import oracle.dacf.util.errorloggers.InputStreamLoggerReader.ErrorAttributes;
    import java.io.*;
    * A Class class.
    * <P>
    * @author Adam Maddox
    public class ErrorLogger extends Object {
    static OutputStreamLogger logger = null;
    static InputStreamLoggerReader loggerReader = null;
    public ErrorLogger() {
    System.out.println("==============ErrorLogger Created==============");
    //remove default error logger (popup logger)
    ErrorManager.removeErrorLogger(ErrorManager.findLoggerByName(DacfErrorPopupLogger.NAME));
    try
    logger = new OutputStreamLogger(new FileOutputStream("out.dat"));
    loggerReader = new InputStreamLoggerReader(new FileInputStream("out.dat"));
    catch(java.io.IOException e)
    System.err.println("Error!");
    try
    ErrorManager.addErrorLogger(logger);
    catch(NameAlreadyRegisteredException e)
    System.err.println("A Logger with this name is already registered.");
    private void closeErrorLog()
    //close the OutputStream, to force flushing
    logger.closeOutputStream();
    ErrorManager.removeErrorLogger(logger);
    public static void showErrorLog()
    ErrorAttributes[] errorArray = loggerReader.getErrors(); <<<<CANNOT GET ERROR ATTRIBUTES ??
    null

    JDev could you help??

  • Socket error on syslog.log

    - machine : HP-rx
    - CPU : Itanium
    - TimesTen 6.0.8
    After OS reboot, below error was in the syslog.log.
    Jun 20 20:51:20 hbepa TimesTen Data Manager 6.0.4.tt60[3000]: 3000: Error -232 reading line from socket 11
    Jun 20 20:51:21 hbepa TimesTen Data Manager 6.0.4.tt60[2997]: 2997: Error -232 reading line from socket 10
    - TimesTen log
    20:54:30 Warn: 4668: : Ignoring '/var/TimesTen/tt60/DBI45159fee.0~'
    20:54:30 Warn: 4668: : TimesTen Daemon Release 6.0.4.tt60 started.
    20:55:28 Warn: 4668: : 3003 exited while connected to data store '/data/DataStore/hss2/hss2' shm 34480620 count=1
    20:55:28 Warn: 4668: : 2998 exited while connected to data store '/data/DataStore/hss2/hss2' shm 34480620 count=1
    21:05:48 Warn: 4668: : 4669/60000000000493e0: Recovery started
    22:24:24 Warn: 4668: : 6480 exited while connected to data store '/data/DataStore/hss2/hss2' shm 101589484 count=1
    23:13:31 Warn: 4668: : 7259 exited while connected to data store '/data/DataStore/hss2/hss2' shm 101589484 count=1
    I am not sure whether it has a relation with this error, but replication was not working properly after this.
    Will it have a relation? If it does what is suppose to be done after this issue occur.

    Hi,
    You say you are using TimesTen 6.0.8 but the log messages say 6.0.4? Could you clarify this please.
    In order to make sense of the log we really need to see all the messages covering the relevant period, not just a selection.
    While these messages are indicative of various things that are not 'normal' none of them on their own would explain why replication would not be working.
    Chris

  • X2-02 log problem

    dear members,
    I have a log problem with my x2-02, only the last occurrence belonging to a certain contact (in the contacts book), is logged. When a new handling-occurence linked to this contact happened, only this last handling is logged (all the previous are deleted, not there anymore).
    This was not the situation before, I did play a little bit through the menu and after that it happened. Of course I did already try the regular solutions, soft reset-hard reset, reinstalling the (latest software). But till now nothing did work.
    Can someone assist on this
    Greetings
    Fiesta
    holland

    dear members
    I would like to contribute the following, I noticed an other bug, which i think occured simultaneously/is linked together. When i go to contacts, and choose the option "View conversations" i see with certain persons, that there are also conversations (sms messages)  not pertaining/belonging to that contact (belonging to more different contacts).
    Does this bell ring some where?
    greetings
    fiesta  

  • Ciscoworks 3.1 syslog.log filtering

    Hello Cisco community!
    I would like to ask a question about syslog.log file in Ciscoworks 3.1.
    I was able to forward my syslog messages to another syslog server ( with a syslog-agent forwarding the content of the syslog.log file ), but in the syslog.log file there is other syslog messages that i don't want to forward ( about processes and other things ). I only want to forward the syslog messages that the devices's sent to CW.
    Can i somehow filter out in Ciscoworks the messages that i don't want to forward?
    Thanks for help.

    You mean you can't find the syslog.log file? A trip to regedit may be in order:
    http://www.cisco.com/en/US/products/sw/cscowork/ps2073/products_tech_note09186a00800a7275.shtml
    On a Windows System, the location is defined in the registry [ which can be viewed from regedit]:
    \system\currentControlSet\Services\CRMlog\Parameters
    LogFile = "CSCOpx\log\syslog.log"

  • Syslog Log Rotation

    Dear,
    Just to understand syslog log rotation. I have configured syslog_info file for log rotation and size i have give is 100mb with 0 no of backups. I have scheduled it to run every week with a backup path. Basically i dont want any backups and i want the syslog_info to be overwritten when it reaches 100mb, are my setting correct?
    thanks,
    aamir

    yes that is right,
    you can see it also explained in the logrot document
    http://www.cisco.com/en/US/docs/net_mgmt/ciscoworks_common_services_software/3.1.1/user/guide/admin.html#wp645704
    Step 5 Specify the number of archive revisions. If you do not want to keep any archives, enter 0 (the default) for this option.
    hope this is what you are looking for.

  • Syslog logging issues

    I am having trouble setting up a server for syslogd files on Solaris 10 update 8 (october release, i think). I have this working find on another machine, it has solaris 10 update 7, although I doubt that the difference in Solaris updates is the problem. The working machine is host "Ysera" and the non-working machine is host "malygos".
    I have logs coming from a remote host, and I'd like them to be logged to their own log file (travistest). They are coming in through the local4 facility.
    Following is the syslog.conf file. This file is identical for both hosts.
    ### comments ####
    local4.debug                     /tmp/travistest
    local3.debug                     /tmp/travistest
    local1.debug                     /tmp/travistest
    *.debug                            /var/adm/messages
    *.alert                              root
    #  These are tabs and NOT spaces, and no trailing whitespace after the actionThe /etc/services file DOES have the line. This is true for both machines.
    syslog      514/udpI can verify that remote logging is activated on both:
    root@malygos#svccfg -s system-log listprop | grep remote
    config/log_from_remote                     boolean true
    root@ysera#svccfg -s system-log listprop | grep remote
    config/log_from_remote                     boolean true true trueAny idea why Ysera gives a value of "true true true"?? that is crazy talk to me. Also, strangely, look at the /etc/default/syslogd for Ysera (the working machine)
    # all those comments that say that this file is deprecated
    # The LOG_FROM_REMOTE setting used to affect the logging of remote messages.
    # Its definition here will override the svccfg(1M) settings for log_from_remote
    # log_from_remote=yeslog_from remote is still commented out!! so how is it still active?
    I have altered the /ect/default/syslogd file in the Malygos (non-working) machine to match this, and also to uncomment it and had no luck. I've attempted to use the setprop command to match the "true true true" property and recieved a syntax error. I tried again trying to put quotes are the "true true true", single quotes, ticks, no marks, and nothing works.
    Does anyone have any ideas how I can get the remote log to work?? I know that the port is open...
    root@malygos#netstat -an | grep 514
        *.514                         *.*                         0            0      49152           0         LISTENI cannot just make Ysera my log server. Both of these machines are development machines and do not carry the "gold" copy of the system files. In order to send a delivery I need to know why Ysera is working so I can duplicate that code for our final product. Thanks ahead of time for any ideas.

    Thanks again for the response!!
    root@malygos#svcs -a | grep ipf
    disabled 13:59:02 svc:/network/ipfilter:defaultipf.conf
    root@malygos#cat /etc/ipf/ipf.conf | grep 514
    pass in quick proto tcp from pool/700 to any port = 514 keep state
    pass in quick proto udp from pool/800 to any port = 514
    root@ysera#more /etc/ipf/ipf.conf
    #ipf.conf
    # IP Filter rules to be loaded during startup
    # See ipf(4) manpage for more information on
    #IP Filter rules syntaxDespite the IP filter being disabled, I think that these files being so different is a sign of something. I'll have to check with the team to see why they are different, because I dont' think that they are supposed to be!! (let me know if i'm chasing a ghost again)
    The machines are on the same subnet, and I have used Malygos to send message OUT and have other Ysera recieve them...and that works fine. It will not work backwards though, so I agree it's a blocked port or perhaps some of the scripts that start syslogd are not providing the -r option as I expect. A big part of me just wants to jump to Ysera and make that our baseline...but I need to be able to replicate the files. Currently I'm trying to alter /lib/svc/method/system-log to force the -r option. (no worries...I kept the original :-)
    I'm also trying to get it to log the parameters that syslogd is started with...so I know exactly what the computer THINKS its doing.
    Thanks again dude!!
    Edited by: mandarbshadar on Mar 2, 2010 10:34 AM

  • OS X kernel logs problem when USB flash drive connected.

    Previously, my Creative Nomad Muvo TX (MP3 player/1GB USB memory stick) worked fine with my Intel Mac mini (10.4.8) until the latest EFI 1.1 update.
    Now the USB drive does not mount or appear in finder. It is visible in the System Profiler in the USB section, but the disk utility does not see it.
    While the USB stick is plugged in, the system logs the following line repeatedly:
    Nov 26 21:32:39 kernel[0]: USBF: 2517.425 AppleUSBEHCI[0x3969000]::Found a transaction past the completion deadline on bus 253, timing out!
    Booting in Windows XP (with bootcamp) and plugging in the USB memory stick works fine. So the USB stick and the Mac mini hardware is functioning.
    Other USB 2 external harddrives are functioning properly in OS X.
    I suspect that the latest Mac OS X or EFI 1.1 firmware update has spoilt my previously happy USB memory stick connection.
    Any suggestions?
    Thanks in adcvance.
    Stephanus

    Hi, Stephanus.
    1. If Creative does not support that device with a Mac, then that should tell you something. Even if it worked in the past, since they don't support it, there's no guarantee that changes to Mac OS X would render it unusable as you've noted. With that kind of attitude from Creative, I'd think about switching to an iPod...
    Since you can use it when booted into Windows with Boot Camp, you might want to consider running Parallels Desktop for Mac. This leverages the virtualization technology of the Intel chips, permitting you to run Mac OS X and Windows simultaneously, rather than having to boot into Windows with Boot Camp. Parallels is cheaper than buying an iPod.
    2. The USB message you reported is essentially indicating that the OS detected a USB device but cannot talk to it. This is unlikely to be something you're going to work around, e.g. with Terminal.
    3. If you want to pursue this further, you can:3.1. Install the USB debug kit for your version of Mac OS X. Apple provides a variety of Mac OS X USB Software Debug Versions that "are used to provide information about USB device and interface detection, driver and interface matching, driver loading and information generated as a result of normal and abnormal conditions." You could install the package corresponding to the version of Mac OS X you are running and this may help identify if the issue is a USB problem and the exact USB anomaly causing such.
    3.2. Take what you've been able to lear from the USB debugger and do one or more of the following:• Join the Apple USB Mailing List. Once your registration is approved, submit a question including the enhanced output from the USB logger and requesting additional advice. That list is monitored by developers of USB devices. Posts are sometimes answered by Apple engineers.
    • Join the Apple Developer Connection at the "free" level, then submit a bug report.
    • Submit a Mac OS X Feedback.If Creative has their own forums, ala Discussions, you might also want to search or post there for similar reports.Unfortunately, that's about all I have to offer at this point: I don't have the Creative device and hence can't test it.
    I think that Creative is disinterested in helping you is a key issue you need to consider.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X

  • DMEE Log problem

    Hi Specialist
    I created a payment medium using the transaction F110. In the Log Poporsal I didnt find any  error, but in the payment log I found it:
    BFIBL02167               Document 2000 1400259728 2011 either not found or reversed, payment not on payment medium
    The payment was 04.11.2011 and the reversal on 14.11.2011 .. but in my file I couldnt find some documents according to the error.
    After that I investigate in the transaction FBPM ( LOG ERROR Payment medium )
    And I found  more information:
    Document 2000 1400259728 2011 either not found or reversed, payment not on payment medium
    Message no. BFIBL02167
    Diagnosis
    In the payment document validation that you selected in the selection variant of the generic payment medium program SAPFPAYM, the system determines that payment document 2000 1400259728 2011 has either not yet been posted or has already been reversed.
    System Response
    The payment is not transferred on a payment medium in order to avoid a duplicate payment: the items to be paid remain open and could be paid again with a new payment run.
    Procedure
    If, for an update termination, you find it is then possible to post the document, you can subsequently create another payment medium only containing this missing document. To do this, in the dynamic selections select only the reference to document 200014002597282011
    DO you know why I get this error?? The payment was succesfully but I couldnt find it in my DMEE estructure ( the file ) .
    THank you
    Regards

    Hi , thanks for reply.
    Not really. I created the payment method 04.11.2011 and I sent the file to the bank. The problem was the rejection that I received 14 days later.
    Then when i check the file again I found this errors.
    It means that I generate the and the payment the same day.
    Thanks

  • Hello! console log problem with window server

    Hello! I installed today moutain lion, it's all perfect but i have a question...i was checking the console log, and there are a lot of messages like that:
    26/07/12 00:04:10,682 WindowServer[89]: CGXRegisterWindowWithSystemStatusBar: window c already registered
    26/07/12 00:04:17,796 WindowServer[89]: CGXRegisterWindowWithSystemStatusBar: window c already registered
    26/07/12 00:04:42,979 WindowServer[89]: CGXRegisterWindowWithSystemStatusBar: window c already registered
    26/07/12 00:04:46,366 WindowServer[89]: CGXRegisterWindowWithSystemStatusBar: window c already registered
    everytime i swap to a full-screen app, a new line of that appear..hmm..it's ok or there are some problems?
    thanks in advance!

    cool! 'cause if i go to the app by mission control, console is clean...if i swap with the gesture..there is the log! maybe it's a feature of mountain lion by the way, pratically there aren't problem, only the massive logging in console..

  • Java.util.logging - Problem with setting different Levels for each Handler

    Hello all,
    I am having issues setting up the java.util.logging system to use multiple handlers.
    I will paste the relevant code below, but basically I have 3 Handlers. One is a custom handler that opens a JOptionPane dialog with the specified error, the others are ConsoleHandler and FileHandler. I want Console and File to display ALL levels, and I want the custom handler to only display SEVERE levels.
    As it is now, all log levels are being displayed in the JOptionPane, and the Console is displaying duplicates.
    Here is the code that sets up the logger:
    logger = Logger.getLogger("lib.srr.applet");
    // I have tried both with and without the following statement          
    logger.setLevel(Level.ALL);
    // Log to file for all levels FINER and up
    FileHandler fh = new FileHandler("mylog.log");
    fh.setFormatter(new SimpleFormatter());
    fh.setLevel(Level.FINER);
    // Log to console for all levels FINER and up
    ConsoleHandler ch = new ConsoleHandler();
    ch.setLevel(Level.FINER);
    // Log SEVERE levels to the User, through a JOptionPane message dialog
    SRRUserAlertHandler uah = new SRRUserAlertHandler();
    uah.setLevel(Level.SEVERE);
    uah.setFormatter(new SRRUserAlertFormatter());
    // Add handlers
    logger.addHandler(fh);
    logger.addHandler(ch);
    logger.addHandler(uah);
    logger.info(fh.getLevel().toString() + " -- " + ch.getLevel().toString() + " -- " + uah.getLevel().toString());
    logger.info("Logger Initialized.");Both of those logger.info() calls displays to the SRRUserAlertHandler, despite the level being set to SEVERE.
    The getLevel calls displays the proper levels: "FINER -- FINER -- SEVERE"
    When I start up the applet, I get the following in the console:
    Apr 28, 2009 12:01:34 PM lib.srr.applet.SRR initLogger
    INFO: FINER -- FINER -- SEVERE
    Apr 28, 2009 12:01:34 PM lib.srr.applet.SRR initLogger
    INFO: FINER -- FINER -- SEVERE
    Apr 28, 2009 12:01:40 PM lib.srr.applet.SRR initLogger
    INFO: Logger Initialized.
    Apr 28, 2009 12:01:40 PM lib.srr.applet.SRR initLogger
    INFO: Logger Initialized.
    Apr 28, 2009 12:01:41 PM lib.srr.applet.SRR init
    INFO: Preparing Helper Files.
    Apr 28, 2009 12:01:41 PM lib.srr.applet.SRR init
    INFO: Preparing Helper Files.
    Apr 28, 2009 12:01:42 PM lib.srr.applet.SRR init
    INFO: Getting PC Name.
    Apr 28, 2009 12:01:42 PM lib.srr.applet.SRR init
    INFO: Getting PC Name.
    Apr 28, 2009 12:01:42 PM lib.srr.applet.SRR init
    INFO: Finished Initialization.
    Apr 28, 2009 12:01:42 PM lib.srr.applet.SRR init
    INFO: Finished Initialization.Notice they all display twice. Each of those are also being displayed to the user through the JOptionPane dialogs.
    Any ideas how I can properly set this up to send ONLY SEVERE to the user, and FINER and up to the File/Console?
    Thanks!
    Edit:
    Just in case, here is the code for my SRRUserAlertHandler:
    public class SRRUserAlertHandler extends Handler {
         public void close() throws SecurityException {
         public void flush() {
         public void publish(LogRecord arg0) {
              JOptionPane.showMessageDialog(null, arg0.getMessage());
    }Edited by: compbry15 on Apr 28, 2009 9:44 AM

    For now I have fixed the issue of setLevel not working by making a Filter class:
    public class SRRUserAlertFilter implements Filter {
         public boolean isLoggable(LogRecord arg0) {
              if (arg0.getLevel().intValue() >= Level.WARNING.intValue()) {
                   System.err.println(arg0.getLevel().intValue() + " -- " + Level.WARNING.intValue());
                   return true;
              return false;
    }My new SRRUserAlertHandler goes like this now:
    public class SRRUserAlertHandler extends Handler {
         public void close() throws SecurityException {
         public void flush() {
         public void publish(LogRecord arg0) {
              Filter theFilter = this.getFilter();
              if (theFilter.isLoggable(arg0))
                   JOptionPane.showMessageDialog(null, arg0.getMessage());
    }This is ugly as sin .. but I cannot be required to change an external config file when this is going in an applet.
    After much searching around, this logging api is quite annoying at times. I have seen numerous other people run into problems with it not logging specific levels, or logging too many levels, etc. A developer should be able to complete configure the system without having to modify external config files.
    Does anyone else have another solution?

  • Physical standby database standby redo log problem

    Hello
    We have a physical standby database , I've created some standby redo log files but my problem is that they aren't used,
    their status in v$stanby_log view is UNASSIGNED
    and I see this message (ORA-16086: standby database does not contain available standby log files) in primary database alert_log file
    while when I run "alter system switch logfile" in the primary database it transfer redo logs to the physsical standby database
    and archive log file will be created in standby database
    I've even recreated the standby redo log files and I added new ones to them but the problem wasn't solved
    Do you know what is problem ?
    elect group#,THREAD#,BYTES,STATUS from V$STANDBY_LOG;
    group#     THREAD#      BYTES       STATUS
    1                   0                   524288000                   UNASSIGNED                  
    2                   0                   524288000                   UNASSIGNED                  
    3                   0                   524288000                   UNASSIGNED                  
    8                   0                   524288000                   UNASSIGNED                  
    9                   0                   524288000                   UNASSIGNED                  
    10                   0                   524288000                   UNASSIGNED                  
    select group#,THREAD#,BYTES,MEMBERS,STATUS from v$log;
    group#                    THREAD#                    BYTES                    MEMBERS                    STATUS
    4                   1                   524288000                   2                   CLEARING                  
    7                   1                   524288000                   2                   CLEARING_CURRENT                  
    6                   1                   524288000                   2                   CLEARING                  
    5                   1                   524288000                   2                   CLEARING                  
    thanks

    Hello Anurag
    Thank you for your reply
    I have found some issue in the standby database alert_log too , in the standby database alert_log it has been written:
    RFS[782]: Assigned to RFS process 3919
    RFS[782]: Identified database type as 'physical standby'
    Primary database is in MAXIMUM AVAILABILITY mode
    Standby controlfile consistent with primary
    Primary database is in MAXIMUM AVAILABILITY mode
    Standby controlfile consistent with primary
    RFS[782]: No standby redo logfiles selected (reason:6)
    Sun Jan 31 13:59:43 2010
    Errors in file /u01/app/oracle/admin/tehrep/udump/tehrep_rfs_3919.trc:
    ORA-16086: standby database does not contain available standby log files
    Sun Jan 31 13:59:48 2010
    RFS[781]: Archived Log: '/disks/sda/tehrep/archivelogs/1_6516_670414641.dbf'
    Sun Jan 31 13:59:50 2010
    and the context "/u01/app/oracle/admin/tehrep/udump/tehrep_rfs_3919.trc"  is below :
    +/u01/app/oracle/admin/tehrep/udump/tehrep_rfs_3919.trc+
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    ORACLE_HOME = /u01/app/oracle/product/10.2.0/db_1
    System name:    Linux
    Node name:      linserver2.com
    Release:        2.6.9-42.ELsmp
    Version:        #1 SMP Wed Jul 12 23:27:17 EDT 2006
    Machine:        i686
    Instance name: tehrep
    Redo thread mounted by this instance: 1
    Oracle process number: 58
    Unix process pid: 3919, image: [email protected]
    *** SERVICE NAME:() 2010-01-31 13:59:43.865
    *** SESSION ID:(109.1225) 2010-01-31 13:59:43.865
    KCRRFLAS
    KCRRSNPS
    No space in recovery area for active standby redo logs
    The primary database is operating in MAXIMUM PROTECTION
    or MAXIMUM AVAILABILITY mode, and the standby database
    does not contain adequate disk space in the recovery area
    to safely archive the contents of the standby redo logfiles.
    ORA-16086: standby database does not contain available standby log files
    when I saw this line "No space in recovery area for active standby redo logs" I thought that STANDBY_ARCHIVE_DEST parameter points where that there is no enough space , but when I consider I found out that points a directory on disk a "sda" that has enough space , I don't know what that means
    by the way, at below I've written a section of the primary database alert_log context and "lgwr" trace file around Sun Jan 31 13:30:34 2010
    alert_log :
    ORA-16086: standby database does not contain available standby log files
    Sun Jan 31 13:30:34 2010
    LGWR: Failed to archive log 7 thread 1 sequence 6512 (16086)
    Thread 1 advanced to log sequence 6512
    Current log# 7 seq# 6512 mem# 0: /disks/sdb/tehrep/redo71.log
    Current log# 7 seq# 6512 mem# 1: /disks/sdd/tehrep/redo72.log
    LNSc started with pid=53, OS id=11451
    Sun Jan 31 13:36:34 2010
    Errors in file /u01/app/oracle/admin/tehrep/bdump/tehrep_lgwr_3692.trc:
    ORA-16086: standby database does not contain available standby log files
    Sun Jan 31 13:36:34 2010
    LGWR: Failed to archive log 5 thread 1 sequence 6513 (16086)
    Thread 1 advanced to log sequence 6513
    Current log# 5 seq# 6513 mem# 0: /disks/sdb/tehrep/redo51.log
    Current log# 5 seq# 6513 mem# 1: /disks/sdd/tehrep/redo52.log
    */u01/app/oracle/admin/tehrep/bdump/tehrep_lgwr_3692.trc file :*
    Error 16086 creating standby archive log file at host '(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=linserver2.com
    +)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=tehrep_XPT.com)(INSTANCE_NAME=tehrep)(SERVER=dedicated)))'+
    *** 2010-01-31 13:30:34.712 60679 kcrr.c
    LGWR: Attempting destination LOG_ARCHIVE_DEST_3 network reconnect (16086)
    *** 2010-01-31 13:30:34.712 60679 kcrr.c
    LGWR: Destination LOG_ARCHIVE_DEST_3 network reconnect abandoned
    ORA-16086: standby database does not contain available standby log files
    *** 2010-01-31 13:30:34.712 60679 kcrr.c
    LGWR: Error 16086 creating archivelog file '(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=linserver2.com)(PORT=1521
    +)))(CONNECT_DATA=(SERVICE_NAME=tehrep_XPT.com)(INSTANCE_NAME=tehrep)(SERVER=dedicated)))'+
    *** 2010-01-31 13:30:34.712 58941 kcrr.c
    kcrrfail: dest:3 err:16086 force:0 blast:1
    Receiving message from LNSc
    *** 2010-01-31 13:30:34.718 55444 kcrr.c
    Making upidhs request to LNSc (ocis 0x0xb648db48). Begin time is <01/31/2010 13:30:30> and NET_TIMEOUT <180> seconds
    NetServer pid:11196
    *** 2010-01-31 13:30:38.718 55616 kcrr.c
    upidhs done status 0
    *** 2010-01-31 13:36:31.062
    LGWR: Archivelog for thread 1 sequence 6513 will NOT be compressed
    *** 2010-01-31 13:36:31.062 53681 kcrr.c
    +Initializing NetServer[LNSc] for dest=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=linserver2.com)(PORT=1521)))(CO+
    NNECT_DATA=(SERVICE_NAME=tehrep_XPT.com)(INSTANCE_NAME=tehrep)(SERVER=dedicated))) mode SYNC
    LNSc is not running anymore.
    New SYNC LNSc needs to be started
    Waiting for subscriber count on LGWR-LNSc channel to go to zero
    Subscriber count went to zero - time now is <01/31/2010 13:36:31>
    Starting LNSc ...
    Waiting for LNSc to initialize itself
    *** 2010-01-31 13:36:34.116 53972 kcrr.c
    +Netserver LNSc [pid 11451] for mode SYNC has been initialized+
    Performing a channel reset to ignore previous responses
    +Successfully started LNSc [pid 11451] for dest (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=linserver2.com)(PORT=1+
    +521)))(CONNECT_DATA=(SERVICE_NAME=tehrep_XPT.com)(INSTANCE_NAME=tehrep)(SERVER=dedicated))) mode SYNC ocis=0x0xb648db48+
    *** 2010-01-31 13:36:34.116 54475 kcrr.c
    +Making upiahm request to LNSc [pid 11451]: Begin Time is <01/31/2010 13:36:31>. NET_TIMEOUT = <180> seconds+
    Waiting for LNSc to respond to upiahm
    *** 2010-01-31 13:36:34.266 54639 kcrr.c
    upiahm connect done status is 0
    Receiving message from LNSc
    Receiving message from LNSc
    Destination LOG_ARCHIVE_DEST_3 is in STANDBY RESYNCHRONIZATION mode
    Receiving message from LNSc

  • Logging Problems on CSS11503 - please help

    Hi,
    1 of our CSS11503 is not functioning properly. Our ITO system is receiving "server down" messages for services but the "server up" message is not coming through.
    We have 2 load balancers with identical config, the only difference I can see in them is the following
    when I do a "show log-state", the load balancer that is not sending the server up messages has the log level set to "warning" were as the one that works ok is set to "debug".
    I have stated in the config log level 7 for our ITO managment system but this value in "sh log-state" is still the same???
    Any ideas on how to change this to debug on the css that is not sending the server up messages.
    thanks

    The UP message is generated at level '5'.
    So that's what you need to change indeed.
    Usually the problem is that the logging level stays stuck in '7' not '4'.
    Are you certain that the command is there ?
    What software version ?
    The procedure to recover when stuck in level '7' is below.
    You can give it a try.
    -Reboot and interrupt the boot going into offDM.
    -shift T (technicians menu).
    -choose "1" for configure.
    -then "3" for set logging flags.
    -"2" for set logging level (set to level 4).
    -then "r" until you're back to the main menu.
    -reboot.
    Gilles.

Maybe you are looking for

  • Ical crashes with error log

    When i'm trying to start Ical on my Imac with intel i3 10.6.8, sice today it crasshes. The next error log is shown after Ical was closed: Process:         iCal [229] Path:            /Applications/iCal.app/Contents/MacOS/iCal Identifier:      com.app

  • Windows explorer keeps computing items after accessing a mapped network drive

    Our organization has decided to upgrade to windows 7 but we are running into a problem with windows explorer green progress bar hanging after accessing a mapped network drive. When you try to go back to computer or access the control panel after goin

  • I am unable to sign in to the ExportPDF service.

    I have purchased a subscription to the ExportPDF service through the Adobe web site. I have checked and the subscription is current with the latest payment taken from me on January 9th of this year. I cannot sign in to the ExportPDF function through

  • Mail hanging and seldom retrieving mail, Mail hanging and seldom retrieving mail

    When I have Mail running (5.1) all that happens is the circular progress thingy is trying to retrieve Mail constantly when I opened up the the Inbox triangle it is the iCloud mail sync progress circle thats because Mail is set to sync. Is that OK and

  • When Trying to download products, I get internal error

    When I try to download any of the products, I receive a message that I need to first install the Adobe Applications Manager. When I download that (which it seems to do instantly), I get this error: We've encountered the following issues: Plese connec