Sponsored Content
Operating Systems AIX AIX native SNMP producing limited results when walking MIB tree Post 302997198 by davix on Tuesday 9th of May 2017 01:42:59 PM
Old 05-09-2017
AIX native SNMP producing limited results when walking MIB tree

The company I work for has various AIX servers that I've recently migrated to AIX 7.1 (from 6.1). Some are powerHA clusters some are not. Likewise, the systems engineer that I replaced had net-snmp installed on said clustered systems. Long story short I am re-invoking AIX's native SNMP (v3) for use with our enterprise monitoring applications and have found that our clustered servers are producing limited results when walking the MIB tree. Even using v1 or v2, same results.

Now I'm not sure that powerHA clustering has anything to do with it, or the fact that NET-SNMP was also installed, but without fail, the clustered servers produce only a little over 200 results when running:

Code:
clsnmp -h snmpUsr walk 1.3 | wc -l
     236

My other systems, with the exact same OS version and configuration (minus powerHA and the pre-existence of NET-SNMP) produce thousands of results:

Code:
clsnmp -h snmpUsr walk 1.3 | wc -l
    10254

I've validated SRC properties, mib files, conf files, etc and can find no real differences between the 2 servers exampled above - again other than powerHA and the pre-existence of NET-SNMP. The limited results are hindering SNMP monitoring obviously. Any thoughts on what I'm missing in regards to my limited results in the first example?

If any conf or log output helps, I'd be more than happy to oblige.

Thanks in advance.

Last edited by RudiC; 05-09-2017 at 06:33 PM..
 

10 More Discussions You Might Find Interesting

1. SCO

Want to set up SNMP with MIB on SCO OS5

Want to setup snmp with mib to track system issues on SCO OS5.0.5. Is there somewhere I can look that will give me insight in how to answer some of the questions the mkdev snmp asks? (0 Replies)
Discussion started by: herd5cusa
0 Replies

2. Solaris

Any Idea about (SNMP) HOST-RESOURCES-MIB

Hello , I am using (Application Manager 7) software for monitoring. I want to add the servers to monitored using SNMP but it shows this error HOST-RESOURCES-MIB is not implemented in the Snmp Agent. your help is highly appreciated ..... :) (4 Replies)
Discussion started by: adel8483
4 Replies

3. Solaris

import UCD-SNMP-MIB into snmpd

I was setting up snmpd on a Solaris 8 server and needed more than the standard mibs, so I installed net-snmp so I could get the UCD-SNMP-MIB. I did not know another way, but I am able to monitor what I need. I would like to know if I could import the UCD-SNMP_MIB into the existing... (0 Replies)
Discussion started by: csross
0 Replies

4. AIX

AIX native MPIO

Hi folks, does anybody have a link to a documentation how to implement native MPIO on AIX? We are using EMC PowerPath and Datacore SanSymphony/Cambex for this so far and I wasn't able to find a good description on that topic. All I know so far is that mkpath, chpath and lspath are used to... (3 Replies)
Discussion started by: zaxxon
3 Replies

5. AIX

aix 4.2 : using dd of=/dev/rmt0 producing error

I want to compress backup files to tape using compress on our AIX 4.2 - Our TAR does not have compression. - I do not want to use local storage to compress as most of the filesystems are pretty full. - the only compressing tool we have is 'compress' - tapes are 5Gb 8mm I am trying this... (10 Replies)
Discussion started by: Browser_ice
10 Replies

6. AIX

Uninstall native MPIO driver on AIX

Hi, I was trying to uninstall the native MPIO driver on the AIX 6.1 machine we have in our lab and ran into a whole bunch dependent filesets initially. I deleted the disks, fcsX, fscsiX, fcnetX and tried again, but ran into the same error. Subsequently, I figured out that the OS disks in... (4 Replies)
Discussion started by: ronykris
4 Replies

7. Infrastructure Monitoring

Solaris 10 Snmp command to MiB OID

Hi guys, I am doing follow this guy Tech deposits. : iostat monitoring for zenoss and such I stuck at this step: Add a line into /etc/snmp/snmpd.conf file: pass .1.3.6.1.4.1.2021.255.1 /usr/local/bin/sar_iostat_snmp.sh -m 1 -d dev253 -o .1.3.6.1.4.1.2021.255.1 and test snmp by the... (1 Reply)
Discussion started by: tien86
1 Replies

8. IP Networking

