Generate SNMP Traps report from LMS database

Hi Experts,
Just wondering how LMS handle all SNMP traps received by LMS? Are the traps keep into a database on the server? Is there a way to extract them out as a report?
Regards,
Yi Shyuan

Hello,
Thank you for your answer, unfortunately this isn't what I was looking for.
My idea was to generate fake-positives traps to test efficiently our NMS station.
Traps that I would like to tests would be Temperature, Fan, Board.
I found that chaning the yellow level of the temp sensor to the lower threshold can provide some start point, but I would like to ensure when a real event arrives that my NMS will react accordingly.
Thanks

Similar Messages

  • I wish to generate reports from the database an out put it but i need to enter a date from and to ina  html input box

    i wish to generate reports from the database an out put it
    but i need to enter a date from and to ina html input box
    in the input box a data of range will be input from a start
    to latest
    latest being the default as today's date.
    any help tips snipplets, concepts , turot=rails.
    thanks

    easycfm.com has tutorials for people who are brand new.
    If you don't know much about sql, I have heard good things
    about the book, Teach Yourself SQL in 10 Minutes by Ben
    Forta.

  • Generate XML report from the database and send EMail - BPEL 10g

    Hello,
    I was looking for the solution to generate XML report with the values from databaseadapter (select result from any table ) this result can be hundred's of records.
    so I have to generate the xml report from the result I received from DBADapter and send an email with that XML. I am stuck with how to generate XML ? Can any one please help me.
    Thank you very much

    Hello,
    I was looking for the solution to generate XML report with the values from databaseadapter (select result from any table ) this result can be hundred's of records.
    so I have to generate the xml report from the result I received from DBADapter and send an email with that XML. I am stuck with how to generate XML ? Can any one please help me.
    Thank you very much

  • How can I Generate two different reports from single execution of Test cases in NI teststand

    Hi,
    My requirement is to generate two different reports from NI teststand. One for the Logging of error descriptions and the other report is by default generated by the Teststand. How can i generate a txt file that contains error descriptions other than that mentioned in the default report?
    Solved!
    Go to Solution.

    Do you need to do that just for these two sequences but not for other sequences? I don't see a problem to use SequenceFilePostStepRuntimeError. Create this callback in both sequence files and configure them to log into the same file. SequenceFilePostStepRuntimeError callback is called after each step of the sequence file if it has runtime error. You can access the calling step error information via RunState.Caller.Step.Result.Error property. Take a look to attached example.
    The "other way" is useful if you need to log errors not for every step of the sequence file, but for some of them. This is more complex, because you need to create a custom step types for these steps. For the custom step you can create substeps (post-step in your case) which will be executed every time after step of this type executed. Then, this is you job to determine if error happened in the step, acces to step's error information is via Step.Result.Error property. 
    Also, be aware that step's post-expression is not executed in case of error in the step.
    Sergey Kolbunov
    CLA, CTD
    Attachments:
    SequenceFilePostStepRuntimeError_Demo.seq ‏7 KB

  • How to generate XML Publisher report from PLSQL Stored Procedure in APPS

    Hi,
    I have concurrent program of type PLSQL Stored procedure.I need to generate XML Publisher report from the same.I have changed the output of the concurrent program as "XML" but when I tried running it,the XML tags are not generated.Due to this I am unable to create the template.Its a urgent issue.
    Please help me out .
    Thanks in advance.
    Kaveri

    Hi Kaveri
    Sadly there is nothing magic about that output field. The only program type that you can flip it to XML and then magically get XML is for Oracle Reports. For plsql you will need to recode the plsql to generate XML rather than text that you have now.
    You have some options, best option first:
    1. Move the sql to a data template - check the user guide and blog for help or
    2. Use SQL XML or XMLGEN (not great for large datasets) or
    3. Use dbms_output.put_line and write the XML file manually - not performant at all
    Regards, Tim

  • Generating an Entity Bean from a Database Table

    I am following the tutorial "How Do I: Generate an Entity Bean from a Database
    Table?" and in that process doing the "Configuring a Data Source". This is the
    message I get when I configure a data source per the tutorial and click OK. This
    data source exists and the information is correct that I have supplied.
    Do I need to put the MS jars somewhere to enable this?
    See attached file

    I've just figured it out. An input source also takes a Reader in its constructor. I was thinking that it only took an InputStream, and as the Serializer requires you to set a Writer on it, I was finding it impossible to convert between bytes and chars. Now, I have simply set a blank CharArrayWriter on the Serializer, got a char[] from it once the Serializer has written the Document to the stream, and then constructed a CharArrayReader with this char[]. It works fine now. Not that anyone read the problem anyway cos I solved it a few minutes after I posted it. Considering it first cropped up about 4 months ago and it has been niggling ever since, I am pleased!

  • How to run report from other database

    hi,
    i have an application running on oracle 10g forms (many forms & reports),i want to run a report from other database using a form,it should be run on this application & same report server. so if it is possible so tell me how can i do this ?
    thxs

    If you have another Oracle database you can use the following command to create a link to it from the one you are currently logged into
    CREATE PUBLIC DATABASE LINK my_db_link
    CONNECT TO other_oracledb_usernane IDENTIFIED BY other_oracledb_password
    USING 'remote_oracledb_name';
    When you issue this command the 'remote_oracledb_name' must exist in your TNSNAMES.ORA file so that the remote database can be 'found'
    If this is still not enough info I would suggest that you talk to someone on your DBA team to help set up the link.
    Mark

  • Generate two xml reports from same execution

    I need to generate a summary report and detail report from the same execution.
    Detail report will record all the steps marked as Record result
    Summary report to record only the steps that are of type Pass/Fail, Numeric Limit Test, MultiNumeric Limit Test and String test.
    So far I have been able to generate two detail report from same execution and can save each report in separate folder.
    How to get the data for summary versus detail report from the running sequence?
    CLD,CTD
    Solved!
    Go to Solution.
    Attachments:
    ReportFolders.JPG ‏115 KB

    Thanks for the approach. 
    I have created a sequence which recursively looks through the Parameters.MainSequenceResults and if StepType is one of the Test Types then displays in summary report. 
    On the summary report I also wanted to get the name of the subsequcenCall if that subsequence call contained a valid TestType for summary report. For example if subsequenceCall step has a Action and String type. I wanted it to display as shown in Image1.jpg below. Currently it displays as shown in Image2.jpg.
    Attached is the recursive sequence that I am using. 
    CLD,CTD
    Attachments:
    GenerateSummaryReport.seq ‏8 KB
    Image1.jpg ‏35 KB
    Image2.JPG ‏140 KB

  • How to generate .SQL format file from oracle database?

    How to generate .SQL format file from oracle database?
    I have a database of Oracle 8.1.6,now want to generate script file (including table structure,index,etc.) from it,What should I do?
    Thanks.

    Your question pertains to the Database Export/Import. This forum exclusively focusses on the export/import utilities that come along with "Oracle Portal" which is a web-based tool. Could you please post your question under the RDBMS export/import or migration forum.

  • Core switches experience High CPU while generating syslog report from LMS

    Hi Everyone,
    Are there anyone who experience that the CPU utilization of some devices went up while generating a report from RME. Basing from other monitoring tool SNMP is taking up a huge cpu process. Any idea why this happened considering that the report is generated daily but only on one instance it caused the core switches to be paralyze due to high cpu. Changing the SNMP community string is the immediate action that resolve the issue to disconnect it from LMS.
    BTW, this is LMS 2.6.
    Thank you.

    The problem did not reoccurred any more. When I checked on the Syslogcollector.log it appeared that it is unable to subscribe. I assumed that the reason why snmp packets were flooded during the time that it they experience high cpu is because the client is generating syslog report for all devices while the syslog collector is not subscribe. Is this possible?
    Thanks

  • Problem with Generating SNMP traps from Windows Events

    Hi Supporter, 
    I configured some events to be translated to traps using evntwin for Service Control Manager and Local Session Manager events. But I just got traps from Service Control Manager event. There is no Local Session Manager events are generated. I checked
    with Event Viewer that events are created. Do you have any idea to fix my problem?
    Thank you!
    Here is my config file from evntwin:
    #pragma add "System" "Microsoft-Windows-TerminalServices-LocalSessionManager" 2952790037 1 0
    #pragma add "System" "Microsoft-Windows-TerminalServices-LocalSessionManager" 2952790039 1 0
    #pragma add "System" "Microsoft-Windows-TerminalServices-LocalSessionManager" 2952790040 1 0
    #pragma add "System" "Microsoft-Windows-TerminalServices-LocalSessionManager" 2952790041 1 0
    #pragma add "System" "Service Control Manager" 1073748864 1 0

    #pragma ADD<EventLogFile> <EventSource> <EventID> [<Count> [<Period>]]
    The parameter EventSource specifies the application that generates the event.
    those maybe helpful...
    http://www.questiondriven.com/2012/03/08/windows-server-20032008-event-log-snmp-traps/
    http://www.networkcircus.com/articles/20050715.html
    Best,
    Howtodo

  • Can Ops Center forward or generate SNMP traps?

    It's not clear to me what the enterprise controller for Ops Center 11g can do with SNMP traps. The Advanced User Guide says the EC can use "SNMP to discover assets" but that's about the most useful bit of information I can find. Can the EC receive and act on traps from agent hosts? Can it generate its own traps and send them on to a different managment host? If the EC can't do this by default, has anyone tried using any scripts?
    Thanks,

    the last answer I received was to use the plugin with Oracle enterprise manager grid control / cloud control.
    what they didn't say, but it is in the documentation, is that only critical events are shared between ops center and oem. Yes you can see the database targets in ops center, and you can see the infrastructure targets in oem, but notification wise, only criticals. An of course you need to install both the OEM and the ops center agent on the target/asset. I have found that the plugin for ops center 12c and oem 12c doesn't actually send through any information at all, it will probably be fixed in update 1, but who knows.
    There is a 3rd party product, Halcyon, that can apparently integrate with ops center. I think they wrote an api.

  • How to generate a single report  using multiple Databases

    Hi All
    Is it possible to create a single report using multiple databases
    I am working on Database A to generate reports usually,, but now i have a second database for which the data is coming from flat files now i have to use few tables from
    Database B to generate a single report,,,,, can any one help with the process

    Hi,
    i didn't see this properly in your post:
    but now i have a second database for which the data is coming from flat files if you have ETL then make flat files as source then create target tables in db:B itself.. .Now, import them in the rpd..
    If not, import both those tables into rpd with different connections..
    Create physical joins by selecting those tables and perform joins operations over db's in physical layer..

  • SNMP Walk Issue from LMS

    Hello Experts,
    I tried SNMP walk from LMS for below OIDS  but getting the error as attached..
    MIB Name :- c2900PortDuplexState
    OID's : 1.3.6.1.4.1.9.9.87.1.4.1.1.31
    1.3.6.1.4.1.9.9.87.1.4.1.1.32
    But while i do with OID 1.3.6.1.4.1.9.5.1.4.1.1.10 its showing the results.
    My requirement is the pull the current negotiated Duplex status of interfaces, but with the OID 1.3.6.1.4.1.9.5.1.4.1.1.10 its only showing the configured values [ Auto , full or Half] not the negotiated duplex status if the port is in auto state. Please suggest.
    Regards
    Deben

    Topping up on Rolf's from cisco Object Navigator:
    Object
    c2900PortDuplexState
    OID
    1.3.6.1.4.1.9.9.87.1.4.1.1.31
    Type
    INTEGER
    Permission
    read-write
    Status
    current
    Values
    1 : fullduplex
    2 : halfduplex
    3 : autoNegotiate
    MIB
    CISCO-C2900-MIB ;   -   View Supporting Images
    Description
    "Set to fullduplex(1) to operate in full duplex mode, port
    will allow simultaneous transmit and receive which can
    double its bandwidth.
    Set to halfduplex(2) to operate in half duplex mode.
    Set to autoNegotiate(3) to allow the switch to negoti-
    ate with the other end of the connection.
    The status of duplex mode on a port is available with
    c2900PortDuplexStatus object."
    Object
    c2900PortDuplexStatus
    OID
    1.3.6.1.4.1.9.9.87.1.4.1.1.32
    Type
    INTEGER
    Permission
    read-only
    Status
    current
    Values
    1 : fullduplex
    2 : halfduplex
    MIB
    CISCO-C2900-MIB ;   -   View Supporting Images
    Description
    "The status of duplex mode on this port.
    When linkbeat is not present, halfduplex is always
    reported.
    When linkbeat is present, the result of full duplex
    auto-negotiation is reported if c2900PortDuplexState is
    set to auto-negotiate, otherwise it reports fullduplex
    if c2900PortDuplexState is set to fullduplex or
    halfduplex if c2900PortDuplexState is set to
    halfduplex."
    Object
    portDuplex
    OID
    1.3.6.1.4.1.9.5.1.4.1.1.10
    Type
    INTEGER
    Permission
    read-write
    Status
    current
    Values
    1 : half
    2 : full
    3 : disagree
    4 : auto
    MIB
    CISCO-STACK-MIB ;   -   View Supporting Images
    Description
    "Indicates whether the port is operating in half-
    duplex, full-duplex, disagree or auto negotiation
    mode. If the port could not agree with the far end
    on port duplex, the port will be in disagree(3)
    mode."
    Object
    dot3StatsDuplexStatus
    OID
    1.3.6.1.2.1.10.7.2.1.19
    Type
    INTEGER
    Permission
    read-only
    Status
    current
    Values
    1 : unknown
    2 : halfDuplex
    3 : fullDuplex
    MIB
    EtherLike-MIB ;   -   View Supporting Images
    Description
    "The current mode of operation of the MAC
    entity. 'unknown' indicates that the current
    duplex mode could not be determined.
    Management control of the duplex mode is
    accomplished through the MAU MIB. When
    an interface does not support autonegotiation,
    or when autonegotiation is not enabled, the
    duplex mode is controlled using
    ifMauDefaultType. When autonegotiation is
    supported and enabled, duplex mode is controlled
    using ifMauAutoNegAdvertisedBits. In either
    case, the currently operating duplex mode is
    reflected both in this object and in ifMauType.
    Note that this object provides redundant
    information with ifMauType. Normally, redundant
    objects are discouraged. However, in this
    instance, it allows a management application to
    determine the duplex status of an interface
    without having to know every possible value of
    ifMauType. This was felt to be sufficiently
    valuable to justify the redundancy."
    -Thanks

  • How to generate a MSDS report from status GP (Generation possible) to RE

    Hi EHS Goeroes,
    I'm struggling with the Generation of the MSDS. I have done the following procedure and settings:
    a) Create MSDS report (CG42)
    b) Edit Generation Variant (CG2B)
    Settings:
    (I have assigned my template to the Generation Variant)
    Generate manual request automatically: marked
    Change Marks: 0
    Initial release status: RE (released)
    Version requirement: unmarked
    Set historical automatically: unmarked
    c) EHS > Specification Workbench > Report from Template (to test the design - display is correct and all phrases can be found)
    d) EHS > Specification Workbench > Create new report
    (report has been created succesfully and appears in Report Management).
    e) EHS > Specification Workbench > Report Management:
    MSDS_29 Material Safety Data Sheet for China World
    Chinese Not Relevant Generation Poss. => generation possible.
    Feedback affter clicking on Accept: You tried to carry out action 'Accept' on a report with status GP. However, this action is not allowed for reports with this status.
    Feedback after clicking on Generate: You tried to carry out action 'Generate' on a report with status GP. However, this action is not allowed for reports with this status.
    d) SE38 I have no jobs scheduled yet, so I run the following two programs to start the worklist manually, RC1AVGE1 and RC1AVGE2.
    RC1AVGE1 - gave allot of feedback information regarding to changes and so on (first time I run it).
    RC1AVGE2 - feedback: EHS: 'Worklist Generation for Reports - Selection for Check. - 0 reports to be checked were found'
    From my understanding program RC1AVGE2 - should generate the MSDS.
    e) WWI - monitor display (CG5Z):
    100 @03\QNo background processes in client@ 5 SBR WWI-00000000000000000002 FREE RMDERKS
    110 @03\QNo background processes in client@ 5 SBR WWI-00000000000000000063 FREE A132645
    xxx SV001 @5B\QWWI server is active@ @02\QNo background processes on WWI server@
    xxx SV003 @5C\QWWI server is inactive@ @02\QNo background processes on WWI server@
    I checked if I had any jobs running in the background or has been finished, but it seems like it goes wrong here, the system does not generate a job for the generation of the MSDS_29. To be able to get the status of MSDS_29 to RE (Released).
    Does anybody has an idea what I do wrong, or which settings might be incorrect? Futhermore, what are the further steps to issue the report in the SD module - report shipping?
    Help is much appreciated!
    Roy Derks

    Hi Roy,
    Check and activate the QWWI server for the second job wwi - 110. Try once to generate the MSDS.
    I will revert back if i get information.
    regards,
    mahesh.

Maybe you are looking for