Enabling SNMP

Hi guys, i'm having some problems finding a way to enable SNMP agent so I can collect the alarms on another platform. I'm running Oracle Database 11gR2.
I just need to know where to beggin (i've been reading alot and i'm still lost), like what agent do i need to start (master agent and subagent) and where can i find them. Because I don't understand really well the way this agents work.
For what I now, every Oracle product has a sub-agent that communicates with the master agent (that is unique on that machine) and this master agent is responsible for the communication with OEM platforms, is this right?.
Now after installing Oracle Database with Enterprise Manager, what do i need to install send SNMP traps to another platform like Cacti or OpenNMS.
I'd really appreciate your help guys.

So far I have configured the following in the Enterprise Manager Database Control:
- Setup -> Notification Methods - > Add SNMP Trap -> configured the SNMP trap to my Management Equipment.
TEST:
- Made a successful test (clicked on 'Test SNMP Trap' button and received a trap on my management node).
So far so good...then:
- Preferences -> Notification Rules -> Edited all the existing Rules to use the created Notification Method.
TEST:
- Try do shutdown the database and Listner to see if I receive any trap..... nothing happened, didn't receive any trap.
Then I started the Database and still nothing happened, just when I initiated the Listner I received a trap saying the Listner was down and the database was down too... this is really strange, I only receive the alarm after I fix everything, and this is not desirable :)