Sending data from DELL OMSA SNMP and Custom SNMP MIB to same UDP port 161

Hi , Currently DELL OMSA SNMP sends data through default udp port 161.I want my custom SNMP MIB also to send data in the same udp port 161.Whether its possible.If yes where to configure .I tried starting my custom MIB in udp port 161,but it throws port already in use.Kindly guide. (0 Replies)
Discussion started by: prabakar4all
0 Replies

9. Red Hat

Sending data from DELL OMSA SNMP and Custom SNMP MIB to same UDP port 161

Hi , Currently DELL OMSA SNMP sends data through default udp port 161.I want my custom SNMP MIB also to send data in the same udp port 161.Whether its possible.If yes where to configure .I tried starting my custom MIB in udp port 161,but it throws port already in use.Kindly guide. (1 Reply)
Discussion started by: prabakar4all
1 Replies

10. Shell Programming and Scripting

awk parse snmp results

i run the command snmptable -v2c -c public myIP IF-MIB::ifTable the result look like this : SNMP table: IF-MIB::ifTable ifIndex ifDescr ifType ifMtu ifSpeed ifPhysAddress ifAdminStatus ifOperStatus 1 Unit: 1 Slot: 0 Port: 1... (7 Replies)
Discussion started by: wanttolearn1
7 Replies
Info::Layer2::N2270(3pm)				User Contributed Perl Documentation				  Info::Layer2::N2270(3pm)

NAME
SNMP::Info::Layer2::N2270 - SNMP Interface to Nortel 2270 Series Wireless Switch AUTHOR
Eric Miller SYNOPSIS
#Let SNMP::Info determine the correct subclass for you. my $n2270 = new SNMP::Info( AutoSpecify => 1, Debug => 1, DestHost => 'myswitch', Community => 'public', Version => 2 ) or die "Can't connect to DestHost. "; my $class = $n2270->class(); print " Using device sub class : $class "; DESCRIPTION
Provides abstraction to the configuration information obtainable from a Nortel 2270 Series Wireless Switch through SNMP. For speed or debugging purposes you can call the subclass directly, but not after determining a more specific class using the method above. my $n2270 = new SNMP::Info::Layer2::N2270(...); Inherited Classes SNMP::Info SNMP::Info::Bridge SNMP::Info::SONMP SNMP::Info::Airespace Required MIBs Inherited Classes' MIBs See "Required MIBs" in SNMP::Info for its own MIB requirements. See "Required MIBs" in SNMP::Info::Bridge for its own MIB requirements. See "Required MIBs" in SNMP::Info::SONMP for its own MIB requirements. See "Required MIBs" in SNMP::Info::Airespace for its own MIB requirements. GLOBALS
These are methods that return scalar value from SNMP $n2270->vendor() Returns 'nortel' $n2270->os() Returns 'nortel' $n2270->model() Cross references $bayhub->id() to the SYNOPTICS-ROOT-MIB and returns the results. Removes "sreg-WLANSecuritySwitch" from the model name Overrides $bayhub->index_factor() Required by SNMP::Info::SONMP. Number representing the number of ports reserved per slot within the device MIB. Returns 256. $bayhub->slot_offset() Required by SNMP::Info::SONMP. Offset if slot numbering does not start at 0. Returns 0. Globals imported from SNMP::Info See documentation in "GLOBALS" in SNMP::Info for details. Globals imported from SNMP::Info::Bridge See documentation in "GLOBALS" in SNMP::Info::Bridge for details. Global Methods imported from SNMP::Info::SONMP See documentation in "GLOBALS" in SNMP::Info::SONMP for details. Global Methods imported from SNMP::Info::Airespace See documentation in "GLOBALS" in SNMP::Info::Airespace for details. TABLE METHODS
These are methods that return tables of information in the form of a reference to a hash. Overrides None Table Methods imported from SNMP::Info See documentation in "TABLE METHODS" in SNMP::Info for details. Table Methods imported from SNMP::Info::Bridge See documentation in "TABLE METHODS" in SNMP::Info::Bridge for details. Table Methods imported from SNMP::Info::SONMP See documentation in "TABLE METHODS" in SNMP::Info::SONMP for details. Table Methods imported from SNMP::Info::Airespace See documentation in "TABLE METHODS" in SNMP::Info::Airespace for details. perl v5.12.4 2011-09-28 Info::Layer2::N2270(3pm)
All times are GMT -4. The time now is 07:11 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy