AIX

AIX

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


#Power
#Power
#Operatingsystems
#Servers
 View Only
  • 1.  Need help on SNMP v1

    Posted 02/25/08 03:41 AM

    Originally posted by: SystemAdmin


    I have add community in /etc/snmpd.conf and clsnmp.conf, then stop and start snmpd ,but my monitoring tool (whatup gold) cant grep CPU,disk resources. Any other file need to configure..??
    logging file=/usr/tmp/snmpd.log enabled
    logging size=100000 level=0

    #testing communication
    community wup 10.200.215.37 255.255.255.255 readOnly
    #community public
    #community private 127.0.0.1 255.255.255.255 readWrite
    #community system 127.0.0.1 255.255.255.255 readWrite 1.17.2

    #view 1.17.2 system enterprises view

    trap public 127.0.0.1 1.2.3 fe # loopback
    #snmpd maxpacket=1024 querytimeout=120 smuxtimeout=60
    smux 1.3.6.1.4.1.2.3.1.2.1.2 gated_password # gated
    smux 1.3.6.1.4.1.2.3.1.2.2.1.1.2 dpid_password #dpid

    snmpd smuxtimeout=200 #muxatmd
    smux 1.3.6.1.4.1.2.3.1.2.3.1.1 muxatmd_password #muxatmd
    #
    #AIX-Forum


  • 2.  Re: Need help on SNMP v1

    Posted 02/25/08 08:41 AM

    Originally posted by: Carlyle


    you can comment out the public trap and define one for your wup community with the ip where your monitor is listening to port 162.
    #AIX-Forum


  • 3.  Re: Need help on SNMP v1

    Posted 02/25/08 08:47 AM

    Originally posted by: Carlyle


    oh, and you only need to refresh -s snmpd, not stop and start.

    have you checked what is in /usr/tmp/snmpd.log?
    #AIX-Forum


  • 4.  Re: Need help on SNMP v1

    Posted 02/25/08 09:26 PM

    Originally posted by: SystemAdmin


    Hi,

    tried to

    startsrc -s aixmibd
    startsrc -s hostmibd
    startsrc -s snmpmibd
    startsrc -s snmpd

    also add community name in clsnmp.conf,and change the link in directory /usr/sbin

    snmpd -> /usr/sbin/snmpdv1

    but still the monitoring tool can't grep the CPU,disk utilization.
    #AIX-Forum