I also noticed in the config.log the following messages:
 
# cat config.log | grep disk
configure:16216: checking sys/diskio.h usability
conftest.c:117:24: error: sys/diskio.h: No such file or directory
| #include <sys/diskio.h>
configure:16216: checking sys/diskio.h presence
conftest.c:84:24: error: sys/diskio.h: No such file or directory
| #include <sys/diskio.h>
configure:16216: checking for sys/diskio.h
configure:16527: checking for sys/disklabel.h
conftest.c:130:27: error: sys/disklabel.h: No such file or directory
| #include <sys/disklabel.h>
ac_cv_header_sys_diskio_h=no
ac_cv_header_sys_disklabel_h=no
Is that an issue ? 
 
Thanks,
 
Steve


>>> Dave Shield <d.t.shi...@liverpool.ac.uk> 4/13/2012 5:35 AM >>>
On 12 April 2012 17:30, Stephen Grecni <sgre...@metrohealth.org>
wrote:
> I installed net-snmp 5.7.1 on AIX 5.3. (Thanks for the compile help).
When I
> run the command  snmpwalk -v2c -c private hostname dsk I do not get
anything
> returned for the UCD-SNMP-MIB::dis**  fields.

Two possibilities spring to mind:
   - either the agent is not configured to allow access to these
objects,
   - or the agent does not provide this information under AIX

You can check the first by seeing what else you can see under the
'ucd-snmp'
tree.   If the output of
         snmpwalk -v2c -c private hostname   ucdavis

is essentially empty when querying the AIX agent, then the first is
the
most likely cause.   Check the access control settings in the agent.

If the output is broadly similar for both AIX and Linux agents, but
with
individual chunks missing under AIX,  then it's more likely to be due
to
the agent implementation code   (which is highly OS-specific)

Given that you've compiled the agent yourself, it's reasonably simple
to
determine what modules are being used.
  Please list the contents of 'agent/mibgroup/ucd-snmp' and look at
the
object files (.o/.lo).   I would expect to see either disk.o  *or* 
disk_hw.o
Which is present?
   If it's disk_hw.o, then please list  'agent/mibgroup/hardware/fsys'
as well.
Which .o files are present there?


> is there documentation on configuring
> net-snmp on AIX or is it the same as other OS versions ?

It's essentially the same across all OS's.
The main difference is with what code is present, and hence which
MIB modules are implemented on particular OS's.   Given that AIX
is an environment that (AFAIK) none of the core developers have
access to,  this may well be one of the weaker systems.

Dave

MetroHealth is an Academic Health Care System committed to Our
Communities by Saving Lives, Restoring Health, Promoting Wellness, and
providing Outstanding, Life-long Care Accessible to All. Visit us at
http://www.metrohealth.org. See remarkable patient stories at 
thecomeback.org. Follow us 
on Facebook: http://www.facebook.com/MetroHealthCLE, Twitter:
http://twitter.com/MetroHealthCLE, and
YouTube:http://www.youtube.com/user/MetroHealthCLE.

This email and all attachments that may have been included are intended
only for the use of the party to whom/which the email is addressed and
may contain information that is privileged, confidential, or exempt from
disclosure under applicable law. If you are not the addressee or the
employee or 
agent of the intended recipient, you are hereby notified that you are
strictly prohibited from printing, storing, disseminating, distributing,
or copying this communication. If you have received this notification in
error, please contact the Director of Risk/Privacy Management at
(216)778-5728. For a copy of 
our Notice of Privacy Practices, please visit:
http://www.metrohealth.org/general/privacy.asp

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to