SNMP problem

I have 5 Mac Pros located in a datacenter. I have enabled SNMP on all 5 so I can monitor them remotely. All 5 of them are randomly crashing with the following:
Tue Nov 11 13:08:58 2008
panic(cpu 2 caller 0x001431A9): "zalloc: \"socket\" (590 elements) retry fail 3"@/SourceCache/xnu/xnu-1228.7.58/osfmk/kern/zalloc.c:770
Backtrace (CPU 2), Frame : Return Address (4 potential args on stack)
0x2dfdfe08 : 0x12b0fa (0x459234 0x2dfdfe3c 0x133243 0x0)
0x2dfdfe58 : 0x1431a9 (0x45ae80 0x48d7f4 0x24e 0x3)
0x2dfdfeb8 : 0x1434f5 (0x140f304 0x1 0x37d7550 0x2)
0x2dfdfed8 : 0x3a3c5d (0x140f304 0x3 0x0 0x7)
0x2dfdfef8 : 0x3a5d61 (0x1 0x2 0x2 0x365cc9)
0x2dfdff38 : 0x3aaa11 (0x2 0x2dfdff5c 0x2 0x0)
0x2dfdff78 : 0x3ddd6e (0x3aa19a0 0x3890820 0x3890864 0x0)
0x2dfdffc8 : 0x19f3b3 (0x3c5bde0 0x0 0x1a20b5 0x3c5bde0)
No mapping exists for frame pointer
Backtrace terminated-invalid frame pointer 0xbfffecf8
BSD process name corresponding to current thread: snmpd
Mac OS version:
9F33
Kernel version:
Darwin Kernel Version 9.5.0: Wed Sep 3 11:29:43 PDT 2008; root:xnu-1228.7.58~1/RELEASE_I386
System model name: MacPro3,1 (Mac-F42C88C8)
Any clues why SNMP would cause the Macs to crash?

I have found a workaround for the snmpd related KP's:
The problem with snmpd is that its leaking memory and exhausting the mach kernel. Until Apple has a fix (maybe 10.5.7?) the best solution is to create a launchd item to "killall snmpd" once a day:
/Libary/LaunchDaemons/edu.(yournamehere).killall.snmpd
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>edu.(yournamehere).killall.snmpd</string>
<key>ProgramArguments</key>
<array>
<string>killall</string>
<string>snmpd</string>
</array>
<key>StartCalendarInterval</key>
<dict>
<key>Hour</key>
<integer>3</integer>
<key>Minute</key>
<integer>7</integer>
</dict>
</dict>
</plist>
So far (one week), no more panic's!

