SNMP Probe monitor query

Hi ,
I have created SNMP Probe based monitor to check the Total RAM free on certain Network devices. 
I have total 16GB RAM space and i want to alert if lesser than 3 GB of Total RAM. I had configured /DataItem/SnmpVarBinds/SnmpVarBind[1]/Value lesser than 3467826 to be critical and alert. The other condition is /DataItem/SnmpVarBinds/SnmpVarBind[1]/Value
greater than 3467826 to be healthy.
Once configured i am getting alerts for higher values like 19458676. could someone please help me with this scenario and correct me if i am wrong.
Jesty Sam

Why you use SNMP to monitor RAM, you can create custom monitor for RAM between 2 value min. and Max.
SNMP is the most commonly used method mainly because it is easy to set up and requires minimal bandwidth and CPU cycles. If your network devices support SNMP and/or if you want to monitor large networks with several hundred or thousands of sensors, we recommend
you to start with SNMP. Besides network usage monitoring, another well-known feature of SNMP is the ability to also watch other network parameters such as CPU load, disk usage, temperature, as well as monitoring many other readings, depending on the queried
device.
Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"Mai Ali | My blog:
Technical | Twitter:
Mai Ali

Similar Messages

  • Creating SNMP Trap Monitors in 2012 R2

    Hello,
    For the past week or so  I have been attempting to create a MP for my company's UPSs to be monitored in SCOM 2012 R2. I have created a custom MP with custom datasources and objects. All seems to go according to the plan until I attempt to create a SNMP
    Trap monitor for those objects. I am able to verify that the device is discovered and is sending the traps successfully with a view. The problem seems to lie within the setup of the monitor. I have followed the steps as much as I can from this page http://technet.microsoft.com/en-us/library/hh563870.aspx
    to create a monitor that will be triggered by an incoming trap saying the UPS is on Battery Power.
    This is the initial or trigger event information received by SCOM:
    <EventData>
    <DataItem type="System.SnmpData" time="2014-07-03T08:48:07.6990732-07:00" sourceHealthServiceId="26DF02E5-DEA0-BED0-443B-3605A05D4790">
    <Source>10.51.85.40</Source>
    <Destination>127.0.0.1</Destination>
    <ErrorCode>1</ErrorCode>
    <Version>1</Version>
    <SnmpVarBinds>
    <SnmpVarBind>
    <OID>.1.3.6.1.2.1.1.3.0</OID>
    <Syntax>67</Syntax>
    <Value VariantType="19">17567220</Value>
    </SnmpVarBind>
    <SnmpVarBind>
    <OID>.1.3.6.1.6.3.1.1.4.1.0</OID>
    <Syntax>6</Syntax>
    <Value VariantType="8">.1.3.6.1.4.1.318.0.5</Value>
    </SnmpVarBind>
    <SnmpVarBind>
    <OID>.1.3.6.1.4.1.318.2.3.3.0</OID>
    <Syntax>4</Syntax>
    <Value VariantType="8">UPS: On battery power in response to an input power problem.</Value>
    </SnmpVarBind>
    <SnmpVarBind>
    <OID>.1.3.6.1.6.3.1.1.4.3.0</OID>
    <Syntax>6</Syntax>
    <Value VariantType="8">.1.3.6.1.4.1.318</Value>
    </SnmpVarBind>
    </SnmpVarBinds>
    </DataItem>
    </EventData>
    This is the event should signal that everything is operating normally once again.
    <EventData>
    <DataItem type="System.SnmpData" time="2014-07-03T08:48:12.9133769-07:00" sourceHealthServiceId="26DF02E5-DEA0-BED0-443B-3605A05D4790"><Source>10.51.85.40</Source>
    <Destination>127.0.0.1</Destination>
    <ErrorCode>1</ErrorCode>
    <Version>1</Version>
    <SnmpVarBinds>
    <SnmpVarBind>
    <OID>.1.3.6.1.2.1.1.3.0</OID>
    <Syntax>67</Syntax>
    <Value VariantType="19">17567730</Value>
    </SnmpVarBind>
    <SnmpVarBind>
    <OID>.1.3.6.1.6.3.1.1.4.1.0</OID>
    <Syntax>6</Syntax>
    <Value VariantType="8">.1.3.6.1.4.1.318.0.9</Value>
    </SnmpVarBind>
    <SnmpVarBind>
    <OID>.1.3.6.1.4.1.318.2.3.3.0</OID>
    <Syntax>4</Syntax>
    <Value VariantType="8">UPS: No longer on battery power.</Value>
    </SnmpVarBind>
    <SnmpVarBind>
    <OID>.1.3.6.1.6.3.1.1.4.3.0</OID>
    <Syntax>6</Syntax>
    <Value VariantType="8">.1.3.6.1.4.1.318</Value>
    </SnmpVarBind>
    </SnmpVarBinds>
    </DataItem>
    </EventData>
    You may notice that these traps are being sent as SNMP v1. I am unable to change that on the UPS so i have modified the monitors to account for that. Here is the code for the monitor:
    <UnitMonitor ID="UIGeneratedMonitorc2c65f3c85fe42f48ce8d2580c57bbae" Accessibility="Public" Enabled="true" Target="APC.MP.UPS" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="SNL!System.NetworkManagement.SnmpTrapProvider.2SingleEvent2StateMonitorType" ConfirmDelivery="false">
    <Category>Custom</Category>
    <AlertSettings AlertMessage="UIGeneratedMonitorc2c65f3c85fe42f48ce8d2580c57bbae_AlertMessageResourceID">
    <AlertOnState>Warning</AlertOnState>
    <AutoResolve>true</AutoResolve>
    <AlertPriority>Normal</AlertPriority>
    <AlertSeverity>Error</AlertSeverity>
    </AlertSettings>
    <OperationalStates>
    <OperationalState ID="UIGeneratedOpStateId2750c1ab2cd14b4a8a8e9f4633eba0b0" MonitorTypeStateID="SecondEventRaised" HealthState="Success" />
    <OperationalState ID="UIGeneratedOpStateId5753748399984d08953c1a46895df99c" MonitorTypeStateID="FirstEventRaised" HealthState="Warning" />
    </OperationalStates>
    <Configuration>
    <FirstIP>$Target/Property[Type="SNL!System.NetworkManagement.Node"]/SNMPAddress$</FirstIP>
    <FirstVersion>1</FirstVersion>
    <FirstOIDProps>
    <OIDProp>.1.3.6.1.4.1.318</OIDProp>
    </FirstOIDProps>
    <FirstExpression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">SnmpVarBinds/SnmpVarBind[OID=".1.3.6.1.6.3.1.1.4.1.0"]/Value</XPathQuery>
    </ValueExpression>
    <Operator>Equal</Operator>
    <ValueExpression>
    <Value Type="String">.1.3.6.1.4.1.318.0.5</Value>
    </ValueExpression>
    </SimpleExpression>
    </FirstExpression>
    <SecondIP>$Target/Property[Type="SNL!System.NetworkManagement.Node"]/SNMPAddress$</SecondIP>
    <SecondVersion>1</SecondVersion>
    <SecondOIDProps>
    <OIDProp>.1.3.6.1.4.1.318</OIDProp>
    </SecondOIDProps>
    <SecondExpression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">SnmpVarBinds/SnmpVarBind[OID=".1.3.6.1.6.3.1.1.4.1.0"]/Value</XPathQuery>
    </ValueExpression>
    <Operator>Equal</Operator>
    <ValueExpression>
    <Value Type="String">.1.3.6.1.4.1.318.0.9</Value>
    </ValueExpression>
    </SimpleExpression>
    </SecondExpression>
    </Configuration>
    </UnitMonitor>
    I tried the following things while attempting to troubleshoot this issue:
    Leaving  First
    SnmpTrapProvider and Second
    SnmpTrapProvider blank while creating the monitor.
    Adding "" and also '' around the value as it is a string and perhaps that was the cause.
    Changing the First and Second SNMPTrapProvider to .1.3.6.1.6.3.1.1.4.1.0 since that is the specific OID I am looking for the value of.
    Reading every page of the internet and bashing my head on the keyboard.
     I am guessing that the issue will reside in the the monitor creation and definition, but I have not found anything that clearly describes how to fill out the SNMP Trap Monitor wizard given the trap info. Especially since the trap I am receiving does
    not seem to contain the usual OID with a common Int or string value.  Hopefully someone can provide assistance as I am nearing my wits end with this problem.

    Firstly, thank you Michael Skov, knowing that the First and Second SnmpTrapProvider or <FirstOIDProps> in the xml, needed to be blank got me pointed in the right direction. I figured I would come back and share my final working code snippet in case
    others run across a similar issue. 
    <UnitMonitor ID="UIGeneratedMonitorf9f671e5456c44fd807d6ec2bd09621d" Accessibility="Public" Enabled="true" Target="Disc!APC.Disc.UPS" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="NetworkManagement!System.NetworkManagement.SnmpTrapProvider.2SingleEvent2StateMonitorType" ConfirmDelivery="false">
    <Category>Custom</Category>
    <AlertSettings AlertMessage="UIGeneratedMonitorf9f671e5456c44fd807d6ec2bd09621d_AlertMessageResourceID">
    <AlertOnState>Warning</AlertOnState>
    <AutoResolve>true</AutoResolve>
    <AlertPriority>Normal</AlertPriority>
    <AlertSeverity>Warning</AlertSeverity>
    </AlertSettings>
    <OperationalStates>
    <OperationalState ID="UIGeneratedOpStateId8700c95344254f87a60c92d30d4a3953" MonitorTypeStateID="SecondEventRaised" HealthState="Success" />
    <OperationalState ID="UIGeneratedOpStateId7bf68c6cfe3d4faabe83e630781c7327" MonitorTypeStateID="FirstEventRaised" HealthState="Warning" />
    </OperationalStates>
    <Configuration>
    <FirstIP>$Target/Property[Type="NetworkManagement!System.NetworkManagement.Node"]/SNMPAddress$</FirstIP>
    <FirstVersion>1</FirstVersion>
    <FirstOIDProps />
    <FirstExpression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">SnmpVarBinds/SnmpVarBind[OID=".1.3.6.1.6.3.1.1.4.1.0"]/Value</XPathQuery>
    </ValueExpression>
    <Operator>Equal</Operator>
    <ValueExpression>
    <Value Type="String">.1.3.6.1.4.1.318.0.5</Value>
    </ValueExpression>
    </SimpleExpression>
    </FirstExpression>
    <SecondIP>$Target/Property[Type="NetworkManagement!System.NetworkManagement.Node"]/SNMPAddress$</SecondIP>
    <SecondVersion>1</SecondVersion>
    <SecondOIDProps />
    <SecondExpression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">SnmpVarBinds/SnmpVarBind[OID=".1.3.6.1.6.3.1.1.4.1.0"]/Value</XPathQuery>
    </ValueExpression>
    <Operator>Equal</Operator>
    <ValueExpression>
    <Value Type="String">.1.3.6.1.4.1.318.0.9</Value>
    </ValueExpression>
    </SimpleExpression>
    </SecondExpression>
    </Configuration>
    </UnitMonitor>

  • How to monitor query usage / query activity in the system?

    I am using 0TCT_MC01 to report the number of times the query was executed and by which user.
    According to SAP Documentation,
    The Technical Content for BI Statistics does not provide any standard queries for doing this. But you can easily create your
    monitoring query based on the InfoProvider 0TCT_MC01 or 0TCT_C01 by using the key figures 0TCTQUCOUNT (counts every
    navigation in a query) and 0TCTWTCOUNT (counts every call of a BI Application = initial opening of Workbook or Web Template).
    0TCTWTCOUNT is a key figure in the cube.  How to restrict this KF to display only Initial opening of Workbook or web template ?
    Regds,

    hi,
    Use the follwoing CHARS for restriction in report from cube 0TCT_VC01.
    0TCTBISOTYP --> Type of BI Application
    0TCTBIOTYPE --> Type of BI Application Object
    I hope it will help.
    Thanks,
    S

  • Cisco WCS integration with SNMP based monitoring

    I am looking for a solution to integrate Cisco WCS with any SNMP based monitoring solution.  My requirement is below,
    - Alerts for Access points up/down should be picked up by an alerting system in its console through SNMP.
    - I dont want all access points to be monitored, but only a critical group.
    Currently all access points are configured on LWAP mode under a wireless controller.  Can i configure APs individually for SNMP and get it monitored through the 3rd party monitoring tool.
    Can anyone please guide me to find a solution for this.

    http://www.cisco.com/en/US/docs/wireless/mse/3350/6.0/CAS/configuration/guide/msecg_ch2_CAS.html

  • How to Configure SNMP Counter Monitors

    Hi there,
    I want to receive a SNMP trap if attributes of the SNMP Agent (JMX
    MBeans) change in WLS 6.1. I'm playing around with the PetStore
    example that is part of the package. I enabled SNMP and configured
    localhost as a TrapHost, great ! Now I want to configure a couple of
    Counter and Attribute Monitors. What do I put for
    Monitored MBean Type
    Monitored MBean Name
    Monitored Attribute Name
    if I want to monitor e.g.
    ejbEntityHomeRuntimeTransactionsCommittedTotalCount Attribute in the
    EJBEntityHomeRuntime Table ??
    I have trouble getting it working,
    thanks for any help,
    Alex
    Bonus question: Do I need to do this always with the Admin Console or
    can I edit the config.xml file myself ?

    well, here is the way you can set up a SNMP String Monitor for monitoring
    the changes to the FileName attribute in the LogMBean:
    Monitored MBean Type - Log
    Monitored MBean Name - myserver
    Monitored Attribute Name - FileName
    The easiest way to figure these attributes is with the help of the
    JavaDocs for MBeans. Please verify the data type that the method returing
    attribute that you are trying to monitor with the type of the monitor you
    are trying to set.
    ie, you cannot setup a String monitor for a boolean attribute in the
    mbean.In the case above, the getFileName method returns a String object,
    so it makes sense to set a String monitor for it!
    You can setup your monitor for EJBEntityHomeRuntime in a similar fashion!
    Its not necessary to specify the complete ObjectName in the
    MonitoredMBeanName. as the WLS constructs it automatically from the the
    Name, Type and the target to which you target this trap monitor.
    Hope this helps,
    Mihir
    Alex wrote:
    Hi there,
    I want to receive a SNMP trap if attributes of the SNMP Agent (JMX
    MBeans) change in WLS 6.1. I'm playing around with the PetStore
    example that is part of the package. I enabled SNMP and configured
    localhost as a TrapHost, great ! Now I want to configure a couple of
    Counter and Attribute Monitors. What do I put for
    Monitored MBean Type
    Monitored MBean Name
    Monitored Attribute Name
    if I want to monitor e.g.
    ejbEntityHomeRuntimeTransactionsCommittedTotalCount Attribute in the
    EJBEntityHomeRuntime Table ??
    I have trouble getting it working,
    thanks for any help,
    Alex
    Bonus question: Do I need to do this always with the Admin Console or
    can I edit the config.xml file myself ?

  • How to set SNMP Counter Monitor on weblogic61

    I set a SNMP Counter Monitors on weblogic6.1sp2, I want when the servlet xcj3 is
    reload more than 2 times
    then send a trap nitification, the attribute I set is:
    Monitored MBean type: ServletRuntime
    Monitored MBean name: examples:Name=xcj3,ServerRuntime=examplesServer,Type=ServletRuntime,Location=examplesServer
    Monitored Attribute Name: ReloadTotalCount
    Polling Interval: 1 second
    Threadhold: 2
    offset: 0
    modulus: 0
    the SNMP Counter Monitor I set cannot work, can anyone tell me what wrong it is??
    thank you very much!!!
    by the way, the SNMP Log Filter I set is work well on my weblogic6.1.

    Jing,
    Could you please post how your config.xml looks after you set this Trap?
    Also, once you configured a monitor trap, you need to re-start the admin
    server. For more information on how to setup a counter monitor refer to
    the BEA docs at,
    http://e-docs.bea.com/wls/docs61//snmpman/snmptraps.html#1071147
    Thanks,
    -satya
    xcjing wrote:
    >
    I set a SNMP Counter Monitors on weblogic6.1sp2, I want when the servlet xcj3 is
    reload more than 2 times
    then send a trap nitification, the attribute I set is:
    Monitored MBean type: ServletRuntime
    Monitored MBean name: examples:Name=xcj3,ServerRuntime=examplesServer,Type=ServletRuntime,Location=examplesServer
    Monitored Attribute Name: ReloadTotalCount
    Polling Interval: 1 second
    Threadhold: 2
    offset: 0
    modulus: 0
    the SNMP Counter Monitor I set cannot work, can anyone tell me what wrong it is??
    thank you very much!!!
    by the way, the SNMP Log Filter I set is work well on my weblogic6.1.

  • Use SNMP to monitor the power supply status of stacked switches

    Does anybody know how to use SNMP to monitor the status of the internal power supplies of a group of stacked Cisco 3750 switches?
    The switch stack has three 3750-48PS-E switches inter-connected by Cisco StackWise cable. IOS ver 12.1(19)EAlc. A single IP address is used to identify the switch stack. Every time I poll the OID chassisPs1Status (1.3.6.1.4.1.9.5.1.2.4.0 in CISCO-STACK-MIB), I only got the status for the Master switch of the switch stack. Is there any way to poll the power supply status of other switches in the switch stack?
    Thanks a lot!

    Sorry to refresh such an old topic - but I am stuck with exactly this: Monitoring power supplies of a stacked Cisco Catalyst 3750-E.
    I'm using the exact same OID's as described, but the problem is, the information shown on the SNMP output is not correct.
    This morning, a power supply of the first switch failed and switched to RPS. Here the information I got on SNMP:
    snmpwalk -v 2c -c public 192.168.1.50 1.3.6.1.4.1.9.9.13.1
    SNMPv2-SMI::enterprises.9.9.13.1.1.0 = INTEGER: 13
    SNMPv2-SMI::enterprises.9.9.13.1.3.1.2.1006 = STRING: "SW#1, Sensor#1, GREEN "
    SNMPv2-SMI::enterprises.9.9.13.1.3.1.2.2006 = STRING: "SW#2, Sensor#1, GREEN "
    SNMPv2-SMI::enterprises.9.9.13.1.3.1.3.1006 = Gauge32: 41
    SNMPv2-SMI::enterprises.9.9.13.1.3.1.3.2006 = Gauge32: 40
    SNMPv2-SMI::enterprises.9.9.13.1.3.1.4.1006 = INTEGER: 59
    SNMPv2-SMI::enterprises.9.9.13.1.3.1.4.2006 = INTEGER: 59
    SNMPv2-SMI::enterprises.9.9.13.1.3.1.5.1006 = INTEGER: 0
    SNMPv2-SMI::enterprises.9.9.13.1.3.1.5.2006 = INTEGER: 0
    SNMPv2-SMI::enterprises.9.9.13.1.3.1.6.1006 = INTEGER: 1
    SNMPv2-SMI::enterprises.9.9.13.1.3.1.6.2006 = INTEGER: 1
    SNMPv2-SMI::enterprises.9.9.13.1.4.1.2.1060 = STRING: "Switch#1, Fan#1"
    SNMPv2-SMI::enterprises.9.9.13.1.4.1.2.2059 = STRING: "Switch#2, Fan#1"
    SNMPv2-SMI::enterprises.9.9.13.1.4.1.3.1060 = INTEGER: 1
    SNMPv2-SMI::enterprises.9.9.13.1.4.1.3.2059 = INTEGER: 1
    SNMPv2-SMI::enterprises.9.9.13.1.5.1.2.1059 = STRING: "Sw1, PS1 Normal, RPS NotExist"
    SNMPv2-SMI::enterprises.9.9.13.1.5.1.2.2060 = STRING: "Sw2, PS1 Normal, RPS NotExist"
    SNMPv2-SMI::enterprises.9.9.13.1.5.1.3.1059 = INTEGER: 1
    SNMPv2-SMI::enterprises.9.9.13.1.5.1.3.2060 = INTEGER: 1
    SNMPv2-SMI::enterprises.9.9.13.1.5.1.4.1059 = INTEGER: 2
    SNMPv2-SMI::enterprises.9.9.13.1.5.1.4.2060 = INTEGER: 2
    As you see, both PS1 (for both switches) are appearing normal. It doesn't even recognize RPS:
    SNMPv2-SMI::enterprises.9.9.13.1.5.1.2.1059 = STRING: "Sw1, PS1 Normal, RPS NotExist"
    SNMPv2-SMI::enterprises.9.9.13.1.5.1.2.2060 = STRING: "Sw2, PS1 Normal, RPS NotExist"
    The first switch's power supply died and now the cable is disconnected. LED's of the power supply are out. And still: The switch happily announces by SNMP it's power supplies are up.
    Is this a known bug? If yes, has it been fixed?
    Model  WS-C3750E-48TD
    Firmware 12.2(37)SE1
    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-qformat:yes;
    mso-style-parent:"";
    mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
    mso-para-margin:0cm;
    mso-para-margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:"Calibri","sans-serif";
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-fareast-font-family:"Times New Roman";
    mso-fareast-theme-font:minor-fareast;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;
    mso-bidi-font-family:"Times New Roman";
    mso-bidi-theme-font:minor-bidi;}

  • VMs change OID and fails SNMP probe on ACE module

    I am setting up least loaded load-balancing on a serverfarm. It seems to work fine when all servers have the same OIDs, but the VMs change OIDs for the CPU utilization every time they vMotion or reboot, and that causes the SNMP probe to fail.
    Is there any known solution to fix that problem?
    Thank you,
    Mark

    Hi Mark,
    If the OID's change itself on servers then this is expected. I am aware of anything that we can do on ACE to update the OID's automatically.
    Regards,
    Kanwal

  • Setting SNMP counter monitor trap polling interval and threshold

    Hello,
    I want to send a trap when the WLS heap reaches a high water mark.
    My questions are:
    1) with a threshold of 10MB, I receive the trap when heap is 256MB. 256MB is
    teh max heap setting when starting jvm. Why do I receive the trap @ 256MB and
    not at 11MB?
    2) With a polling interval of 30 seconds and offset/modulus of 0, I expect to
    receive a trap every 30 seconds for as long as the heap is over 10MB. I only
    receive the trap once @ 256MB. Why don't I receive multiple traps?
    I'm using the SNMP counter monitor where:
    mbean type = JVMRuntime
    mbean name = MainServer
    monitored attribute = HeapSizeCurrent
    polling interval = 30 seconds
    threshold = 10000000
    offset = 0
    modulus = 0
    I'm using WLS 7.0 SP1 with WebLogic Temporary Patch for CR090721 12/06/2002 15:08:40
    Thanks,
    BT

    Jing,
    Could you please post how your config.xml looks after you set this Trap?
    Also, once you configured a monitor trap, you need to re-start the admin
    server. For more information on how to setup a counter monitor refer to
    the BEA docs at,
    http://e-docs.bea.com/wls/docs61//snmpman/snmptraps.html#1071147
    Thanks,
    -satya
    xcjing wrote:
    >
    I set a SNMP Counter Monitors on weblogic6.1sp2, I want when the servlet xcj3 is
    reload more than 2 times
    then send a trap nitification, the attribute I set is:
    Monitored MBean type: ServletRuntime
    Monitored MBean name: examples:Name=xcj3,ServerRuntime=examplesServer,Type=ServletRuntime,Location=examplesServer
    Monitored Attribute Name: ReloadTotalCount
    Polling Interval: 1 second
    Threadhold: 2
    offset: 0
    modulus: 0
    the SNMP Counter Monitor I set cannot work, can anyone tell me what wrong it is??
    thank you very much!!!
    by the way, the SNMP Log Filter I set is work well on my weblogic6.1.

  • 6140 MIB File for SNMP/6140 Monitoring

    Hi,
    i�m looking for a MIB file for 6140 Disk Array. I found only 3510 MIB file, but nothing related to 6140.
    The target of my actual task is setting up monitoring on a 6140 Array from a customer. We are using Big Sister Monitoring Software.
    3510 monitoring was no problem due to the fact that it was easily getting some status infos via Command Line Tool, this has changed since 6140 is using a new kind of management application, which doesn�t seems to give useable output directly (regarding to a colleague) and requires login.
    Any Suggestions e.g. other ways than snmp for monitoring? Status-Sites from the web-frontend?
    Thanks in advance!
    I

    Hi,
    I have the same problem : finding the 6140's mib to identify traps.
    I guess that SUN-SAM-MIB.mib may be the good one, but I'm not sure.
    to get it, I have downloaded StorageTek SAM-FS 4.6 and searched for mibs inside.
    could someone confirm I found the good mib
    thanks
    thomas

  • After upgrading to NX-OS 5.04, out snmp traps monitoring system is not generating ticket / incident for the snmp traps and my question is whether we need to apply new MIBS for that?

    after upgrading to NX-OS 5.04, out snmp traps monitoring system is not generating ticket / incident for the snmp traps and my question is whether we need to apply new MIBS for that?

    Looking at the error message "The Network Adapter could not establish the connection" , It appears hostname and port may be incorrect. Review the targets.xml under E:\oracle\product\10.2.0\db_1\SAP_solman_SDB\emd and
    emoms.properties under E:\oracle\product\10.2.0\db_1\SAP_solman_SDB\config folder to make sure host ( sap_solman) and port (1527) are correct.
    As far as setting the environment variables goes, you can go to control panel -> system -> advanced -> environment variables and set the ORACLE_HOME and ORACLE_SID
    -Ramesh

  • Using SNMP to monitor DMVPN NHRP

    Are there any SNMP OIDs for monitoring dynamic DMVPN NHRP entries? I'd like to poll my hub router for a list of active DMVPN spokes, and NHRP seems like the best thing to check, but I can't find any MIBs for NHRP outside of the Frame Relay context.
    Thanks!
    -Mason

    Hi
    I use these OID for my DMVPN query.
    ***HUB***
    Active IKE sessions (count)
    get .1.3.6.1.4.1.9.9.171.1.2.1.1.0
    Active IPSec sessions (count)
    get .1.3.6.1.4.1.9.9.171.1.3.1.1.0
    IKE Peer's IP address (list)
    walk .1.3.6.1.4.1.9.9.171.1.2.2.1.7.0
    ***SPOKE***
    IKE History (ID)
    walk .1.3.6.1.4.1.9.9.171.1.4.2.1.1.8
    IKE History (reason based on ID)
    walk .1.3.6.1.4.1.9.9.171.1.5.2.1.1.2
    I don't know if it's exactly what you want. But if it's not, you can walk the cisco mib 1.3.6.1.4.1.9 in a text file and grab what you want. It's like this that I've found my OID
    Enjoy :)

  • Some problems with snmp catalyst monitoring (sensor values)

    Good day for all.
    Recently in our company was installed some snmp monitoring tool, so now I try to configure it to collect some OID's information.
    Now i have some bewilderment on some OIS's values:
    1. cswSwitchPowerBudget that's OID is ​1.3.6.1.4.1.9.9.500.1.2.1.1.9. On all Cisco devices (C3750-X,C2950,C2960) that monitored now it's value is correct and equal 230V, but we have one stack of C2960S and it's value is 0!
    2. monitoring of entitySensorMIB get some unclear results, so on all C3750-X the amper sensor show value of 60, but on one of them value is 80. This problemable switch is not stacked and haven't high load and no PoE. Also noise sensors on two C3750-X show over 40dBm, but when i go into rooms they are placed i hear that noice is very low.

    Good day for all.
    Recently in our company was installed some snmp monitoring tool, so now I try to configure it to collect some OID's information.
    Now i have some bewilderment on some OIS's values:
    1. cswSwitchPowerBudget that's OID is ​1.3.6.1.4.1.9.9.500.1.2.1.1.9. On all Cisco devices (C3750-X,C2950,C2960) that monitored now it's value is correct and equal 230V, but we have one stack of C2960S and it's value is 0!
    2. monitoring of entitySensorMIB get some unclear results, so on all C3750-X the amper sensor show value of 60, but on one of them value is 80. This problemable switch is not stacked and haven't high load and no PoE. Also noise sensors on two C3750-X show over 40dBm, but when i go into rooms they are placed i hear that noice is very low.

  • Using SNMP to monitor Nexus 7000 Series Supervisor Module

    Hello,
    I got a Nexus 7000 supervisor module recently, I met a SNMP problem for this module
    I would like to know which specific OIDs to use to monitor the following using SNMP on a Nexus 7000 supervisor module:
    - Port status
    - CPU total utilization
    - Power Supply status
    - Chassis Fan status
    etc.
    The Nexus is quite different from other Cisco devices - any help will be appreciated!

    hope help,  and 
    port status OID is ifOperStatus
    CPU total utilization OID is 1.3.6.1.4.1.9.9.109.1.1.1.1.6.1
    [root@NET-MONITOR-1 ~]# 
    [root@NET-MONITOR-1 ~]# snmpwalk -On -v 2c -c 360buy 172.17.0.253 ifDescr.83886080
    .1.3.6.1.2.1.2.2.1.2.83886080 = STRING: mgmt0
    [root@NET-MONITOR-1 ~]# 
    [root@NET-MONITOR-1 ~]# snmpwalk -On -v 2c -c 360buy 172.17.0.253 ifOperStatus.83886080
    .1.3.6.1.2.1.2.2.1.8.83886080 = INTEGER: up(1)
    [root@NET-MONITOR-1 ~]# 
    [root@NET-MONITOR-1 ~]# snmpwalk -On -v 2c -c 360buy 172.17.0.253 1.3.6.1.4.1.9.9.109.1.1.1.1.6.1
    .1.3.6.1.4.1.9.9.109.1.1.1.1.6.1 = Gauge32: 21
    [root@NET-MONITOR-1 ~]#

  • SNMP Traps Monitoring problem.

    Hi,
    Hear is my problem. I am using SNMP Traps as Auto-Reaction Method to monitor some files system. I am already receiving Traps when the file exceeds the thresholds value (when change from Green to Yellow and when change from Yellow to Red). The problem that I’m having is that I am not receiving Traps to reset these values (Reset from Red to Yellow and Reset from Yellow to Green). What do I have to do to receive those traps?

    Hi Santiago,
    I am trying to send snmp alert from solution manager to Tivoli enterprise console. I did all configuration based on SAP document but Tivoli team keep saying that they did not receive anything. There is no way i can test on my side that what is the problem. When aler is generated, i see the MTE goes red and then alert status shows " Action required". However if I change the method to email, i receive emails. it is only SNMP which does not  work.
    Can you tell if i need to setup special parameter in SNMP method which i am missing. I did the following:
    HOST - Tivoli server
    Trapsort - UDP
    Port - 162
    MIB_DIR = /usr/sap//SID/SYS/exe/run/MIBS
    Also is there any settings which Tivoli team has to do for receiving traps? It is possible for you to share the setup document? you can send it to me on [email protected]
    Thanks for ur help.
    Pavan