Similar Messages

  • How can i enable snmp V1/V2 in MAC OS 10.8.2

    How can i enable snmp V1/V2 in MAC OS 10.8.2 . Please help me out ,  I am unable to enable snmp agent or client in MAC OS.

    First edit /etc/snmp/snmpd.conf as applicable. Then:
    sudo launchctl load -w /System/Library/LaunchDaemons/org.net-snmp.snmpd.plist

  • Enabling SNMP on HA secondary Server

    Hi All,
    I would like to enable SNMP on my HA secondary server.
    When I set the SNMP string and tick the apply on all nodes box,  it does not get applied to the secondary server.
    I was just wondering if this is something to do with it being the secondary server.
    Is it OK to logon the secondary server in serviceability and just set it up there or would this cause problems between the primary and secondary server.
    Sorry for the newbie question, but I have not used servers in HA mode before.
    thanks for any help
    Regards
    Amanda Lalli-Cafini

    /etc/snmp/conf is the config directory for snmp all you have to do is add the snmp startup into your rc3.d directory.
    This is what mine looks like.
    #!/sbin/sh
    # Copyright (c) 1997-2001 by Sun Microsystems, Inc.
    # All rights reserved.
    #ident "@(#)init.snmpdx 1.13 01/11/02 SMI"
    SNMP_RSRC=/etc/snmp/conf/snmpdx.rsrc
    case "$1" in
    'start')
    if [ -f ${SNMP_RSRC} -a -x /usr/lib/snmp/snmpdx ]; then
    if /usr/bin/egrep -v '^[          ]*(#|$)' ${SNMP_RSRC} > \
    /dev/null 2>&1; then
    /usr/lib/snmp/snmpdx -y -c /etc/snmp/conf
    else
    # Do not start snmpdx if snmpdx.rsrc contents are
    # trivial.
    exit 0
    fi
    fi
    'stop')
    /usr/bin/pkill -9 -x -u 0 '(snmpdx|snmpv2d|mibiisa)'
    echo "Usage: $0 { start | stop }"
    exit 1
    esac
    exit 0

  • How to enable SNMP V3?

    Hi,
    What are the steps to enable SNMP V3 on a cisco router/switch.
    Pls share the CLI..
    Regards,
    CM

    Click the "Search by feature" link, and in the new browser window click the "S" link. On the left sub-window (Features available) single-click to select "SNMP Version 3", click "Add" button to move "SNMP Version 3" into the "Features selected" sub-window. Click "continue". In the next display select the applicable platform, release, and feature set, and you will find whether your IOS based Catalyst switches support SNMP V3.

  • Enabled SNMP trap

    Hi Experts,
    When i configure Snmp trap in switches it is showing a list of commands, What exacatly is these are?
    snmp-server enable traps snmp authentication linkdown linkup coldstart warmstart
    snmp-server enable traps tty
    snmp-server enable traps vtp
    snmp-server enable traps vlancreate
    snmp-server enable traps vlandelete
    snmp-server enable traps stpx
    snmp-server enable traps port-security
    snmp-server enable traps config
    snmp-server enable traps entity
    snmp-server enable traps copy-config
    snmp-server enable traps fru-ctrl
    snmp-server enable traps flash insertion removal
    snmp-server enable traps syslog
    snmp-server enable traps bridge
    snmp-server enable traps envmon fan shutdown supply temperature status
    snmp-server enable traps hsrp
    snmp-server enable traps bgp
    snmp-server enable traps pim neighbor-change rp-mapping-change invalid-pim-message
    snmp-server enable traps ipmulticast
    snmp-server enable traps msdp
    snmp-server enable traps rtr
    snmp-server enable traps vlan-membership
    Does it cause more CPU utilization? Do i need to enable snmp traps to monitor network using solarwinds NPM. I have configured community string and snmpserver host address.
    Thanks
    Vipin

    Hi Vipin,
    We usually configure SNMP traps to monitor our network reachability and availability. If anything goes on Device whether it is a link down situation or any issue with protocol running on the Device. So, whenever anything goes wrong on the device it generates an SNMP Trap and notify you if you have configure SNMP-Server host to receive the notifications/traps.
    To configure SNMP host command following is the command that you need to configure:
    (config)#snmp-server host
    E.g.:
    snmp-server enable traps snmp authentication linkdown linkup coldstart warmstart
    Above trap will send you send you following information :
    >Authentication : if any one tries to poll the device using wrong community string
    >linkdown/linkup : if any of the interface/ports/links goes down it will notify you
    snmp-server enable traps bgp
    Above trap will send you traps regarding problems with BGP running on your Device
    Now I come to CPU part, yes it may spike CPU sometime if regular polling is done from the Management Server or if any MIB has long output. You can use Solarwinds NPM for the same however if it causes high cpu then you have to openup a TAC Case with NMS team to have the issue resolved.
    To know more about MIB's on your device you can execute command on your Device 'show snmp mib' and can translate the MIB's using following link to know more about particular MIB :
    http://tools.cisco.com/Support/SNMP/do/BrowseOID.do?local=en&translate=Translate&objectInput=1.3.6.1.2.1.15
    Kindly let me know in case you have any other doubts.
    Thanks & Regards,
    Nikhil Gakhar

  • Enable snmp traps on Nexus1000V

    Hello community,
    I have the following issue. I want to configure snmp-traps regarding stpx (root-inconsistency, loop-inconsistency) on a Cisco Nexus 1000V.
    The command "show snmp traps" lists stpx as a trap that could be configured and which is not at the moment.
    MKBE1NX1# sh snmp trap
    Trap type                                           Enabled
    entity               : entity_mib_change               Yes         
    entity               : entity_module_status_change     Yes         
    entity               : entity_power_status_change      Yes         
    entity               : entity_module_inserted          Yes         
    entity               : entity_module_removed           Yes         
    entity               : entity_unrecognised_module      Yes         
    entity               : entity_fan_status_change        Yes         
    entity               : entity_power_out_change         Yes         
    link                 : linkDown                        Yes         
    link                 : linkUp                          Yes         
    link                 : extended-linkDown               Yes         
    link                 : extended-linkUp                 Yes         
    link                 : cieLinkDown                     No          
    link                 : cieLinkUp                       No          
    link                 : connUnitPortStatusChange        Yes         
    rf                   : redundancy_framework            Yes         
    aaa                  : server-state-change             No          
    license              : notify-license-expiry           Yes         
    license              : notify-no-license-for-feature   Yes         
    license              : notify-licensefile-missing      Yes         
    license              : notify-license-expiry-warning   Yes         
    zone                 : unsupp-mem                      No          
    upgrade              : UpgradeOpNotifyOnCompletion     No          
    upgrade              : UpgradeJobStatusNotify          No          
    feature-control      : FeatureOpStatusChange           No          
    rmon                 : risingAlarm                     No          
    rmon                 : fallingAlarm                    No          
    rmon                 : hcRisingAlarm                   No          
    rmon                 : hcFallingAlarm                  No          
    config               : ccmCLIRunningConfigChanged      No          
    snmp                 : authentication                  No          
    bridge               : topologychange                  No          
    bridge               : newroot                         No          
    stp                  : inconsistency                   No          
    stpx                 : loop-inconsistency              No          
    stpx                 : root-inconsistency              No   
    The only snmp traps that can be configured on the system are:
    aaa              Module notifications enable
      config           Module notifications enable
      entity           Module notifications enable
      feature-control  Module notifications enable
      license          Module notifications enable
      link             Module notifications enable
      rf               Module notifications enable
      rmon             Module notifications enable
      snmp             Module notifications enable
      upgrade          Module notifications enable
      zone             Module notifications enable
    Nothing about stpx... Is there some other way to configure more traps?
    Thanks in advance,
    Katerina

    Looks like you could be hitting CSCsz96130 "show snmp trap displays five unconfigurable types bridge / stpx" and it looks like support has been added starting 5.0(2)N1(1).

  • How to use telnet to enable SNMP in a router ?

    Hi,
    Is it possible to enable the snmp in a router via telnet with the wan address(I have the routers' passwords) ?
    If yes, how
    Router 1 : Cisco 871 w
    Router 2 : Sagem – F@st 3304 v2
    thank you
    Waiting...

    Hi,
    Command Prompt:
    telnet @router
    login: root
    Password: ********
    [root @ home]$
    What I should do next  ?

  • Enabling SNMP traps in WebLogic6.1

    I work with a WebLogic server ver 6.1, trying to use its SNMP capabilities.
    - I succeed in GET requests (I see it both in the manager and in the log)
    - The traps mechanism doesn't work at all (no traps are sent, at least according
    to the log, which is on highest debug level).
    I noticed that in the log there was a debug message saying "Trap targets enabled
    =0". I defined one target, and I can't find a way to enable it.
    Can you help?

    Deer lovely Nurit T.
    As U're probably know we in Kabul are specialize in those TRAPS that U're trying
    to put.
    I just wanted to clearify the U won't succeed in your mission even if with WLS
    17.5 version.
    Insha'ala that your project will crush and you company will be closed.
    BiLsalam Alecum Vu Rahmat ALLA.
    "Nurit T" <[email protected]> wrote:
    >
    I work with a WebLogic server ver 6.1, trying to use its SNMP capabilities.
    - I succeed in GET requests (I see it both in the manager and in the
    log)
    - The traps mechanism doesn't work at all (no traps are sent, at least
    according
    to the log, which is on highest debug level).
    I noticed that in the log there was a debug message saying "Trap targets
    enabled
    =0". I defined one target, and I can't find a way to enable it.
    Can you help?

  • How to enable SNMP on ESXi in B200M2 blade?

    I tried to setup snmp configuration for ESXi 4.1 that is installed in B200M2 blade but failed. I have the vSphere CLI installed in my computer (Win XP), but the 'vicfg-snmp.pl" CLI command is not recognised either from console or SSH. Can anyone enlighten me how to fix this? Thanks guys.

    No if you installed vCLI on your local workstation you launch it locally.  Should be under program files -> Vmware -> Vmware vSphere vCLI - Command Prompt
    From here you can run your perl scripts after changing to the /bin folder.
    Full usage of the snmp script is found here:
    http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1008065
    Regards,
    Robert

  • How to enable the "SNMP TRAP" Funcation in Prime Infrasructure 2.0 for receiveing the Third Party Device's SNMP TRAP

    I already uploaded the third party device's MIB to PI2.0,  but could not recive the third party device's SNMP TRAP properly .
    what do I need check for the PI ? or what do I need to setup for the PI?
    Thanks

    Duplicate post of :
    https://supportforums.cisco.com/discussion/12148626/how-enable-snmp-trap-funcation-prime-infrasructure-20-receiveing-third-party
    -Thanks
    Vinod

  • Snmp enable traps slb ft

    I trying to enable snmp traps on the CSM-S in order to get notification through HP Openview Network Node Manager that a 'fault tolerant' event has taken place. I am running 2.1(5) code.
    I found the command reference for the CSMS 2.x code:
    http://www.cisco.com/en/US/customer/docs/interfaces_modules/services_modules/csms/2.1.1/command/reference/s.html#wp1057213
    There is a reference to the command: snmp enable traps slb ft
    This is supposed to send an SNMP trap when the CSM transitions from standby to active after detecting a failure in its fault tolerant peer.
    This example shows how to enable fault tolerant traps:
    Cat6k-2(config-module-csm)# snmp enable traps slb ft
    This command is not available in CSM configuration mode. In fact, there are no snmp commands at all in the CSM config mode.
    Do I have to enable something globally on the 6500 first?

    The "config" trap enables the ciscoConfigManEvent notification, which triggers when you exit configuration mode or do a SNMP set.
    The "config-copy" and "copy-config" traps are the same thing on different platforms, and enables the ccCopyCompletion trap, and triggers when a configuratio copy operation via SNMP completes.
    The "config-ctid" trap enables either the ccmCTIDRolledOver or ciscoConfigManCTIDNotifyGroup, which appears to be related to the configuration change tracking identifier feature.

  • How to enable/install SNMP daemon on MARS?

    I need to enable SNMP on a MARS 6.x box, so it can be remotely monitored and provide health metrics. Does anyone know how to do this? I thought the old 4.x had it installed, but disabled. I can't remember how I enabled it and need to do this on a 6.x box. Any help is appreciated.
    Tony

    I too ran into this. Not for SNMP, but for auditing purposes and I wanted root access. TAC says no go unless they are debugging a serious problem.
    So, I stopped thinking of this as a mystical black box, and started thinking of it as what it really is: a linux box as someone prior has stated.
    Well, since it's just a linux box, during the install you can press alt-F2 and get a second tty. From there you can perform all manner of fun things that would indeed give you root access. This could also be done with sysrescue or similar...
    Having said this, I certainly don't recomend tampering with a ``sealed system'' for a number of reasons, the primary one being that TAC won't be able to help you very much if you hose it.

  • What is the minimum server layer OEM version supports SNMP trap reception ?

    Hi:
    - I have been trying to enable SNMP trap reception on an OEM plug-in.
    - I turned on debug channel for recvlets.snmp and saw:
    2009-10-16 16:07:42,808 Thread-3028552624 ERROR recvlets.snmp: Duplicate threshold : test900, oracle_guide, interfaces, status
    and
    2009-10-16 16:09:08,382 Thread-3021634480 INFO recvlets.snmp: Trap received is to convert Data Point
    2009-10-16 16:09:08,379 Thread-3021634480 INFO recvlets.snmp: Sending Data Point ...
    2009-10-16 16:09:08,379 Thread-3021634480 INFO recvlets.snmp: Listening for TRAP
    So, it looks like the OEM agent can receive traps but no data point or alert appears.
    And, the agent always issues an error about duplicate thresholds.
    - Does the agent have to be patched ?
    My agent is:
    Oracle Enterprise Manager 10g Release 5 Grid Control 10.2.0.5.0.
    Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
    Agent Version : 10.2.0.5.0
    OMS Version : 10.2.0.1.0
    Protocol Version : 10.2.0.0.0
    Agent is Running and Ready
    - on the server layer, the oms is:
    Oracle Enterprise Manager 10g Release 10.2.0.1.0
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    Oracle Management Server is Up.
    Is a patch needed for OMS ?
    Should OMS be version 10.2.0.5.0 ?
    Thanks
    John
    Edited by: user8826739 on Feb 23, 2010 7:17 AM

    10.2.0.5 should be fine ...
    Dave

  • How to install and configure SNMP through a script(shell script/power shell/python)

    Hi all,
    I need a script  so that once it is run on windows 2012 server r2 ,snmp should be installed and configured automatically ,giving minimum user inputs.Things like snmp server ip,community string shouls be configured.
    SNMP services should be up and running with the script

    Hi,
    Please check if you can use
    Install-WindowsFeature PowerShell command to enable SNMP. Meanwhile, please also refer to following article and check if can help you.
    How
    to Install SNMP Remotely
    However, based on your description, the issue seems to be more related to script. I suggest that you should
    post it in
    Windows PowerShell forum or
    Official Scripting Guys forum. I believe we will get a better assistance there.
    Hope this helps.
    Best regards,
    Justin Gu
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • SNMP in Cat os not working

    SNMP is enabled in Cat os sup-720 in 8.4(5). No response for the SNMP server poll and no traps are forwarded to SNMP server. Any one experienced this kind of issue can throw some light on this.
    Find the configuration and ‘sh snmp’ output
    set snmp community read-only ********
    set snmp community read-write ********
    set snmp community read-write ********
    set snmp trap enable module
    set snmp trap enable chassis
    set snmp trap enable bridge
    set snmp trap enable vtp
    set snmp trap enable vlancreate
    set snmp trap enable vlandelete
    set snmp trap enable auth
    set snmp trap enable entityfru
    set snmp trap enable ippermit
    set snmp trap enable sysinfolog
    set snmp trap enable vmps
    set snmp trap enable entity
    set snmp trap enable config
    set snmp trap enable stpx inconsistency
    set snmp trap enable stpx loopinconsistency
    set snmp trap enable stpx rootinconsistency
    set snmp trap enable syslog
    set snmp trap enable system
    set snmp trap enable envfan
    set snmp trap enable envshutdown
    set snmp trap enable envpower
    set snmp trap enable envtemp
    set snmp trap enable envstate
    set snmp trap enable flashinsert
    set snmp trap enable flashremove
    set snmp trap enable callhomesmtp
    set snmp trap enable macnotification
    set snmp trap enable macthreshold
    set snmp trap enable macmove
    set snmp trap enable linkerrlow
    set snmp trap enable linkerrhigh
    set snmp trap enable l2tunnel
    set snmp trap enable redundancy
    Console> (enable) sh snmp
    SNMP: Enabled
    RMON: Disabled
    Extended RMON Netflow Enabled : None.
    Memory usage limit for new RMON entries: 85 percent
    EngineId: 00:00:00:09:00:13:5f:20:03:00:00:00
    Chassis Alias:
    Traps Enabled: auth,autoshutdown,callhomesmtp,chassis,config,entity,entityfru,
    envfan,envpower,envshutdown,envstate,envtemp,flashinsert,flashremove,
    inconsistency,ippermit,l2tunnel,linkerrhigh,linkerrlow,loopinconsistency,
    macmove,macnotification,macthreshold,module,newroot,port,redundancy,
    rootinconsistency,syslog,sysinfolog,system,topochange,vlancreate,vlandelete,
    vmps,vtp
    Port Traps Enabled: 1/1-2,2/1-24
    Module inlinepower traps enabled: None
    Community-Access Community-String
    read-only XXXXX
    read-write XXXXX
    read-write-all XXXXX
    Additional- Access-
    Community-String Access-Type Number View
    Trap and Inform receivers:
    Address Community String Port Owner Version Type Index
    Console> (enable)

    Thank you for the thought. You are right we have equivalent command “set snmp targetaddr” but it didn’t work. My priority is not to receive trap I should be able to read the MIB’s by polling with the community string. Which in my case is not happening? Is there any limitation? My SNMP server says ‘please set the community string in the host’ where in I have enabled snmp service and configured string.

Maybe you are looking for

  • How to get rid of unused genres in edit track properties- Zen Ex

    Every genre that has ever been assigned to a track remains in the genre list on my Zen Xtra- after I change the genre- say from Trip-Hop to Hip-Hop, Trip hop still remains on the genre list. I only use 0 or so genres- however there are over 00 listed

  • Vendor Payment with different document types

    Dear Sapguru, We have a scenario where a particular vendor payable is in two different document types for example, RE and KZ. When we execute TC F110, the payment proposal is grouping the payments by document type. I.e. it grouped all the documents u

  • Managing 250 GB Solid State Hard Drive and 1TB Hard Drive

    Just received our new 27" iMac with 2 internal HD, one being the 250 GB SSHD and the other a 1TB HD. The system came with everything loaded on the SS and when I transferred files from our old G4, they also went on the SSHD, obviously it is getting fu

  • Problems printing PDF in landscape

    I had this same issue with Illustrator just after I upgraded my OS to 10.6.5. When printing my PDF with my saved settings for my printer, it now ignores these settings. This literally just happened this morning with Acrobat (is still happening with I

  • Incorrect link for "Oracle9i Release 2 for Windows Server 2003 (32-bit)

    Hi. Go to here http://www.oracle.com/technology/software/products/oracle9i/index.html Then, under "Oracle9i Release 2 (9.2.0.1)", try to download "Oracle9i Database Release 2 Enterprise/Standard/Personal/Client Edition for Windows Server 2003 (32-bit