Provides the AIX Enterprise Management Information Base (MIB) extension subagent, for use with the Simple Network Management Protocol (SNMP) version 3 agent, that collects data from system for variables defined in the AIX Enterprise Specific MIB.
aixmibd [ -f FileName ] [ -d Level ] [ -a Host ] [ -c Community ]
The AIX Enterprise MIB extension subagent is a daemon, aixmibd, that collects data from system for variables defined in the AIX Enterprise Specific MIB. The subagent receives SNMP requests and sends data via the SNMP-DPI API for communication with the main AIX snmpd daemon. An Enterprise Management application or other simple application (example snmpinfo command) uses SNMP protocol to get or set AIX MIB objects.
One focus of the subagent is on the data related to the file systems, volume groups, logical volumes, physical volumes, paging space, processes, print queues, print jobs, system users, system groups, users currently logged in, subsystems, subservers, system environment, and various devices.
Another focus of the subagent is on important system traps. Traps, which are also called indications, or notifications, are event reports and are used to decrease the length of time between when the event happens and when it is noticed by a manager so that the event can be handled timely. Traps are generated periodically to report the status change and operating status of the system. From analyzing the data, a manager can determine if a device and the whole system are functioning properly and securely, and make appropriate adjustment. For example, when the /home file system reaches the threshold 95% (percent used size), a trap can be generated to report the event to a manager. The manager can respond by sending an email, paging, and so on. To indicate system critical events instantly, a series of traps will be generated by the subagent.
startsrc -s aixmibd -a "-a host1 -c instrum"
startsrc -s aixmibd -a "-a nmsu"
/etc/aixmibd.conf | Contains the configuration file for the aixmibd subagent. |
/usr/samples/snmpd/aixmibd_security_readme | /usr/samples/snmpd/aixmibd_security_readme contains the example configurations for different views and information about related security issues. Also contains information describing how to set the variables in /etc/aixmibd.conf. |
/usr/samples/snmpd/aixmibd.my | Contains the MIB definitions for the aixmibd subagent. |
The clsnmp command, snmpinfo command, SNMP version 3 daemon snmpdv3, the snmptrap command.