AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.

 View Only
  • 1.  How to add new MIB file on AIX?

    Posted Tue September 09, 2008 01:36 PM

    Originally posted by: SystemAdmin


    Hi,
    How can I add a new MIB file for SNMP on an AIX machine?
    Thanks in Advance,
    Ginia


  • 2.  Re: How to add new MIB file on AIX?

    Posted Wed September 10, 2008 04:20 AM


  • 3.  Re: How to add new MIB file on AIX?

    Posted Thu September 11, 2008 03:15 PM

    Originally posted by: SystemAdmin


    Hi,
    I did the changes given if the http://forums.cacti.net/about19040.html. I was using webload to read this SNMP data. But after doing theses changes i cannot read any data. It gives error.


  • 4.  Re: How to add new MIB file on AIX?

    Posted Fri September 12, 2008 04:10 AM

    Originally posted by: hdkutz


    Hello ginia,
    which error?
    Did you restart the snmpd-daemon and the related other daemons?
    Something like:

    for stop:
    stopsrc -s aixmibd
    stopsrc -s dpid2 # obsolete when using AIX 5.3
    stopsrc -s snmpmibd
    stopsrc -s hostmibd
    stopsrc -s snmpd

    for start:
    startsrc -s snmpd
    startsrc -s dpid2 # obsolete when using AIX 5.3
    startsrc -s aixmibd
    startsrc -s hostmibd
    startsrc -s snmpmibd

    Cheers,
    ku


  • 5.  Re: How to add new MIB file on AIX?

    Posted Fri September 12, 2008 05:47 PM

    Originally posted by: SystemAdmin


    hi,
    Yes i did start and stop the snmp.Can you help me adding ucd-snmp-mib.my or ucd-diskio-mib.my file. I want to update my mib.defs filewitht these 2 mentioned files, using the mosy command. But the mosy command, give syntax error for the 2 files at "LAST-UPDATED". So i was wondering where can i get te 2 mentioned files for AIX, so that I can update the mib.defs file.
    Thanks,
    Ginia Patel