How to view router/switch logs using LMS 3.2?

Of course I can log into each of my 100 routers and switches and peforms "sh loggin" to look for problems, but how do I use LMS 3.2 to consolidate all those logs into one location?  Can I set up something so I can see those logs in more or less real time?
Thanks in advance.

>> Does LMS go get syslog messages periodically or does the device send a copy to LMS whenever it generates a new message?
The latter.
If for some reason, the devices cannot log directly to LMS, there're a few options: 1) Devices log to a central syslog server, which in turn exposes the syslogs to LMS' Syslog Analyzer, either via the Cisco-supplied Remote Syslog Collector or some unsupported methods such as NFS mount, or 2) Install Syslog-ng on the central syslog server, relay the logs to LMS, as described in this whitepaper: http://www.cisco.com/en/US/prod/collateral/netmgtsw/ps6504/ps6528/ps2425/white_paper_c11-571038.html
>> What's the benefit of scheduling a report to run automatically?  Is it saved somewhere that is easier/quicker to get to?
It's the usual benefits of automation. Scheduled syslog reports apparently write outputs to /var/adm/CSCOpx/files/rme/cri/archives/syslog/reports/output/[jobID_runID], on Solaris, for example. The structure inside is rather muddy. So it might be easier to have something like a VBscript to screen-scrape the LMS web GUI for the report outputs instead.
>> Can new syslog messages from devices be posted to an RSS feed?
That's a novel idea. Though obviously not from the devices directly, it most likely coud be done through some "syslog2rss" relay residing on the syslog server. I think the potential volumes of logs could be too much for RSS, unless careful filtering/deduplication takes place on the relay before posting to a feed.

Similar Messages

  • How to view the login log in window NPS after login cisco switch and without SQL server database

    how to view the login log in window NPS after login cisco switch and without SQL server database
    in summary 
    there is only log with event id 4400
    A LDAP connection with domain controller XCPAWS20.cyberport.noc for domain NOC2 is established.

    Hi adil,
    For your issue, you can create a custom security token service (STS) and then set up a trust relationship between a SharePoint 2010 farm and the custom STS.
    For more information, you can refer to the articles:
    http://forums.asp.net/t/1335229.aspx?Sharing+Authentication+Ticket+Between+ASP+NET+and+Sharepoint
    https://msdn.microsoft.com/en-us/library/office/ff955607(v=office.14).aspx
    http://www.paraesthesia.com/archive/2011/02/01/working-with-windows-identity-foundation-in-asp-net-mvc.aspx/
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Help, How to view the error log of oracle Job

    Hi all,
    I created a job in my database, which clears the archivelog. After the job is executed, it occurs error.Such as :
    RMAN清理归档日志 1 问题 2010-3-19 下午03时11分00秒 GMT+08:00 PTDB 数据库实例 SYSTEM RMAN 脚本
    How to view the error log of oracle Job?
    Thank you.
    Eric Zhou

    Hello,
    Besides some views (with the scheduler) that you can get on the link below:
    http://download-west.oracle.com/docs/cd/B28359_01/server.111/b28310/scheduse002.htm#CHDGIDFD
    You may use the LOG parameter with RMAN so as to generate a logfile on the server.
    Also from EM DBConsole (starting with 10g) you may have the RMAN Backup Report.
    Hope this help.
    Best regards,
    Jean-Valentin

  • How to view concurrent program LOG from custom FORMs

    Hi,
    How to view concurrent program LOG from custom FORMs?
    Thanks
    ESL

    Hi Thanks for your response....
    lets assume there are 2 buttons, first button to submit concurrent program and second button to view concurrent program output/log.
    Actually im able to submit concurrent program from oracle custom form(6i) in ebusiness(11.5.0.2) i.e first button (WHEN-BUTTON_PRESSED buitin).
    Rather user navigating to VIEW-> REQUEST, i would like to give option to user to view concurrent program output/log when user clicks on second button (WHEN-BUTTON_PRESSED buitin)
    How can i achive this?
    Thanks,
    ESL

  • HOW TO VIEW DATA IN LOG VIEW - PROCESS CHAIN?

    HAI FRIENDS,
    I SIMULTANEOUSLY LOADED DATA INTO ODS AND INFOCUBE....I USED THE PROCESS CHAIN TO LOAD DATA.. BUT AFTER ACTIVATING, I COULD N'T VIEW THE DATA IN THE LOG.AFTER THAT I FOUND OUT DATA IS NOT LOADED INTO THE ODS ..SO I ACTIVATED IT AGAIN.. DID THE PROCESS CHAIN ACTIVATE.. EVEN AFTER THAT I COULD NOT VIEW DATA IN LOG VIEW AND ALSO WHEN I CLICK ON LOAD DATA PROCESS(ODS) NO DATA IS FOUND.. PLS HELP OUT
    WITH REGARDS
    APPU

    Hi,
    Go to the manage screen for that ODS. See teh relevent request and find how many records were transferred and how many added.
    If it is zero added records, then check for any rules.
    Arun
    Assign pts if useful

  • How to view node failover logs

    Hello,
    I have a two node 3.2 cluster. Due to some reason the active node fail over to standby node. Please let me know how to view the time and the reason of fail over in a log file? I checked /var/log/cluster but could not get this info.

    Hi,
    as I said before, nearly all problems with SC can be analyzed using the messages in /var/adm/messages. There are additional SC specific log files in /var/cluster/logs, most notably the commandlog, that tells you which user issued what cluster command. And there are dataservices specific logs in the DS subdirectory. This is sufficient. I do not think that having access to the eventlog will help you any further. I have never used it so far and I am a heavy SC user for 10 years :-)
    Regards
    Hartmut

  • How to view my call log from a month ago

    I have a few numbers that I need from last month and I want to view my call log history from December how do I do that?

    Contact your carrier to download your call history, you might have to log into your provider account to see the details.

  • How to view an AVI file using labVIEW

    hi
    I m working on LAbVIEW 5.1. I want to know how to view an AVI video file in LabVIEW. The image should be displayed on an intensity graph.

    Use Windows media player via ActiveX. Find attached example (it plays an AVI on top of graph area and hides at the end).I attached a screen capture in case you have problems with the converted version of my 6.0 VI. Let me know if it's working.
    Good Luck
    Attachments:
    play_AVI.vi ‏30 KB
    Count16.avi ‏343 KB
    play_AVI.gif ‏15 KB

  • How to view file from vss using java Commandline

    Hi To ALL,
    I wanted to view a file from vss through java code.
    By using the folowing code,i could able to get vss file in to local folder.
    Runtime.getRuntime().exec
    ("cmd /c ss Get $/Mywork/Myfile.java -GLC:/New");
    But i wanted to view file from vss using java code.
    any one please help me..
    Thanks in advance.........

    As always, Google is your friend.
    Follow the bouncing link.
    http://www.google.com/search?hl=en&q=VisualSourceSafe+%2B+Java+API
    PS.

  • How to View Crystal 9 reports using SEAM framework

    Experts,
    I was wondering if there is a tutorial or posts anywhere that would help me, or at least point me in the right direction, to some development ideas on viewing Crystal 9 reports using a SEAM framework.  Any help would be much appreciated.  Thanks.

    Not aware of anything. This is actually the first time I hear of SEAM framework (call me ignorant).
    I suspect posting to the SEAM forum may be an idea. I searched there, but did not find anything at all. Also, reading a bit on SEAM, try to post your query to the Java Development - Crystal Reports forum:
    SAP Crystal Reports, version for Eclipse
    Perhaps they may have something for you to start on.
    CR 9 has been out of support for 3+ years, so no fixes. If you use a supported version of CR, then fixes would only be done if the issue can be reproduced on a supported platform.
    Ludek

  • How to view servlet container log file

    I have just switched to Sun Creator from netbeans. How do I view the log file containing output from "System.err.println( "in Handler" )" in my java code?
    Thanks,
    Werner

    Figured it out.
    To view the Sun JavaTM System Application Server Platform Edition 8.2 log file:
    In the Servers window, right-click the Deployment Server node and choose View Server Log.
    In any text editor, open the log file in the following location: install-directory\SunAppServer8\domains\creator\logs\server.log

  • How to print stacktrace in log using logging

    Hi All ,
                I am using logging in my webdynpro application
    I hv written following java class for logging
    ***************************************java class Starts *******************************
    public class ReferenceApplicationEJBLogger {
         private static final Location LOCATION = Location.getLocation("com.apl");
            private static final Category CATEGORY = Category.getCategory(Category.APPLICATIONS, "Reference Application");
       static{
               LOCATION.setMinimumSeverity(CATEGORY, Severity.INFO);
               LOCATION.setMaximumSeverity(CATEGORY, Severity.ALL);
               CATEGORY.addLog(new FileLog("./log/application/hrhelpdesk/edmProject.%g.trc"));
        public static void logException (Exception eMessage){
               logThrowable(eMessage);
               eMessage.printStackTrace();
             public static void logThrowable (Throwable eMessage){
               CATEGORY.logThrowableT(Severity.WARNING, LOCATION, eMessage.getLocalizedMessage(), eMessage);
        public static void logWarning (String logWarning, Exception eMessage) {
               CATEGORY.warningT(LOCATION, logWarning, new Object[]{eMessage});
             public static void logInfo (String logString){
               CATEGORY.infoT(LOCATION, logString);
             public static void logWarn (String logString){
               CATEGORY.warningT(LOCATION, logString);
    ***********************************Java class ends here **********************************
    and inside my webdynpro applicaiton i have written following code in side catch block
    ReferenceApplicationEJBLogger.logInfo("Error occured in application" );
    log is getting written in to defined locaiton ./log/application/hrhelpdesk/edmProject.%g.trc
    but i also want to print e.printStackTrce() in above mentioned location along with message "Error occured in application".
    How to go about it ? Thnx in advance
    Regards
    Kavita

    Let me understand first, are you looking at printing the complete exception log?
    catch (Exception e) {
              StringWriter sw = new StringWriter();
              PrintWriter pw = new PrintWriter(sw);
              e.printStackTrace(pw);
              System.out.println(sw.toString().toUpperCase());
    Tested, it works.
    Regards,
    Nitin
    Edited by: Nitin Mahajan on May 28, 2009 9:51 PM

  • How to view report execution Log files on RAS Server

    I wish to view the log files that are generated when a crystal report is run. In my application the crystal report is triggered from java application. The report templates are stored on the BO server. The report is executed converted to PDF and then returned back to java app for viewing. I need the execution logs and the activities performed by the server for this report generation.
    1. Where can I find the log file with this information on the server?
    2. Are there any setting required to be made to capture these information ? If yes, where and ho can I make these settings ?
    Thanks in advance.

    Hi Don,
    Thank you very much for your reply. I am fairly new on working on the Admin side and this is my first opportunity to be managing some tasks of this role. I have majorly been a CR report designer.
    The answers to your questions are as below :
    1. The reports are developed using CR 2008.
    2. I have access to the CMC. The product version as specified in the settings tab is Product Version:  12.1.0.882 .
    3. The Dev application programming language is Java(Spring,hibernate etc)
    4. I have access to BusinessObjects Enterpriseu2122 XI Release 2 Administratoru2019s Guide. However I couldnt find anything that can give me report execution information.
    Am I looking at the correct application (CMC) and docs ? If not, what is the correct BO application I should be using to enable  Iogging. In the settings tab, I can however see that Auditing is enabled. Below is the complete information I can see under Properties in the Setting tab of the CMC application.
    Build Date:  2008/09/13:08:31:32  
    Build Number:  882  
    Product Version:  12.1.0.882 ; 
    Data Source:  BOE120:localhost:3306  
    Database Name:  5.0.34-enterprise-nt  
    Database User Name:  sa  
    Auditing:  Enabled  
    I  am really confused and require your urgent help.
    Thanks
    Malvika

  • How to view an .xls document using Swing

    Hi folks,
    I'd like to view an .xls document in the same format as in Microsoft Excel. How can i accomplish this using jdk1.5 (swing).
    I've gone through JExcel doc but dont know how to use it. I appreciate if u guys provide an example...
    Thanks in advance....

    Dear Cotton.m,
    4 ur info im not reinventing the wheel...
    My requirement is like this.. In my app i have to give an option to import recipient no's to JList from an .xls file.I've already achieved this in previous version of my appln by a condition that recipient no's should start from A1 to end of that column. But im trying to update it, by allowing the user to view the .xls file and select the no's of his choice(from any row r col)... I hope u understand
    If u can help me then pls..

  • How to view live webcam that use windows media player and java

    I am new to iphone and I have two live webcams that I like to go to and can't get either one on my iphone 3gs. www.ruidoso.net, view live webcam link and www.skiapache.com live webcam link. How can I get to them?? oram I just out of luck.

    You've got to remember that, as powerful as the iPhone is, it's not a desktop computer. So certain things that have been designed for desktop computers may not work the same or at all. The owners of those websites probably never considered anyone wanting to view them on a phone.
    The first webcam you can view on your iPhone by going to http://www.ruidosowebcam.com/camera0.jpg and manually refreshing the page to update the view. (The Java applet just refreshes the page, something they could easily have done in JavaScript for increased compatibility).
    The second one I can't help with, as that one doesn't even work on my desktop computer, but WMV is a proprietary video format from Microsoft, which the iPhone doesn't play. You'd have to ask the website owners to use a more industry standard video format that the iPhone can play.

Maybe you are looking for

  • Move unfinished imovie from one mac to another?

    i have an unfinished imovie on a friends mac. can i save the unfinished imovie on a usb drive, then open it on another mac (exactly the same version as the current one) and continue editing/adding to my imovie?

  • I can no longer play songs on iTunes using Win 8 PC

    When I click to play a song from iTunes on my Windows 8 PC it just appears to hang.  I can no longer preview songs from the iTunes Store either, no sound comes out and the bar stays on 0:00.  This was working fine in the past, not sure what changed. 

  • KDE 4.6.5 akonadi_agent_launcher segfault

    I'm just upgrading my kde. Now, on each startup session, I have lots of messages like that in the kernel.log : Jul 8 21:34:39 localhost kernel: [ 2464.809535] akonadi_agent_l[15714]: segfault at 0 ip b6c46a5b sp bfd4e6d0 error 4 in libQtCore.so.4.7.3

  • JPA - the container - persistence.xml file

    Hi, I'm just starting out with JPA so these are basic questions. Firstly, this is what I've done: 1) Created JPA entities from tables 2) I've used JDeveloper to create a Java Service Facade using the wizards. 3) Created a persistence unit and added t

  • Cannot drag files to the ext.drive

    bought a ext.drive for back up, it is an My Passport 1TB if I drag or copie and paste any file or photo to the ext. drive and delete it from my computer it will then also delete it from the ext.drive hope some one can help, returned 1 ext.drive alrea