Similar Messages

  • ACS 5.4 snmp problem - sysoid

    I've looked through the posts and haven't found anything on this yet.
    We have 2 ACSs, 5.4, running on VMs.The ovas were initially deployed via the 5.3 image, then upgraded. The secondary had a storage problem over the weekend and the vm was not backed up as production, so it was deleted. We had to completely rebuild.
    This time, the ova was deployed from the 5.4 iso. Did patch 1, AD integration, etc. and then reestablished it as the secondary. Functionally everything
    is fine, replication is good, and everything is working.
    Looking in our NMS, I do see an issue with the sysoid. Below is the a snippet from the primary:
    .1.3.6.1.2.1.1.1.0 = STRING: Cisco Secure Access Control System 5.4
    .1.3.6.1.2.1.1.2.0 = OID: .1.3.6.1.2.1.47.1.1.1.1.13.1
    Here is the same from the newly deployed secondary:
    .1.3.6.1.2.1.1.1.0 = STRING: Cisco Application Deployment Engine
    .1.3.6.1.2.1.1.2.0 = OID: .0.0.0
    Has anyone seen this? Once again, everything is functioning fine and this appears to be cosmetic (not affecting normal ops).
    Thanks, chris

    At this point, my plan is to apply patch 2. When I do this, I will reboot the secondary (the VM itself). What I am not sure of is whether or not this was done. I thought when the initial ADE config was done and the setup script installed the app, the
    VM rebooted at that point. But that's what I'm going to try, change ticket is set for the 23rd. If I still see the same thing, then I'll look at playing around with the snmp settings, since it's not an issue of snmp not working, it's just not reporting the mib2 values I would expect.
    Thanks, chris

  • (Qeustion) WLS5.1 SNMP problem? Please help...

    Hello, all
    I am attaching the weblogic.properties, startWebLogic.cmd and
    startSNMPAgent.cmd
    I started the weblogic server 5.1 on port 7001.
    Then started the SNMP agent using the command
    "%JAVA% weblogic.SNMPAgent -password system -snmpPort 161 -serverURLs
    t3://210.182.160.120:7001 -community public -debugLevel 3 -trapDestinations
    210.182.160.111:162".
    210.182.160.120 : WebLogic Server 5.1
    210.182.160.111 : Trinity(NMS)
    Then I tried to access the "serverState" variable using the command
    "java snmpget localhost .1.3.6.1.4.1.140.600.40.1.20"
    "java snmpwalk localhost .1.3.6.1.4.1.140.600.20"
    But i am getting the following error.
    Response PDU received from localhost/127.0.0.1, community: public
    Error in response. There is no such variable name in this MIB.
    Index: 1
    Errored Object ID: .1.3.6.1.4.1.140.600.40.1.10
    I am attaching picture. refer to that(above process result).
    How can I solve this problem?
    Thanks in advance...
    Have the pretty day. ^^;
    [4.SNMPAgentWhenSNMPGet.JPG]
    [3.snmp_command.JPG]
    [2.startSNMPAgent.JPG]
    [1.startWeblogic.JPG]
    [weblogic.properties]
    [startWebLogic.cmd]
    [startSNMPAgent.cmd]

    (i posted this response earlier, however i don't know where it got lost ....
    anyway)
    pls see comments, inline ....
    Beom Lee <[email protected]> wrote in message
    news:[email protected]...
    Thanks for your anser.
    I tried to snmpwalk...
    But I failed...
    I tried another system that snmp don't be installed.
    So, Success...
    But I have some promblem..
    I executed snmpwalk .1.3.6.1.4.1.140.600...
    But I got the mib variable from .1.3.6.1.4.1.140.600.20 to
    .1.3.6.1.4.1.140.600.50
    I can't get the .1.3.6.1.4.1.140.600.10.xxx...This is because, for some reason your cluster is not up/active. Bcos if you
    look at the first line of the output you have attached from snmpwalk, it
    shows that the value of 'serverEntry.clusterName' == 'standalone' for
    'myserver'. i.e. that server is not a part of a cluster.
    I would double check the cluster setup. Do you get messages in your
    weblogic.log from the respective servers indicating that they have joined
    the cluster ?
    Because I don't get the .1.3.6..1.4.1.140.600.10.xxx, I can't know the
    clusterEntry index
    and I can't know the list of servers in cluster.
    I attached the snmpwalk result.
    And I attached the weblogic properties file of snmpwalk target system.
    Thanks in advance.
    "Sanjeev Chopra" <[email protected]> wrote in message
    news:[email protected]...
    comments inline...
    Beom Lee <[email protected]> wrote in message
    news:[email protected]...
    Hello, all
    I am attaching the weblogic.properties, startWebLogic.cmd and
    startSNMPAgent.cmd
    I started the weblogic server 5.1 on port 7001.
    Then started the SNMP agent using the command
    "%JAVA% weblogic.SNMPAgent -password system -snmpPort 161 -serverURLs
    t3://210.182.160.120:7001 -community public -debugLevel3 -trapDestinations
    210.182.160.111:162".
    210.182.160.120 : WebLogic Server 5.1
    210.182.160.111 : Trinity(NMS)
    Then I tried to access the "serverState" variable using the command
    "java snmpget localhost .1.3.6.1.4.1.140.600.40.1.20"
    "java snmpwalk localhost .1.3.6.1.4.1.140.600.20"
    But i am getting the following error.to get server state for all servers.. use the following command
    java snmpwalk localhost .1.3.6.1.4.1.140.600.20.1.20also the output you have attached is from the first command (snmpget).
    can
    you try the command above and see what output you get on the agent side?
    >>>
    Response PDU received from localhost/127.0.0.1, community: public
    Error in response. There is no such variable name in this MIB.
    Index: 1
    Errored Object ID: .1.3.6.1.4.1.140.600.40.1.10This error is an expected response to your snmpget command above.'snmpget'
    needs an "instance OID" i.e. OID of an element + value of the index
    which
    identifies that instance of that element. Try the snmpwalk commandabove -
    it should return you the "instance OID" which you can use with snmpget,if
    you like
    good luck !
    I am attaching picture. refer to that(above process result).
    How can I solve this problem?
    Thanks in advance...
    Have the pretty day. ^^;

  • Spine and SNMP problems

    Hi everyone,
    I have followed the tutorial to installing cacti here http://wiki.archlinux.org/index.php/Cacti
    But when i try to add an interface stats graph, i get:
    + Running data query [1].
    + Found type = '3' [snmp query].
    + Found data query XML file at '/srv/http/cacti/resource/snmp_queries/interface.xml'
    + XML file parsed ok.
    + Executing SNMP walk for list of indexes @ '.1.3.6.1.2.1.2.2.1.1'
    + No SNMP data returned
    + Found data query XML file at '/srv/http/cacti/resource/snmp_queries/interface.xml'
    When the query is run in debug mode.
    Thinking that the tutorial above lacked some config, i blindly started playing around (as you do) and ended up with 'rwuser cacti' in my snmpd.conf.. Im really lost as to how snmp is configured and cant find any understandable tutorials for it.
    My cacti.log shows this error, suggesting that snmp is not set up to handle cacti's requests:
    SPINE: Poller[0] WARNING: Host[3] DataQuery[1] Reindex Check FAILED: No SNMP Session. If not an SNMP host, don't use Uptime Goes Backwards!
    SPINE: Poller[0] WARNING: Host[3] DataQuery[6] Reindex Check FAILED: No SNMP Session. If not an SNMP host, don't use Uptime Goes Backwards!
    SYSTEM STATS: Time:1.2157 Method:spine Processes:1 Threads:1 Hosts:2 HostsPerProcess:2 DataSources:10 RRDsProcessed:10
    Please help!!

    Weirdly, it started working with absolutely no input from me..
    So i added a network traffic graph, and i was getting some blank graphs. But this seemed to be a problem with cron, so i have restarted the service and everything LOOKS to be working. We'll see if i get any useful info.
    How the hell did it start working?

  • Net snmp problem

    Dear Members!
    I have installed netsnmp-5.41 from sunfreeware.com. But i got problem on snmpwalk.
    Here is the error message from /var/log/snmpd.log
    netsnmp_assert !"registration != duplicate" failed agent_registry.c:535 netsnmp_subtree_load()
    netsnmp_assert !"registration != duplicate" failed agent_registry.c:535 netsnmp_subtree_load()
    netsnmp_assert !"registration != duplicate" failed agent_registry.c:535 netsnmp_subtree_load()
    NET-SNMP version 5.4.1
    /dev/openprom: Invalid argument
    unable to lookup boot-command from eeprom
    Please advise me what should i do?
    Regards,
    Umar Draz

    I have the same problem...
    snmpwalk gives me:
    Error in packet.
    Reason: (genError) A general failure occured
    Failed object: .iso.org.dod.internet.private.enterprises.sun.products.sunSeaProxyMIB.sunSubTreeDispatchTable.sunSubTreeDispatchEntry.sunSubTreeDispatchIndex.1.1
    And snmpd.log:
    cannot read from /dev/openprom
    unable to lookup boot-command from eeprom
    js.

  • Net-snmp problem UNKNOWN host

    There is a bug in the net-snmp 5.4 package, the host variable used by snmptrapd to resolve IPs return a UNKNOWN name when can't resolve.
    See the following (closed) bug report for details:
      [ 1638225 ] 5.4 traphandle: unresolved IP translated to <UNKNOWN>
      http://sf.net/support/tracker.php?aid=1638225
    I don't known if you people can fix this in the next build!!!!!
    thanks
    Carlos
    Last edited by CarLost (2007-06-20 02:28:47)

    I have the same problem...
    snmpwalk gives me:
    Error in packet.
    Reason: (genError) A general failure occured
    Failed object: .iso.org.dod.internet.private.enterprises.sun.products.sunSeaProxyMIB.sunSubTreeDispatchTable.sunSubTreeDispatchEntry.sunSubTreeDispatchIndex.1.1
    And snmpd.log:
    cannot read from /dev/openprom
    unable to lookup boot-command from eeprom
    js.

  • SNMP problem in Local Director 416 V4.2.3

    I am unable to get SNMP response from local director :
    herafter the snmp configuration .
    snmp-server host 62.184.xx.yy
    snmp-server enable traps
    snmp-server community xxxxxxxxx
    snmp-server contact Philippe
    snmp-server location B2
    What else should be in configuration to have the local director respond to
    SNMP request from snmp-server host 62.184.xx.yy ?
    Thanks for your help.

    This is not expected behavior with the LD.
    I did see one bug (CSCdw87752) regarding the LD duplicating multicast packets in 4.2.3. The scenario was slightly different. In the bug, the LD was duplicating multicast packets from a Checkpoint Firewall. That bug is fixed in version 4.2.4. I think it is likely that this fix will also fix your issue.
    Let me know if that works or not...
    -Steve

  • WAP4410N-A vs WAP4410N-E snmp problem

    I have installed about 60 of these APs throughout my school. I am  now trying to put together some tools to manage these APs. I find that gathering information on them using SNMP produces bad data, depending upon which model I have. For example:
    OID 1.3.6.1.4.1.9.6.1.32.4410.1.2.1.0 produces the name I have assigned to the AP in the model N-A but produces nothing on the model N-E.
    OID 1.3.6.1.4.1.9.6.1.32.4410.1.1.1.3.0 produces the MAC address of the AP model N-A but produces some insane number in model N-E. An example of this insane number is 0x7ff182b8433a31443a32363a44383a3738. Doesn't look like a MAC address to me.... :-(
    I did some SNMPWALK's and found no combination of OID's that would produce the name of

    Hi, My name is Eric Moyers. I am a Network Support Engineer in the Cisco Small Business Support Center. Thank you for using the Cisco Community Post Forums.
    I know that on most, if not all, of our products when then end in -A, -E, -NA, -EU, -AU, etc that it stands for country codes for which the product was manufactured for.
    I will check but I believe the issue you are having may have something to do with that. I will try and see if I can get you a better answer.
    When I do I will update here.
    Thanks
    Eric Moyers
    Cisco Network Support Engineer
    CCNA, CCNA-Wireless
    1-866-606-1866

  • ISA550 SNMP Problem

    My client wants to use MRTG to track traffic out to the Internet.  The tools within the ISA550 are good but they need something more detailed.  I have setup MRTG before with a Cisco router and it worked great.  However, this time it is not working so good with the ISA550.  The cfgmaker program used to create a configuration file for MRTG reads the ISA550 loopback okay and reports the interface speed, but the other interfaces come up with a speed of 0 (zero).
    Is there anything special I need to do with the ISA550 to get SNMP to read interface speed?  MRTG uses SNMP v1 or v2 and that is what the configuration of SNMP on the ISA550 is set to.                  

    I have additional information about this issue.  I did an "snmpwalk" on the Cisco ISA550 and the results (edited for relevancy) are below.  I also did a "snmpwalk" on a Cisco SG200 switch.  The Cisco router does not report any ifspeed except on the loopback interface.  By comparison, the SG200 shows ifspeed on every interface.
    Does anyone here have any idea why I can't get an interface speed?  This is required for the MRTG traffic tracking program.  I don't think Cisco supports this product with phone support, but if they do, please, let me know.
    Cisco ISA550
    C:\usr\bin>snmpwalk -v2c -c Rpublic 192.168.1.1
    SNMPv2-MIB::sysDescr.0 = STRING: Linux, Cisco Small Business ISA550(ISA550-K9), Version 1.2.18 T
    hu Oct 31 12:56:40 CST 2013
    SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.9.6.1.24.5.16.0.0
    DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (25477000) 2 days, 22:46:10.00
    SNMPv2-MIB::sysContact.0 = STRING: Tom Mountain
    SNMPv2-MIB::sysName.0 = STRING: RTISA550rtr
    SNMPv2-MIB::sysLocation.0 = STRING: Tampa, FL
    SNMPv2-MIB::sysORLastChange.0 = Timeticks: (0) 0:00:00.00
    SNMPv2-MIB::sysORID.1 = OID: SNMP-FRAMEWORK-MIB::snmpFrameworkMIBCompliance
    SNMPv2-MIB::sysORID.2 = OID: SNMP-MPD-MIB::snmpMPDCompliance
    SNMPv2-MIB::sysORID.3 = OID: SNMP-USER-BASED-SM-MIB::usmMIBCompliance
    SNMPv2-MIB::sysORID.4 = OID: SNMPv2-MIB::snmpMIB
    SNMPv2-MIB::sysORID.5 = OID: TCP-MIB::tcpMIB
    SNMPv2-MIB::sysORID.6 = OID: IP-MIB::ip
    SNMPv2-MIB::sysORID.7 = OID: UDP-MIB::udpMIB
    SNMPv2-MIB::sysORID.8 = OID: SNMP-VIEW-BASED-ACM-MIB::vacmBasicGroup
    SNMPv2-MIB::sysORDescr.1 = STRING: The SNMP Management Architecture MIB.
    SNMPv2-MIB::sysORDescr.2 = STRING: The MIB for Message Processing and Dispatching.
    SNMPv2-MIB::sysORDescr.3 = STRING: The management information definitions for the SNMP User-base
    d Security Model.
    SNMPv2-MIB::sysORDescr.4 = STRING: The MIB module for SNMPv2 entities
    SNMPv2-MIB::sysORDescr.5 = STRING: The MIB module for managing TCP implementations
    SNMPv2-MIB::sysORDescr.6 = STRING: The MIB module for managing IP and ICMP implementations
    SNMPv2-MIB::sysORDescr.7 = STRING: The MIB module for managing UDP implementations
    SNMPv2-MIB::sysORDescr.8 = STRING: View-based Access Control Model for SNMP.
    IF-MIB::ifSpeed.1 = Gauge32: 1000000000
    IF-MIB::ifSpeed.2 = Gauge32: 0
    IF-MIB::ifSpeed.3 = Gauge32: 0
    IF-MIB::ifSpeed.4 = Gauge32: 0
    IF-MIB::ifSpeed.5 = Gauge32: 0
    IF-MIB::ifSpeed.6 = Gauge32: 0
    IF-MIB::ifSpeed.7 = Gauge32: 0
    IF-MIB::ifSpeed.8 = Gauge32: 0
    IF-MIB::ifSpeed.9 = Gauge32: 0
    IF-MIB::ifSpeed.10 = Gauge32: 0
    IF-MIB::ifSpeed.11 = Gauge32: 0
    IF-MIB::ifSpeed.12 = Gauge32: 0
    IF-MIB::ifSpeed.13 = Gauge32: 0
    IF-MIB::ifSpeed.14 = Gauge32: 0
    IF-MIB::ifSpeed.15 = Gauge32: 0
    IF-MIB::ifSpeed.16 = Gauge32: 0
    IF-MIB::ifSpeed.17 = Gauge32: 0
    IF-MIB::ifSpeed.18 = Gauge32: 0
    IF-MIB::ifSpeed.19 = Gauge32: 0
    IF-MIB::ifSpeed.20 = Gauge32: 0
    IF-MIB::ifSpeed.21 = Gauge32: 0
    IF-MIB::ifSpeed.22 = Gauge32: 0
    IF-MIB::ifSpeed.23 = Gauge32: 0
    IF-MIB::ifSpeed.24 = Gauge32: 0
    IF-MIB::ifSpeed.25 = Gauge32: 0
    IF-MIB::ifSpeed.26 = Gauge32: 0
    IF-MIB::ifSpeed.27 = Gauge32: 0
    IF-MIB::ifSpeed.28 = Gauge32: 0
    IF-MIB::ifSpeed.29 = Gauge32: 0
    IF-MIB::ifSpeed.30 = Gauge32: 0
    IF-MIB::ifSpeed.31 = Gauge32: 0
    IF-MIB::ifSpeed.32 = Gauge32: 0
    IF-MIB::ifSpeed.33 = Gauge32: 0
    IF-MIB::ifSpeed.34 = Gauge32: 0
    IF-MIB::ifSpeed.35 = Gauge32: 0
    Cisco SG200 Switch
    C:\usr\bin>snmpwalk -v2c -c Rpublic 192.168.1.40
    SNMPv2-MIB::sysDescr.0 = STRING: 26-Port Gigabit Smart Switch
    SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.9.6.1.88.26.1
    DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (114312300) 13 days, 5:32:03.00
    SNMPv2-MIB::sysContact.0 = STRING: Tom Mountain
    SNMPv2-MIB::sysName.0 = STRING: RTsg200SW
    SNMPv2-MIB::sysLocation.0 = STRING: Tampa, FL
    SNMPv2-MIB::sysServices.0 = INTEGER: 2
    SNMPv2-MIB::sysORLastChange.0 = Timeticks: (0) 0:00:00.00
    SNMPv2-MIB::sysORID.1 = OID: SNMPv2-SMI::enterprises.89.73
    SNMPv2-MIB::sysORDescr.1 = STRING: RS capabilities
    SNMPv2-MIB::sysORUpTime.1 = Timeticks: (0) 0:00:00.00
    IF-MIB::ifSpeed.49 = Gauge32: 100000000
    IF-MIB::ifSpeed.50 = Gauge32: 1000000000
    IF-MIB::ifSpeed.51 = Gauge32: 1000000000
    IF-MIB::ifSpeed.52 = Gauge32: 1000000000
    IF-MIB::ifSpeed.53 = Gauge32: 1000000000
    IF-MIB::ifSpeed.54 = Gauge32: 1000000000
    IF-MIB::ifSpeed.55 = Gauge32: 1000000000
    IF-MIB::ifSpeed.56 = Gauge32: 1000000000
    IF-MIB::ifSpeed.57 = Gauge32: 1000000000
    IF-MIB::ifSpeed.58 = Gauge32: 1000000000
    IF-MIB::ifSpeed.59 = Gauge32: 1000000000
    IF-MIB::ifSpeed.60 = Gauge32: 1000000000
    IF-MIB::ifSpeed.61 = Gauge32: 1000000000
    IF-MIB::ifSpeed.62 = Gauge32: 1000000000
    IF-MIB::ifSpeed.63 = Gauge32: 1000000000
    IF-MIB::ifSpeed.64 = Gauge32: 1000000000
    IF-MIB::ifSpeed.65 = Gauge32: 1000000000
    IF-MIB::ifSpeed.66 = Gauge32: 1000000000
    IF-MIB::ifSpeed.67 = Gauge32: 1000000000
    IF-MIB::ifSpeed.68 = Gauge32: 1000000000
    IF-MIB::ifSpeed.69 = Gauge32: 1000000000
    IF-MIB::ifSpeed.70 = Gauge32: 1000000000
    IF-MIB::ifSpeed.71 = Gauge32: 1000000000
    IF-MIB::ifSpeed.72 = Gauge32: 1000000000
    IF-MIB::ifSpeed.73 = Gauge32: 1000000000
    IF-MIB::ifSpeed.74 = Gauge32: 1000000000
    IF-MIB::ifSpeed.1000 = Gauge32: 0
    IF-MIB::ifSpeed.1001 = Gauge32: 0
    IF-MIB::ifSpeed.1002 = Gauge32: 0
    IF-MIB::ifSpeed.1003 = Gauge32: 0
    IF-MIB::ifSpeed.3000 = Gauge32: 0
    IF-MIB::ifSpeed.100000 = Gauge32: 0

  • SNMP integration with ISE 1.2

    Hi Guys,
    Did anyone have a hard time integrating ISE 1.2 with SNMP server for polling system parameters? I'm trying to add ISE 1.2.1 to solarwinds SNMP server but when adding the required parameters like IP address and community string and doing an SNMP test connection it returns a failure message. SNMP configuration on ISE is quit simple. Only two commands are needed which are the SNMP server IP and community string values. Searching on the web, i saw a bug CSCun42967  that documents SNMP problems with ISE 1.2. Could that be the problem? or if there is any limitations for this integration?
    Thanks,
    Mohammad

    Here is the helpful link :
    https://www.cisco.com/en/US/docs/security/ise/1.0/user_guide/ise10_sw_cnfg.pdf

  • 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 ~]#

  • Campus manager not refreshing

    Before our upgrade, campus manager, specifically topology services network topology layer 2 map, would auto-refresh when a device went down, or a new device came online... after a data collection of course. now it requires a complete shutdown of the java application topology services, and a completely new instance opened before we can see any changes instead of functioning in real time. what are we missing here?
    (it is very possible this is a snmp problem. we are running v3)
    Thank you for you help!
    -fox

    1. Post screen shot of error.
    2. What kind of device is it?
    3. Is this LMS installation being managed locally or by ACS?

  • Strange sorting behavior with iOS calendars

    My wife and I both have a two calendars (personal and business) which we are sharing with each other. So four shared calendars, two form my wife and two form myself. All four calendars are iCloud-calendars, two from my wife's account and two from mine.
    All calendars are syncing with several devices: one iMac, two MacBooks, two iPads and three iPhones. Today I found out that on the iOS devices the sorting of the calendars has issues.
    My preferred order is 1) my personal, 2) my business, 3) wife personal and 4) wife business. On iCloud (via browser) this is fine. On al the OS X devices also, but on the iOS devices 3 and 4 are switched (1, 2, 4, 3 instead of 1, 2, 3, 4). I can reorder them to 1,3,4,2 and several other options on the iOS devices, but 1,2,3,4 is not possible. Any ideas?

    I agree Mike; the "IT pride" is a wide spread issue in this line of work that leaves a lame taste of the profession.
    Long story short. It was probably corrupt image though there isn't a definitive way to confirm that (again, I try to stay away from the IT people assumptions).
    What is back and white is the remedy. After formatting the flash and uploading the SAME image the SNMP problem went away.
    Thanks
    ~B

  • Spooler still crashes with client 5.98

    All of our systems are Windows 7 Enterprise 64bit.
    We deployed over 100 systems with the 5.94 client.
    First thing I tried, was deploying a bundle to those machines to run the silent installer for 5.98. This fixed the issue for maybe 30%.
    We had several support calls for "printers disappearing", so I started directing clients to just run the install for 5.98 themselves from our print servers pcontrol.htm page. This fixed another 50%.
    I still have about 20% of our systems where after both steps, the spooler keeps crashing when the workstation has been on for a bit and they try to print.
    I noticed through software inventory that these systems still reported 5.94 in the Users\[username]\Appdata\Local\Temp\RarSFX0 folder, but registered 5.98 in the Windows folders.
    I went as far as to remove all network printers, then uninstall the iPrint agent, and then delete the RarSFXO file, then reinstalling the 5.98 client and the network printers. It still did not fix these remaining systems.
    Here is the ippErrs.txt from a system updated to 5.98. that is still losing the spooler.
    9/30/2014 - 3:55:35 PM
    Module: setupipp.exe
    Trace Info: h:\bld\ndps\clnt_t~1\setupipp.exe\src\comstuff.cpp , line 407, thread 000010A0
    Routine: CheckForHotfix - Hotfix KB2511290 was not installed
    Error: The operation completed successfully.
    9/30/2014 - 3:55:43 PM
    Module: setupipp.exe
    Trace Info: registry.c, line 2459, thread 000010A0
    Routine: CheckPrintProviderInstalled - RegOpenKeyEx failed 2
    Error: The system cannot find the file specified.
    9/30/2014 - 3:55:43 PM
    Module: setupipp.exe
    Trace Info: h:\bld\ndps\clnt_t~1\setupipp.exe\src\comstuff.cpp , line 330, thread 000010A0
    Routine: DeleteShortCut - DeleteFile failed 2
    Error: The system cannot find the file specified.
    9/30/2014 - 3:55:43 PM
    Module: setupipp.exe
    Trace Info: h:\bld\ndps\clnt_t~1\setupipp.exe\src\comstuff.cpp , line 330, thread 000010A0
    Routine: DeleteShortCut - DeleteFile failed 2
    Error: The system cannot find the file specified.
    9/30/2014 - 3:55:43 PM
    Module: setupipp.exe
    Trace Info: h:\bld\ndps\clnt_t~1\setupipp.exe\src\comstuff.cpp , line 330, thread 000010A0
    Routine: DeleteShortCut - DeleteFile failed 2
    Error: The system cannot find the file specified.
    9/30/2014 - 3:55:44 PM
    Module: setupipp.exe
    Trace Info: install.c, line 3982, thread 000010A0
    Routine: MyRemoveFile - DeleteFile failed 2
    Error: The system cannot find the file specified.
    9/30/2014 - 3:55:44 PM
    Module: setupipp.exe
    Trace Info: install.c, line 3982, thread 000010A0
    Routine: MyRemoveFile - DeleteFile failed 2
    Error: The system cannot find the file specified.
    9/30/2014 - 3:55:44 PM
    Module: setupipp.exe
    Trace Info: ippmain.c, line 22190, thread 000010A0
    Routine: StartupLoginEventProcess - OpenThreadToken failed 1008
    Error: An attempt was made to reference a token that does not exist.
    9/30/2014 - 3:55:44 PM
    Module: setupipp.exe
    Trace Info: registry.c, line 2459, thread 000010A0
    Routine: CheckPrintProviderInstalled - RegOpenKeyEx failed 2
    Error: The system cannot find the file specified.
    9/30/2014 - 3:55:51 PM
    Module: setupipp.exe
    Trace Info: ippmain.c, line 22333, thread 000010A0
    Routine: StartupTrayIconProcess - OpenThreadToken failed 1008
    Error: An attempt was made to reference a token that does not exist.
    9/30/2014 - 3:55:51 PM
    Module: setupipp.exe
    Trace Info: registry.c, line 3442, thread 000010A0
    Routine: AreDosboxPortInUse - RegOpenKeyEx failed 2
    Error: The system cannot find the file specified.
    9/30/2014 - 3:55:52 PM
    Module: spoolsv.exe
    Trace Info: ippmain.c, line 855, thread 00001ABC
    Routine: IppCreatePrinterRef - Called on Loopback PING
    Error: The filename, directory name, or volume label syntax is incorrect.
    9/30/2014 - 3:56:50 PM
    Module: iprntcmd.exe
    Trace Info: registry.c, line 4751, thread 000003B4
    Routine: GetUserServerVersionData - RegOpenKeyEx failed 2
    Error: The system cannot find the file specified.
    9/30/2014 - 3:56:52 PM
    Module: spoolsv.exe
    Trace Info: registry.c, line 4276, thread 00001520
    Routine: FindDriverAndGetInfo - RegOpenKeyEx failed 2
    Error: The system cannot find the file specified.
    9/30/2014 - 3:57:28 PM
    Module: spoolsv.exe
    Trace Info: registry.c, line 4276, thread 00001520
    Routine: FindDriverAndGetInfo - RegOpenKeyEx failed 2
    Error: The system cannot find the file specified.
    10/1/2014 - 8:23:47 AM
    Module: spoolsv.exe
    Trace Info: mytcp.c, line 538, thread 00001838
    Routine: TCPRecv - failed to recv (socket 1640) TIMEDOUT(10060)
    Error: Winsock 10060 - Connection has timed out.
    10/1/2014 - 11:12:12 AM
    Module: spoolsv.exe
    Trace Info: ippmain.c, line 19228, thread 00001734
    Routine: IppConnect - gethostbyname failed (error=11004)
    Error: Winsock 11004 - The DNS name has been found in the database, but its associated data is not correct.
    10/1/2014 - 11:12:13 AM
    Module: spoolsv.exe
    Trace Info: mytcp.c, line 183, thread 00001734
    Routine: gethostbyname failed (error=11004)
    Error: Winsock 11004 - The DNS name has been found in the database, but its associated data is not correct.
    10/1/2014 - 11:12:13 AM
    Module: spoolsv.exe
    Trace Info: ippmain.c, line 19228, thread 00001734
    Routine: IppConnect - gethostbyname failed (error=11004)
    Error: Winsock 11004 - The DNS name has been found in the database, but its associated data is not correct.
    10/1/2014 - 11:12:13 AM
    Module: spoolsv.exe
    Trace Info: mytcp.c, line 183, thread 00001734
    Routine: gethostbyname failed (error=11004)
    Error: Winsock 11004 - The DNS name has been found in the database, but its associated data is not correct.
    10/1/2014 - 12:07:46 PM
    Module: spoolsv.exe
    Trace Info: mytcp.c, line 538, thread 00001890
    Routine: TCPRecv - failed to recv (socket 1724) TIMEDOUT(10060)
    Error: Winsock 10060 - Connection has timed out.
    10/1/2014 - 1:54:12 PM
    Module: spoolsv.exe
    Trace Info: ippmain.c, line 19228, thread 00000BB4
    Routine: IppConnect - gethostbyname failed (error=11004)
    Error: Winsock 11004 - The DNS name has been found in the database, but its associated data is not correct.
    10/1/2014 - 1:54:12 PM
    Module: spoolsv.exe
    Trace Info: mytcp.c, line 183, thread 00000BB4
    Routine: gethostbyname failed (error=11004)
    Error: Winsock 11004 - The DNS name has been found in the database, but its associated data is not correct.
    10/1/2014 - 1:54:12 PM
    Module: spoolsv.exe
    Trace Info: ippmain.c, line 19228, thread 00000BB4
    Routine: IppConnect - gethostbyname failed (error=11004)
    Error: Winsock 11004 - The DNS name has been found in the database, but its associated data is not correct.
    10/1/2014 - 1:54:12 PM
    Module: spoolsv.exe
    Trace Info: mytcp.c, line 183, thread 00000BB4
    Routine: gethostbyname failed (error=11004)
    Error: Winsock 11004 - The DNS name has been found in the database, but its associated data is not correct.
    10/2/2014 - 7:34:02 AM
    Module: spoolsv.exe
    Trace Info: auth.c, line 2102, thread 00001A0C
    Routine: SessionManagerGetCurrentUserInfo - @SYSTEM - SNMP PROBLEM
    Error: Cannot perform this operation on this built-in special user.
    10/2/2014 - 10:59:46 AM
    Module: spoolsv.exe
    Trace Info: mytcp.c, line 538, thread 000014C8
    Routine: TCPRecv - failed to recv (socket 1728) TIMEDOUT(10060)
    Error: Winsock 10060 - Connection has timed out.
    10/2/2014 - 10:59:46 AM
    Module: spoolsv.exe
    Trace Info: ippmain.c, line 855, thread 000014C8
    Routine: IppCreatePrinterRef - Called on Loopback PING
    Error: The filename, directory name, or volume label syntax is incorrect.

    On 10/02/2014 05:06 PM, rsharp74 wrote:
    >
    > All of our systems are Windows 7 Enterprise 64bit.
    > We deployed over 100 systems with the 5.94 client.
    > First thing I tried, was deploying a bundle to those machines to run the
    > silent installer for 5.98. This fixed the issue for maybe 30%.
    > We had several support calls for "printers disappearing", so I started
    > directing clients to just run the install for 5.98 themselves from our
    > print servers pcontrol.htm page. This fixed another 50%.
    > I still have about 20% of our systems where after both steps, the
    > spooler keeps crashing when the workstation has been on for a bit and
    > they try to print.
    > I noticed through software inventory that these systems still reported
    > 5.94 in the Users\[username]\Appdata\Local\Temp\RarSFX0 folder, but
    > registered 5.98 in the Windows folders.
    > I went as far as to remove all network printers, then uninstall the
    > iPrint agent, and then delete the RarSFXO file, then reinstalling the
    > 5.98 client and the network printers. It still did not fix these
    > remaining systems.
    >
    > Here is the ippErrs.txt from a system updated to 5.98. that is still
    > losing the spooler.
    > 9/30/2014 - 3:55:35 PM
    > Module: setupipp.exe
    > Trace Info: h:\bld\ndps\clnt_t~1\setupipp.exe\src\comstuff.cpp , line
    > 407, thread 000010A0
    > Routine: CheckForHotfix - Hotfix KB2511290 was not installed
    > Error: The operation completed successfully.
    >
    >
    > 9/30/2014 - 3:55:43 PM
    > Module: setupipp.exe
    > Trace Info: registry.c, line 2459, thread 000010A0
    > Routine: CheckPrintProviderInstalled - RegOpenKeyEx failed 2
    > Error: The system cannot find the file specified.
    >
    >
    > 9/30/2014 - 3:55:43 PM
    > Module: setupipp.exe
    > Trace Info: h:\bld\ndps\clnt_t~1\setupipp.exe\src\comstuff.cpp , line
    > 330, thread 000010A0
    > Routine: DeleteShortCut - DeleteFile failed 2
    > Error: The system cannot find the file specified.
    >
    >
    > 9/30/2014 - 3:55:43 PM
    > Module: setupipp.exe
    > Trace Info: h:\bld\ndps\clnt_t~1\setupipp.exe\src\comstuff.cpp , line
    > 330, thread 000010A0
    > Routine: DeleteShortCut - DeleteFile failed 2
    > Error: The system cannot find the file specified.
    >
    >
    > 9/30/2014 - 3:55:43 PM
    > Module: setupipp.exe
    > Trace Info: h:\bld\ndps\clnt_t~1\setupipp.exe\src\comstuff.cpp , line
    > 330, thread 000010A0
    > Routine: DeleteShortCut - DeleteFile failed 2
    > Error: The system cannot find the file specified.
    >
    >
    > 9/30/2014 - 3:55:44 PM
    > Module: setupipp.exe
    > Trace Info: install.c, line 3982, thread 000010A0
    > Routine: MyRemoveFile - DeleteFile failed 2
    > Error: The system cannot find the file specified.
    >
    >
    > 9/30/2014 - 3:55:44 PM
    > Module: setupipp.exe
    > Trace Info: install.c, line 3982, thread 000010A0
    > Routine: MyRemoveFile - DeleteFile failed 2
    > Error: The system cannot find the file specified.
    >
    >
    > 9/30/2014 - 3:55:44 PM
    > Module: setupipp.exe
    > Trace Info: ippmain.c, line 22190, thread 000010A0
    > Routine: StartupLoginEventProcess - OpenThreadToken failed 1008
    > Error: An attempt was made to reference a token that does not
    > exist.
    >
    >
    > 9/30/2014 - 3:55:44 PM
    > Module: setupipp.exe
    > Trace Info: registry.c, line 2459, thread 000010A0
    > Routine: CheckPrintProviderInstalled - RegOpenKeyEx failed 2
    > Error: The system cannot find the file specified.
    >
    >
    > 9/30/2014 - 3:55:51 PM
    > Module: setupipp.exe
    > Trace Info: ippmain.c, line 22333, thread 000010A0
    > Routine: StartupTrayIconProcess - OpenThreadToken failed 1008
    > Error: An attempt was made to reference a token that does not
    > exist.
    >
    >
    > 9/30/2014 - 3:55:51 PM
    > Module: setupipp.exe
    > Trace Info: registry.c, line 3442, thread 000010A0
    > Routine: AreDosboxPortInUse - RegOpenKeyEx failed 2
    > Error: The system cannot find the file specified.
    >
    >
    > 9/30/2014 - 3:55:52 PM
    > Module: spoolsv.exe
    > Trace Info: ippmain.c, line 855, thread 00001ABC
    > Routine: IppCreatePrinterRef - Called on Loopback PING
    > Error: The filename, directory name, or volume label syntax is
    > incorrect.
    >
    >
    > 9/30/2014 - 3:56:50 PM
    > Module: iprntcmd.exe
    > Trace Info: registry.c, line 4751, thread 000003B4
    > Routine: GetUserServerVersionData - RegOpenKeyEx failed 2
    > Error: The system cannot find the file specified.
    >
    >
    > 9/30/2014 - 3:56:52 PM
    > Module: spoolsv.exe
    > Trace Info: registry.c, line 4276, thread 00001520
    > Routine: FindDriverAndGetInfo - RegOpenKeyEx failed 2
    > Error: The system cannot find the file specified.
    >
    >
    > 9/30/2014 - 3:57:28 PM
    > Module: spoolsv.exe
    > Trace Info: registry.c, line 4276, thread 00001520
    > Routine: FindDriverAndGetInfo - RegOpenKeyEx failed 2
    > Error: The system cannot find the file specified.
    >
    >
    > 10/1/2014 - 8:23:47 AM
    > Module: spoolsv.exe
    > Trace Info: mytcp.c, line 538, thread 00001838
    > Routine: TCPRecv - failed to recv (socket 1640) TIMEDOUT(10060)
    > Error: Winsock 10060 - Connection has timed out.
    >
    > 10/1/2014 - 11:12:12 AM
    > Module: spoolsv.exe
    > Trace Info: ippmain.c, line 19228, thread 00001734
    > Routine: IppConnect - gethostbyname failed (error=11004)
    > Error: Winsock 11004 - The DNS name has been found in the
    > database, but its associated data is not correct.
    >
    > 10/1/2014 - 11:12:13 AM
    > Module: spoolsv.exe
    > Trace Info: mytcp.c, line 183, thread 00001734
    > Routine: gethostbyname failed (error=11004)
    > Error: Winsock 11004 - The DNS name has been found in the
    > database, but its associated data is not correct.
    >
    > 10/1/2014 - 11:12:13 AM
    > Module: spoolsv.exe
    > Trace Info: ippmain.c, line 19228, thread 00001734
    > Routine: IppConnect - gethostbyname failed (error=11004)
    > Error: Winsock 11004 - The DNS name has been found in the
    > database, but its associated data is not correct.
    >
    > 10/1/2014 - 11:12:13 AM
    > Module: spoolsv.exe
    > Trace Info: mytcp.c, line 183, thread 00001734
    > Routine: gethostbyname failed (error=11004)
    > Error: Winsock 11004 - The DNS name has been found in the
    > database, but its associated data is not correct.
    >
    > 10/1/2014 - 12:07:46 PM
    > Module: spoolsv.exe
    > Trace Info: mytcp.c, line 538, thread 00001890
    > Routine: TCPRecv - failed to recv (socket 1724) TIMEDOUT(10060)
    > Error: Winsock 10060 - Connection has timed out.
    >
    > 10/1/2014 - 1:54:12 PM
    > Module: spoolsv.exe
    > Trace Info: ippmain.c, line 19228, thread 00000BB4
    > Routine: IppConnect - gethostbyname failed (error=11004)
    > Error: Winsock 11004 - The DNS name has been found in the
    > database, but its associated data is not correct.
    >
    > 10/1/2014 - 1:54:12 PM
    > Module: spoolsv.exe
    > Trace Info: mytcp.c, line 183, thread 00000BB4
    > Routine: gethostbyname failed (error=11004)
    > Error: Winsock 11004 - The DNS name has been found in the
    > database, but its associated data is not correct.
    >
    > 10/1/2014 - 1:54:12 PM
    > Module: spoolsv.exe
    > Trace Info: ippmain.c, line 19228, thread 00000BB4
    > Routine: IppConnect - gethostbyname failed (error=11004)
    > Error: Winsock 11004 - The DNS name has been found in the
    > database, but its associated data is not correct.
    >
    > 10/1/2014 - 1:54:12 PM
    > Module: spoolsv.exe
    > Trace Info: mytcp.c, line 183, thread 00000BB4
    > Routine: gethostbyname failed (error=11004)
    > Error: Winsock 11004 - The DNS name has been found in the
    > database, but its associated data is not correct.
    >
    > 10/2/2014 - 7:34:02 AM
    > Module: spoolsv.exe
    > Trace Info: auth.c, line 2102, thread 00001A0C
    > Routine: SessionManagerGetCurrentUserInfo - @SYSTEM - SNMP PROBLEM
    > Error: Cannot perform this operation on this built-in special
    > user.
    >
    >
    > 10/2/2014 - 10:59:46 AM
    > Module: spoolsv.exe
    > Trace Info: mytcp.c, line 538, thread 000014C8
    > Routine: TCPRecv - failed to recv (socket 1728) TIMEDOUT(10060)
    > Error: Winsock 10060 - Connection has timed out.
    >
    > 10/2/2014 - 10:59:46 AM
    > Module: spoolsv.exe
    > Trace Info: ippmain.c, line 855, thread 000014C8
    > Routine: IppCreatePrinterRef - Called on Loopback PING
    > Error: The filename, directory name, or volume label syntax is
    > incorrect.
    >
    >
    There is an internal client that fixes the still remaining crashes. Open
    an sr to get it. Refer to bug 845513

  • RME 4.3.1 - No inventory collection of some 65xx devices

    Hi all,
    my problem is, that LMS3.2 with RME 4.3.1 does not make an inventory of some 65xx devices. What I've tried so far to correct this problem:
    # read the other incidents regarding this problem
    # increased the RME device attribute "SNMP timeout" from 2s to 10s -> no success
    # increased SNMP timeout for one device (192.168.90.7) from 10 to 20s and the retries from 2 to 3 -> no success
    What I've observed:
    # no credential problem (I can backup the configs)
    # no SNMP problem (I can snmpwalk through the device)
    # Inventory collection takes always only app. 10s until the above error unless I've increased SNMP timeout and retries
    # IC_Server.log generates always following error:
    [ Tue Dec 15  12:22:59 CET 2009 ],ERROR,[Thread-21],com.cisco.nm.rmeng.inventory.ics.core.CollectionController,729,Exception for device 192.168.90.7 is
    java.lang.reflect.InvocationTargetException
    at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.cisco.nm.rmeng.inventory.ics.core.CollectionController.run(CollectionController.java:719)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.NumberFormatException: EPLOYMENT RELEASE SOFTWARE (fc1)
    TAC Support: http://www.cisco.com/tac
    Seems if RME has a problem with this special IOS version.
    Enclosed you will find the complete IC_Server.log and the screenshot from the inventory collection of 192.168.90.7.
    Thank you in advance for help.
    Kind regards
    Alfred Brunner

    This is CSCtb16925.  A patch is available from TAC to correct the problem.