Maybe you are looking for

  • Application Supersedence not working as I want and expect!

    Hello, I need help to find out how to properly deploy an upgraded application using the SCCM 2012 Application supersedence. What I have One application in production with version 1.0. Let us call it APPL-BLUE1.0 New application of the same product wi

  • Cannot Add File to Library in iTunes version 7

    (prenote: I have completed the 5 R's) I do not seem to be able to add a file to the iPod with the Add File function like I used to in version 6 of iTunes. I now have to Import File for the podcasts and mp3's which I would like to add. Then, when thes

  • Adobe Illustrator CS6 Update (version 16.0.3) Installation failed?

    Adobe Illustrator CS6 Update (version 16.0.3) Installation failed. Error Code: U44M1P7 Photoshop update work fined. Macintosh running Mountain Lion.

  • SG300 - 28p does not work

    good morning, nice to saludoarles, I write because I have a problem with a model SG300-28p switch, I explain: had run the company normally switch until one day we were completely without a net, the teams showed "Network cable unplugged" apparently th

  • IOS 5.1 Update suddenly morphed iPhone 4s into 4G??

    Ok, what is up with the 4G icon?  I have an iPhone 4s 64GB, and after iOS 5.1 update, the 3G icon is now 4G.  Is this an error that has somehow cropped up, or is this a nice easter egg from Apple .....Surprise, you now have 4G?  Ha Ha, Not likely! Ha