SNMP Configuration

I want to configure SNMP for Oracle Instance. What I have done is
Configured master SNMP on OS i.e. SNMP Service + SNMP Trap Service. (verified by using management utility Getif, its working fine. I'm getting all the OS information / OID's)
Now I want that my Oracle SNMP Child process should report to my main server process. For doing so, what should I do ?
Oracle Documentation, says some directory structure like ORACLE_HOME\PEER\ADMIN .... But I could not find these directories in my oracle installation.
Do I need to execute some script which will create these directories ? or I need to Install oracle Again ? What if I already have oracle Installed ?
What is the role of ORACLE IA in this ? How to install that ?
Need help

Hi,
Can you check with this command:
# snmpwalk -v2c -c public localhost system
This link may help you https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/sect-System_Monitoring_To…
Best regards

Similar Messages

  • Snmp configuration on weblogic 10 has no effect

    SNMP in MMC(Mobile Management Center, A HP Product), use joesnmp.jar internal to send snmp trap generated by mmc app. This part works well in weblogic 10;
    snmp in weblogic , configured by weblogic console. In weblogic 8, we configure such items:
    Weblogic Subsystem
    Purpose
    Level
    Deployer
    Monitor all war/ear deploy/undeploy/redeploy
    INFO
    JDBC
    Monitor all warnings/errors in jdbc operation
    WARN
    Current tests shows that the snmp configuration on weblogic 10 has no effect.
    Due to MMC4.6 gets the Weblogic updated from 8.16 to 10.3, we didn’t find the configuration about “Enable JDBC Logging”. Below is the former config page about Weblogic 8.16.
    But in Weblogic 10.3 we cannot find this configuration. We have followed the guide http://e-docs.bea.com/wls/docs100/jdbc_admin/monitor.html#wp1048793
    And tried to set the appropriate properties on the command line like this,
    -Dweblogic.debug.DebugJDBCSQL=true -Dweblogic.log.StdoutSeverity="Info"
    Actually we can get the DM, Core, SMTP, Bulk, Adaptor Class, and connection fail error messages in weblogic backend log, but seems Weblogic cannot send SNMP trap messages to SNMP monitoring tool like Openview.
    PS. Weblogic can send out the SNMP trap messages when the server starts and stops.
    So till now the SNMP cannot monitor the DM, Core, SMTP, Bulk, Adaptor Class, and connection fail for MMC4.6.

    Hi, I am on 12.1 weblogic, and I am stuck on where you set the SNMP Servername and port number.
    We are on windows 2008, I see there is a services, SNMP .
    Is there something I need to do on the weblogic side before i get into the SNMP agenets and traps, this part I understand, I am just unsure where to add the SNMP Servername and the user I wish the emails to go to.
    I see in the security realms the user i can add to the group monitors.
    -->, I am running WL 10.3 and SNMP works fine. The cluster generates traps based on particular mbeans, such as when a server's health state is not "OK", or when there are JDBC connection issues. You have to create a new SNMP agent within the admin server then build the individual traps ( String, Gauge, Counter, etc. ) and make sure you have a Trap Destination.

  • SNMP configuration of Aironet1200 (ios based)

    Hi,
    Could somebody explain where I am going wrong with my SNMP configuration of my Aironet 1200AP.
    I am trying to set up a new SSID, with a WEP key, some radius server info and the ability to toggle requireEAP and requireMAC on and off.
    The sequence of commands I have been trying is given below, this is from the factory default config. After I blast the AP with this config, I get the following problems:
    1. I cannot manipulate the SSID in the web interface any longer
    2. The radius server info never shows up in the web interface
    3. If I try to set RequireMac and/or RequireEAP, the set request goes through, but a get on OIDs shows them as false again.
    4. I cannot associate at all with the device.
    Any thoughts/help would be greatly appreciated.
    Thanks
    Ashleyb
    snmpset -v1 -mall -cpublic 10.8.200.112 \
    CISCO-DOT11-IF-MIB::cd11IfAuxSsidBroadcastSsid.1.1 = 1
    snmpset -v1 -mall -cpublic 10.8.200.112 \
    CISCO-DOT11-IF-MIB::cd11IfAuxSsid.1.1 = "MyNewSid"
    snmpset -v1 -mall -cpublic 10.8.200.112 \
    CISCO-WLAN-VLAN-MIB::cwvlWlanEncryptionMode.0 = 2
    snmpset -v1 -mall -cpublic 10.8.200.112 \
    CISCO-WLAN-VLAN-MIB::cwvlWlanEncryptionMandatory.0 = 1
    snmpset -v1 -mall -cpublic 10.8.200.112 \
    CISCO-DOT11-IF-MIB::cd11IfAuxSsidAuthAlgRequireMac.1.1.1 = 1
    snmpset -v1 -mall -cpublic 10.8.200.112 \
    CISCO-DOT11-IF-MIB::cd11IfAuxSsidAuthAlgRequireEap.1.1.1 = 1
    snmpset -v1 -mall -cpublic 10.8.200.112 \
    RFC1213-MIB::ifAdminStatus.1 = 1
    snmpset -v1 -mall -cpublic 10.8.200.112 \
    CISCO-AAA-SERVER-MIB::casConfigRowStatus.radius.1 = 4
    snmpset -v1 -mall -cpublic 10.8.200.112 \
    CISCO-AAA-SERVER-MIB::casAddress.radius.1 = 10.8.200.109
    snmpset -v1 -mall -cpublic 10.8.200.112 \
    CISCO-AAA-SERVER-MIB::casAuthenPort.radius.1 = 1812
    snmpset -v1 -mall -cpublic 10.8.200.112 \
    CISCO-AAA-SERVER-MIB::casKey.radius.1 = "secret"
    snmpset -v1 -mall -cpublic 10.8.200.112 \
    CISCO-DOT11-IF-MIB::cd11IfVlanEncryptKeyStatus.1.0.1 = 6
    snmpset -v1 -mall -cpublic 10.8.200.112 \
    CISCO-DOT11-IF-MIB::cd11IfVlanEncryptKeyLen.1.0.1 = 13 \
    CISCO-DOT11-IF-MIB::cd11IfVlanEncryptKeyValue.1.0.1 =
    "zzzzzzzzzzzzz" \
    CISCO-DOT11-IF-MIB::cd11IfVlanEncryptKeyTransmit.1.0.1 = 1 \
    CISCO-DOT11-IF-MIB::cd11IfVlanEncryptKeyStatus.1.0.1 = 4

    Getting the SNMP trap community string is not trivial.  The reason for this is that anything which shows the configuration will have this field starred out. You can get to the value, but not in a report-like fashion.  You can, however, search the archived configs under RME > Config Mgmt > Archive Mgmt > Search Archive.  Assuming you know the SNMP trap receiver IP, you could search on:
    snmp-server host x.x.x.x old-string
    That would show you all devices that still had the old community string.
    If you need to force RME to get the new config data, you can simply schedule a Sync Archive job under RME > Config Mgmt > Archive Mgmt > Sync Archive.  Of course, if you made the changes outside of LMS, you will need to manually update DCR with the new community string.

  • SNMP Configuration question

    I have a question.If i have a SNMP configuration in a switch 4510r, is there any posibility to reach the snmp server without the community command and without the server snmp command??????I have only this lines on the configuration.THANKSSS.
    snmp-server engineID local 8000000903000025841E8C38
    snmp-server trap-source Vlan10
    snmp-server source-interface informs Vlan10
    snmp-server packetsize 1024
    snmp-server enable traps snmp authentication linkdown linkup coldstart warmstart
    snmp-server enable traps config-copy
    snmp-server enable traps config
    snmp-server enable traps config-ctid
    snmp-server enable traps syslog

    If i have configured the communities and the server lines on the device, what could be the possible issue when the SNMP server reach the switch but the switch doesn´t respond to the request, and when i use the command #show snmp, we have an output in this way:THANKS FOR YOUR HELP
    switch#show snmp
    Chassis:
    Contact: GISN Americas Network - tel: 978-858-7000
    0 SNMP packets input
        0 Bad SNMP version errors
        0 Unknown community name
        0 Illegal operation for community name supplied
        0 Encoding errors
        0 Number of requested variables
        0 Number of altered variables
        0 Get-request PDUs
        0 Get-next PDUs
        0 Set-request PDUs
        0 Input queue packet drops (Maximum queue size 1000)
    145568 SNMP packets output
        0 Too big errors (Maximum packet size 1024)
        0 No such name errors
        0 Bad values errors
        0 General errors
        0 Response PDUs
        145568 Trap PDUs
    SNMP global trap: enabled
    SNMP agent enabled
    SNMP logging: enabled
        Logging to 131.98.27.6.162, 0/10, 34282 sent, 0 dropped.
        Logging to 192.97.141.173.162, 0/10, 1721 sent, 0 dropped.
        Logging to 192.97.141.176.162, 0/10, 1721 sent, 0 dropped.
        Logging to 192.97.141.55.162, 0/10, 1721 sent, 0 dropped.

  • SNMP Configuration on solaris10

    Please can anybody put some light on SNMP configuration on Solaris 10.I am newbie on this.I read SMA Agaent on solaris 10 is NET-SNMP compliant.I need to monitor disk usage,CPU load ..So I configured snmpd.conf (inside /etc/sma/snmp) for this.The traps I am getting are of series 1.3.6.1.4.1.8072.3.2.3.But I am not able to figure the MIB s which contains the description of these kind of traps.
    Please help me.

    Hi, I am on 12.1 weblogic, and I am stuck on where you set the SNMP Servername and port number.
    We are on windows 2008, I see there is a services, SNMP .
    Is there something I need to do on the weblogic side before i get into the SNMP agenets and traps, this part I understand, I am just unsure where to add the SNMP Servername and the user I wish the emails to go to.
    I see in the security realms the user i can add to the group monitors.
    -->, I am running WL 10.3 and SNMP works fine. The cluster generates traps based on particular mbeans, such as when a server's health state is not "OK", or when there are JDBC connection issues. You have to create a new SNMP agent within the admin server then build the individual traps ( String, Gauge, Counter, etc. ) and make sure you have a Trap Destination.

  • SNMP configuration in WLC

    hi all,
    Can any one tell me if there is document available for SNMP configuration for WLC 4404?

    http://www.cisco.com/en/US/docs/wireless/controller/7.0MR1/configuration/guide/cg_controller_setting.html#wpmkr1372608
    Configuring the device via snmp is very difficult and there really isn't a document covering that.  WCS uses snmp to configure the controllers.

  • Is it possible to obtain a report from Ciscoworks LMS3.1 to detail the SNMP configuration of all devices?

    I am about to update/standardize to secure the SNMP configuration for all devices in the network utilizing Ciscoworks.
    There is likely to be variations amongst the devices. Therefore, I would like to generate one report for all the devices, capturing the SNMP configurations, is this possible?
    I know how to complete the work afterwards but am struggling to produce a meaningful report that I can use to build my tasks from.
    I am trying to achieve this using a particular 'role based' account via ACS, so it is possible that I don't have the permissions with this account at present which maybe why I'm not able to do it.
    Thanks!

    Getting the SNMP trap community string is not trivial.  The reason for this is that anything which shows the configuration will have this field starred out. You can get to the value, but not in a report-like fashion.  You can, however, search the archived configs under RME > Config Mgmt > Archive Mgmt > Search Archive.  Assuming you know the SNMP trap receiver IP, you could search on:
    snmp-server host x.x.x.x old-string
    That would show you all devices that still had the old community string.
    If you need to force RME to get the new config data, you can simply schedule a Sync Archive job under RME > Config Mgmt > Archive Mgmt > Sync Archive.  Of course, if you made the changes outside of LMS, you will need to manually update DCR with the new community string.

  • SNMP Configure OnCommand System Manager 3.1 on FAS2020 Ontap 7.3.7

    Hi, I have the to discover snmp after configure SNMP. Even I tried both trap hosts with my windows IP where I installed Oncommand system manager and the IP of Ontap 7.3.7. Can someone please verify which host is correct one? what is the requirement for SNMP configure. Thanks,Kevin.

    Sorry, access for this KB is restricted. Then, check following point and fix them. 1. Check if SNMP agent is enabled.
       filer> options snmp.enable
       If not, enable it by "options snmp.enable on"
    2. Check if SNMP access is allowed.
       filer> options snmp.access
       If IP address of System Manager host is not listed, set it by "options snmp.access host=<IP address>"
    3. Check filer's SNMP community name.
       filer> snmp community
       By default, "ro public" is displayed.
       If you have modified SNMP community name, you need to modify registration on System Manager.
       Edit C:\Users\<username>\NetApp\SystemManager\SystemManager.config and adjust snmp-community
       element under storage-system element.

  • SNMP configuration for V480

    I've six SUN SERVERS. Four are V890 with Solaris 8 and the other two V480 with Solaris 10. How to configure SNMP in all these ? I want to send SNMP traps to a NMS. How to achieve it ? snmpd daemon is present in V480 machine.
    Thanks
    ---Britto
    Message was edited by:
    bravobritto

    Integration of Directory Server SNMP agent with Solaris Master agent is documented in the Administration Guide Chapter 14: Monitoring Directory Server using SNMP.
    http://docs.sun.com/source/817-7613/snmp.html
    Regards,
    Ludovic.

  • Group policy for SNMP configuration

    Experts,
    We have mix of 2003 and 2008 servers. Some of the servers already have SNMP settings configured through registry etc. We want to populate traps information, community name and accepted community name etc on all servers. How can we do this through group policy
    or any other automated way?

    Administrative Templates for Group Policy exist for these settings:
    Computer Configuration / Policies / Administrative Templates / Network / SNMP
     Policy Setting Name 
     Scope 
     Policy Path 
     Specify communities 
     Machine 
     Network\SNMP 
     Specify permitted managers 
     Machine 
     Network\SNMP 
     Specify traps for public community 
     Machine 
     Network\SNMP 
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • SNMP Configuration for Cisco Unity

    Dear All,
    Can you please tell me how i can configure SNMP on my Cisco Unity.
    Please help me.
    Regards,
    Malik.

    Dear All,
    Can you please tell me how i can configure SNMP on my Cisco Unity.
    Please help me.
    Regards,
    Malik.

  • Snmp configuration for SG300

    Hi,
    Am trying to configure SNMP functionality for the first time on an SG300-28 switch so I can use mrtg to monitor it.  I've defined no users, 2 groups (mrtg and mrtg2 for SNMPv1 and SNMPv2 respectively), both with No authentication required.  Default View of Read.  I also defined a Basic Community type and called it sg300, with the View Name of Default.  Under Views I changed nothing; the Default has 1 Object ID subtree included.
    The mrtg CFGMaker in cannot retrieve any information from the switch.   I've used it before with routers, Windows servers, etc. with no problem so I have to be overlooking something specific to this switch. 
    Much appreciated.
    --Ben

    Agreed Jonathan was correct, that was the part I missed the first time through.  I walked through again to make sure there wasn't anything else and have attached the notes I took, mostly so I'll have them next time I have to do it :)
    Steps to configure SNMP for MRTG on SG200-26
    ***Note*** These are minimum steps only for a lab environment additional security settings may be required for production use.
    Switch is starting at factory reset configuration state
    Login to the switch
    Default ip 192.168.1.254
    Username: cisco
    Password: cisco
    Change Password
    Expand SNMP Section on bottom of left navigation
    Highlight communities on the expanded SNMP section
    Click the Add button
    Enter the IP address of the system that will be making SNMP requests to your switch
    Community string: mrtg (or whatever you want to use)
    Ensure Read Only is selected for your access mode
    Click Apply
    Click Close
    Expand the Security Section on the left navigation bar
    Highlight TCP/UDP Services
    Click the Checkbox to enable SNMP Service at the top of the screen
    Click Apply
    In the top right hand corner you should see a flashing save button, make sure to save your config if your happy with it.
    “Snmpwalk –c mrtg 192.168.1.254” Should now run and return
    ***Note*** If your looking for port numbers in the output they start with .49 for port 1 and go to .74 for port 26.
    IF-MIB::ifHCOutOctets.49 = Counter64: 0
    IF-MIB::ifHCOutOctets.50 = Counter64: 0
    IF-MIB::ifHCOutOctets.51 = Counter64: 0
    IF-MIB::ifHCOutOctets.52 = Counter64: 0
    IF-MIB::ifHCOutOctets.53 = Counter64: 0
    IF-MIB::ifHCOutOctets.54 = Counter64: 0
    IF-MIB::ifHCOutOctets.55 = Counter64: 0
    IF-MIB::ifHCOutOctets.56 = Counter64: 0
    IF-MIB::ifHCOutOctets.57 = Counter64: 0
    IF-MIB::ifHCOutOctets.58 = Counter64: 0
    IF-MIB::ifHCOutOctets.59 = Counter64: 2849723
    IF-MIB::ifHCOutOctets.60 = Counter64: 0
    IF-MIB::ifHCOutOctets.61 = Counter64: 0
    IF-MIB::ifHCOutOctets.62 = Counter64: 0
    IF-MIB::ifHCOutOctets.63 = Counter64: 0
    IF-MIB::ifHCOutOctets.64 = Counter64: 0
    IF-MIB::ifHCOutOctets.65 = Counter64: 0
    IF-MIB::ifHCOutOctets.66 = Counter64: 0
    IF-MIB::ifHCOutOctets.67 = Counter64: 0
    IF-MIB::ifHCOutOctets.68 = Counter64: 0
    IF-MIB::ifHCOutOctets.69 = Counter64: 0
    IF-MIB::ifHCOutOctets.70 = Counter64: 0
    IF-MIB::ifHCOutOctets.71 = Counter64: 0
    IF-MIB::ifHCOutOctets.72 = Counter64: 0
    IF-MIB::ifHCOutOctets.73 = Counter64: 0
    IF-MIB::ifHCOutOctets.74 = Counter64: 0

  • SNMP configuration in Ironport Cluster

    Hi everyone, 
    I have 2 Ironport appliances X series in a cluster configuration, I want to configurate SNMP in both appliances but if I run the command snmpconfig it only allows me to configure snmp for the cluster, in this way I only can "ask" for status to 1 interface  on behalf of the entire cluster and I dont know if a high cpu trap or high memory trap on the other appliance can be send to my snmp manager.
    I tried to configure snmp in every machine (not cluster mode) but the appliance sends me an strange error and kick me out of the cli.
    Anyone of you had configure snmp in a cluster environment? Can you guys tell me how can I do this?
    Best Regards!

    The term cluster is a misnomer. It is more of a centralize configuration. Both appliances will send traps individually and will share the same configurations. Basically both appliances act on their own, and don't share IP addresses or failover (the beauty of email is failover is built into MX records and transport configurations). There are instances when it makes sense to have separate configurations for a group of systems in the "Configuration Cluster". For SNMP this can be done at the Cluster or "Cluster Group" Level.
    In my example I wanted to have a different SNMP Location for two sets of appliances:
    What I had to do for SNMP, was to configure a Cluster Group for each location. This way I could say Appliance A & B are at location 1, and Appliances C & D are at location 2.So in the CLI, you will need to create the groups, and then assign your appliances to each group. Then Change your cluster mode in the CLI to the appropriate group and make the SNMP changes. Repeat for your other group.
    Please let me know if this was helpful, I would be happy to go into more details.

  • SNMP configuration on ACS appliance

    Hi,
    i'm trying to configure SNMP on an ACS appliance(System configuration => Appliance configuration => SNMP agent). There is also an option "accept SNMP packets from selected hosts". When i enter an IP adress in the "Host Address" field, i receive the following error:
    One or more IP addresses are invalid. Use a (,) as a delimiter between IP's. Wildcards are not allowed.
    The ip address i'm entering is just in the xxx.xxx.xxx.xxx format. Also tried 2 addresses, with a comma as delimiter, but still the same error.
    Has anyone expierenced the same error on an appliance? The software version i'm using is 4.1.4-13
    Thanks in advance

    It's a build in Win SNMP service.
    verify the following.
    1.SNMP Communities box, enter the community strings for SNMP. With the exception of the comma(,), all characters are valid. You must use a comma (,) separator between community strings.
    2.In the Host Addresses box, enter the specific SNMP client host addresses. You must use a comma (,) delimiter between host addresses

  • SNMP Configuration Traps

    Hey Guys,
    Can someone explain to me - or point me in the direction - where I may be better able to determine the difference between the following taps.
         config                Enable SNMP config traps
         config-copy       Enable SNMP config-copy traps
         config-ctid         Enable SNMP config-ctid traps
         copy-config       Enable SNMP config-copy traps
    Thanks
    Nik

    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.