Maybe you are looking for

  • Establishing E-mail Accounts

    [Hope complaining about services is OK on this forum. Please note: sarcasm is just one of my talents.] Great forum content. Too bad it can't be searched for more specific issues. For all I know, this question has been answered several times already.

  • Evdev kills X with mouse buttons

    Hi I'm new to Arch so please have some patience. I have a Logitech MX3100 mouse/kbd combo (MX1000 mouse), connected via usb I just installed Arch yesterday and to get all my mouse buttons working I tried to use evdev, now the problem is if I use evde

  • Why is my user/lib/mail folder so big?

    Looking to streamline and access some space and a look at my user/lib/mail folder shows me it's over 500Mb even after a severe trimming from within Mail. I now have a total of 268 messages across all mailboxes, folders etc, and that includes a total

  • Cross domain policy issues

    I am attempting to communicate with a web service via flash across sub domains. All works fine and dandy on my local machine, but when i upload to my web server there is no communication across the domains. The way the servers are configured, i don't

  • Connecting the V-Studio 100 controller as GarageBand interface

    I am trying to connect the Cakewalk (Roland) V-Studio 100 controller as an interface to GarageBand.  In the Sound Pref's I see that the Mac is receiving audio signal from the V-Studio but GarageBand is not getting it.  I did set up the GarageBand Pre