Snmp_trapsend and source

we need to test out some adapters to monitor veritas clusters' posting with snmp into tivoli.
we're trying to identify a bug in either snmp_trapsend or tivoli's snmp receiver.
we seem to only be able to send one trap, yet the veritas manager can send several traps.
is it possible to have the source, for internal use, or an example bit of code so we can post multiple snmp oid's?

This maybe a function in your monitoring system.  You system is discovering all 10 vlans on your switch and there maybe a way you can uncheck the other 9 vlans, so they don't get discovered.
HTH

Similar Messages

  • Open Interface for Approved Supplier Lists and Sourcing Rules

    Hi All,
    Is there an open interface or an API available for Appeoved Supplier Lists and Sourcing Rules.
    Thanks and Regards,
    MPH

    Hi sandeep,
    I prefer to use the API mentioned.
    However this is in Oracle Manufactirung and we dont use that module instead I want to define them in Oracle Purchasing.
    can I still do it in Purchasing using the same API.
    Further as per the document there are 3 entities
    01) Sourcing Rule/Bill of Distribution
    02) Receiving Organization
    03) Shipping Organization
    Do I need to define all 3 in order to make it work?
    Thanks and Regards,
    MPH

  • How to create list of a View's column names and source

    Using SQL 2005, 2008, and 2012
    How to create list of a View's column names and source. For the following example would like to @Print something like the following.  Does anyone already have some code to do this? I realize there are probably some gotchas, but the views that I am looking
    at to use this follows the code snippet pattern below.
    DBACCT.[Account Number]
    dbo.ConvertDate(DBACDT). [Boarding Date]
    DBXES.DBXES
    CREATE VIEW [dbo].[v_ods_DBAL]
    AS
    SELECT DBACCT AS [Account Number], dbo.ConvertDate(DBACDT) AS [Boarding Date], DBXES
    FROM dbo.ods_DBAL

    The column information can be obtained from INFORMATION_SCHEMA.COLUMNS view using logic like below
    SELECT c.COLUMN_NAME,c.DATA_TYPE
    FROM INFORMATION_SCHEMA.COLUMNS c
    WHERE EXISTS (SELECT 1
    FROM INFORMATION_SCHEMA.TABLES
    WHERE TABLE_NAME = c.TABLE_NAME
    AND TABLE_TYPE='VIEW')
    http://technet.microsoft.com/en-us/library/ms188348.aspx
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • BRFplus and creation of info record and source list

    Hi there.
    I would like to use BRFplus to fill out MM values and after that automaticly create info record and source list for this MM record. The first step is ok, but creating IR and Sourcelist I am not sure. What is the best way to do so?
    -> Calling FM? If so how should I use the Result Data Object and Dispatcher field in BRFplus?
    Thanks in advance.
    Per Zanchetta

    Hi,
    Yes could call FM using BRF+ Procedure Call-Function Module. And map the exporting parameter (results of FM) to BRF+ ruleset parameter and do the further processing.
    When you assign FM name then in below container UI you can add all required parameters using "Add Parameter" button.
    regards Tiwari

  • [Solved] sqlite3: SQLite header and source version mismatch

    Is anyone else getting this error?
    $ sqlite3
    SQLite header and source version mismatch
    2009-09-11 14:05:07 b084828a771ec40be85f07c590ca99de4f6c24ee
    2012-03-20 11:35:50 00bb9c9ce4f465e6ac321ced2a9d0062dc364669
    I just performed a full system upgrade
    $ pacman -Syyu
    I tried re-installing:
    $ pacman -Rdd sqlite3
    $ pacman -S sqlite3
    I tried updating the shared library links (as suggested by a post):
    $ ldconfig
    None of the above steps helped...
    $ pacman -Qs sqlite3
    local/sqlite3 3.7.11-1
    A C library that implements an SQL database engine
    $ uname -a
    Linux mdt3 3.2.13-1-ARCH #1 SMP PREEMPT Sat Mar 24 09:10:39 CET 2012 x86_64 AMD Opteron(tm) Processor 6128 AuthenticAMD GNU/Linux
    Last edited by rWarrior (2012-04-25 21:03:38)

    Hi,
    I've got the same problem...
    SQLite header and source version mismatch
    2011-06-23 19:49:22 4374b7e83ea0a3fbc3691f9c0c936272862f32f2
    2012-03-20 11:35:50 00bb9c9ce4f465e6ac321ced2a9d0062dc364669
    Can u tell me how to fix it? This occured when I've unpacked sqlite-autoconf-3071100.tar.gz, entered into unpacked directory with terminal and used commands:
    ./configure
    make
    sudo make install
    sqlite3
    As u've said before the problem is with libsqlite3.so... So i've searched it in File System. And the result is:
    One file with name libsqlite3.so - /usr/local/lib
    Two files with name libsqlite3.so.0 One is here - /usr/local/lib and another here - /usr/lib/i386-linux-gnu
    Two files with name libsqlite3.so.0.8.6 One is here - /usr/local/lib and another here - /usr/lib/i386-linux-gnu
    So... can u tell me which one to delete (in which folder)? What to do next? I am newbie... so if it's possible tell in little steps.
    Thanks in advance.
    Best wishes,
    Teddy.
    Last edited by TeddyRO (2012-04-27 19:57:18)

  • Configuring Doc Path (and Source Path) for default JDeveloper library

    hi
    Sometimes a default JDeveloper library as no Doc Path (or Source Path) configured.
    Adding a project library with only a Doc Path (or/and Source Path) configured (so no Class Path) can make the relevant API documentation more easily available in JDeveloper,
    see http://www.consideringred.com/files/oracle/img/2011/library-doc-path-20110529.png
    - (q1) Why has the "WebLogic 10.3 Remote-Client" library no Doc Path configured by default?
    - (q2) Are somehow/somewhere source files available (maybe only of "API related"/non-implementation classes) for the "WebLogic 10.3 Remote-Client" library, so these can be configured in a library Source Path, to make the API documentation even more easily accessible in JDeveloper?
    many thanks
    Jan Vervecken

    Thanks for your reply John.
    John Stegeman wrote:
    ... At least some of the classes' javadocs are [url http://download.oracle.com/docs/cd/E21764_01/apirefs.1111/e13941/toc.htm]here ...
    As I write in my initial post, I am able to add a project library with only a Doc Path configured (as shown in library-doc-path-20110529.png),
    to "Oracle Fusion Middleware Oracle WebLogic Server MBean Javadoc 11g Release 1 (10.3.5) Part Number E13945-05 "
    at http://download.oracle.com/docs/cd/E21764_01/apirefs.1111/e13945/
    So, questions (q1) about a default Doc Path configuration and question (q2) about source files (similar to ADF) remain.
    regards
    Jan

  • Program and source monitors freeze go black

    My program and source monitors freeze, then go black and eventually white but audio keeps playing. My reference monitor keeps updating like it can see the video.
    I'm useing PP CC. Updated my video driver, but it still happens.
    No problems with any other video playing app.
    This is what happened when I tried to re-size the monitor.
    Update: monitors work with CUDA off. GTX 460 1gb

    As a footnote, I opened the project on my laptop (newer CPU and video card) in PP CC and it plays perfectly. My laptop has 3GB video RAM and the desktop has only 1GB. I wonder if that could be the problem. There were some big stills, maybe CC needs more video RAM?

  • Standard report which gives Record count of ODS, Cube and Source system.

    Hi-
    Is there any standard report which gives the record count of ODS, Cube and Source system?
    or
    If any one has ABAP program which takes care of record count pls let me know.
    Thanks in advance

    I don't understand. You need to check the data loads. What for do you want a list of ODS, Cubes and sources systems?
    You can use messages from process chains to monitor the data loads.
    You can also use an abap program inside teh process chains to save data into a table and then an abap report to see if everything went OK.
    But, thinking again, you may be able to use BW statistics to get some of the information you need. Check the help for BW statistics, it might give you an idea of what you can do.
    Regards,
    Diego

  • Info record and source list

    Hi
    We have two info records for one material and source list is not being maintained.
    What will be the implications in this scenario??
    Regards
    Chitra

    Hi,
    If two info. record exists and none of them are marked a fixed vendor, then at the time of PR creation you will be offered two sources for the material and you will have to manually choose one source.
    Hope this clears your doubt.
    Thanks,
    Reetesh

  • Info record and source list mandatory for PO creation?

    Hi Gurus,
    Client wants to make Info record and source list mandatory for PO creation?
    If Inforec and source list not available for that material, then user can't able to create PO.
    How can I achieve this requirement?
    Any user exit available?
    pls help..

    Hi ,
    SproMM-Purchasing -Source ListDefine Source List Requirement at Plant Level
    If u mark the indicator then the Source list is mandatory for all the materials procured.
    If u want for a speciic material , mark it in purchasing view of Material Master.
    Inorder to create a source list , inforecord is mandatory -- this is by default Standard SAP .
    Regards
    Ramesh Ch

  • Log connection attempts and source IP address for connections that fail/timeout on RADIUS

    How can I log the connection attempts and source IP address for connections that fail RADIUS authentication?  I'm using RD Gateway on 2012 R2 in conjunction with Azure Multi-Factor Authentication Server on another 2012 R2 server.  When a user fails
    multifactor authentication or the authentication times out, all I get is Security event 6273 on the RD Gateway that the radius server did not process the request, and only the radius server's IP is logged.  There's nothing logged in TerminalServices-Gateway\Operational
    because the TS Gateway hasn't yet processed the connection attempt (all auditing options for RD Gateway are enabled).  The MFA/Radius Server is only logging the connection from the TSGateway - it doesn't know the original client's IP address.
    I'm looking for the equivalent of an IIS log - somewhere the RD Gateway should log the initial HTTPS connection attempt and the source IP address of the client.  I need to be able to track down potentially fraudulent login attempts. 

    Hi,
    Thank you for your posting in Windows Server Forum.
    This error might be caused by one of the following conditions:
    •  The user does not have valid credentials
    •  The connection method is not allowed by network policy
    •  The network access server is under attack
    •  NPS does not have access to the user account database on the domain controller
    •  NPS log files or the SQL Server database are not available
    To perform these procedures, you must be a member of Domain Admins.
    Please check for more information:
    Event ID 6273 — NPS Authentication Status
    http://technet.microsoft.com/en-us/library/cc735399(v=ws.10).aspx
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • There is no PSA for InfoSource 8ZCCA_O09 and source system BWPCLNT800 RSAOD

    Hi All:
    We make a Heterogeneous system copy of BW 3.5. from Solaris 9-Oracle 9i to AIX 3.5-Oracle 9i.
    We must have to rename the Logical System Name and during the Functional Testing the users configured the conections again in RSA1 transaction, then they start the
    testing phase but get the next error in the Monitor-Administrator Workbench:
    "@5C@ 28.02.2008 19:59:31 There is no PSA for InfoSource
    8ZCCA_O09 and source system BWPCLNT800 RSAODS 203"
    We can see that the errors refers to the old (BWPCLNT800) Logical
    System Name; during the configuration of the RSA1 they renamed the
    Logical System Name of the BW System to BWNIUSA800.
    We found the SAP Note 518426 but we are not sure about if we can
    execute it without affecting the system or the configuration.
    Some one Can help us ?.
    Best Regards
    Reynaldo Rebolledo.

    Hi Reynaldo,
    this forum here is related to SAP NetWeaver Master Data Management. Your question seems to be related to SAP BI. Please raise your question in the [BI Forum|/community [original link is broken];, because I do not think that you'll find the experts to answer your question here.
    BR Michael

  • How to identify the source column and source table for a measure

    Does anyone have a query that I can use to positively identify the source column and source table for a cube measure in an SSAS cube?  Visual Studio shows ID, Name, and Source, but it is nearly worthless in a large cube and database.
    Also - the same for a dimension would be great.
    If no query exists for this, can someone please explain how to find the source column/table for a measure and for a dimension?
    Thanks.

    DMVs don’t expose the DataSourceView content. AMO is much better suited for object model operations like
    this than the DMVs. PowerShell is also sometimes an option, but in this case C# code would be much easier because analyzing the contents of the DataSourceView is much easier using the .Net DataSet class.
    Hope this helps.
    Reeves
    Denver, CO

  • No PSA for Infosource X and source system Y. Here Y is the flat file source

    Hi,
    We are facing an issue while transporting from dev s/m to quality. There is no PSA for Infosource X and source system Y. Here Y is the flat file source system this issue we are getting while transporting transfer rules.We are checked in OSS notes 518426. Its not helpful.
    Thanks
    Manjula

    Hi
    Try RS_TRANSTRU_ACTIVATE_ALL (SE38).
    You may also check SAP Note 861890 - ODS tables disappear during the upgrade -
    and activate all ODS Objects before the upgrade and run the program RSDG_ODSO_ACTIVATE.
    also that with Stack 14 an extended version of this program is available together with the
    Program RSUPGRCHECK. If errors occurs, consult also SAP Note 518426 and run transaction
    RSSGPCLA for the regeneration of the RSDRO_* Objects.
    Recheck whether you have Exported with correct parameters or not -- Try to Re Export the Same with all necessary objects .
    Try Note 524554 and 325525 also
    Hope it helps and clear

  • EDL vid track and source file questions..

    Can some one confirm and advise on this please.
    PPRO can only export an EDL from a single Video Track ( you can choose which one).
    Odd thing is that it recognises Vid 1 and Vid 2 as a single video track ( maybe a hangover from early iterations of PPRO when it was an A/B style timeline)
    How does one suggest exporting EDLs from a sequence with multiple Vid tracks?     ( I am thinking I will have to collapse everything to Vid 1 & 2  but that is so inconvenient and complex... and I have 15 sequences to do).
    Heres the next little EDL gottcha...( well it got-me) anyway
    I shot AVCCAM (avchd)  to a different card each day.  ( This is a Caution to anyone using AVCHD)
    Unlike the elegant P2 file unique name protocol...I  now have  source file names that are identical  eg 00001.mts, 00002.mts, 00003.mts  ....in the same project
    (AVCHD resets the .name clock.!!!)
    Easily managed in my NLE system ( Rushes 1 and Rushes 2 source Folders)  no issue there... but it will get real interesting when I have to output edl and source files for Da Vinci Resolve and Flame Suite (next week).
    Any ideas guys...

    I have never worked with EDL, but two questions/wild-shots-in-the-dark:
    - Export an EDL from each track, and then combine the EDL's in the target app?
    - Nesting, is that possible? (nest a multi-track sequence into a new one-track, and export an EDL from that)
    Probably you see that I don't do to much broadcast work, so please excuse me if I'm way off...
    Dag

Maybe you are looking for

  • How do you get the app store to work again?

    My older child disabled the app store for his younger brother using som pass code...that he does not remember. This ipad is connected through my itunes account. What can I do to make it so that he can purchase apps again if I don't know the passcode?

  • Help with moving hard drives

    Hi all, I'm having an issue. My iTunes library is spread across 2 external hard drives, because it's too large to fit on one. Today, after OS X hard crashed, one of the disks is reporting that Disk Utility is 'unable to repair' the disk and that I sh

  • Where is the option to deselect a debit card from the payment options menu?

    Okay, so i had made a purchase wiht my Visa Debit Gift Card about a month ago. I knew my balance was low on my card (about $0.91). With that in mind and knowing the exact balance i had gone a made a purchase. Now, however, the itunes on my comupter s

  • Wet iPhone/ Hard Reset

    My iPhone got wet on Thursday, from then on the sound wouldn't work other than calls, text tones, lock/unlock sounds, and keypad sounds didn't work at all. Then today it told me my phone has to be restored because i can't make or receive calls now. I

  • Project very slow to restore broken links

    Good morning! I have 12 RH projects that I work on weekly. A lot of updates come from Word files and over the course of the week the .cpd file in most of them gets large. So I rename it and rebuild it launching the .xpj file. I often end up with a nu