Maybe you are looking for

  • CRS process does not startup automatically when the system is rebooted

    Hi. all. SOME TIMES(not always), CRS process ( exactly OracleCRService on windows2003) does not startup automatically when the windows2003 is rebooted. O/S is windows2003 server. DB is 10.2.0.2.0 RAC database that has 2 nodes. I am testing a RAC data

  • SSRS 2005 - table heading adds a keyword " ID " on one of the column need to remove

    HI All I have an column name which is dynamically generated like [02 Mar 08 Mar 2015] , when I add it on report table, it adds suffix :  ID to it showing it like [ ID 02 Mar 08 Mar 2015  ] If i want to remove the ID using replace expression it doesnt

  • Last called list?? Customized frequent called lis...

    On my old phone, I could press the down arrow on the 4-way key pad, and up would pop a list of my few, frequently called contacts. Is there any way of doing that on Nokia phones? I have a 6085. I've set up My Shortcuts and it shows a long scrolling l

  • Have original 10.3 DVDs but how to update to 10.4 on new HD

    The HD died on my G5 which was running 10.4.11 and I have had a new blank HD fitted by my Apple store in the UK. I have the original 10.3 install discs but can't find the 10.4 update DVD (from years ago, of course). I need 10.4.11 to run CS4 (it ran

  • Recommend Firewire Camera Hard Drive

    Hello all, I have 16 hrs of footage to import from a wedding we shot yesterday, and I KNOW there has to be a better way. CAn anyone Recommend an external easily portable hard drive, are there features I should be looking for, can I easily name scenes