MONITORING
Follow the instructions below to use the NET-SNMPD provided with Domino.
Note Before using NET-SNMPD, disable any existing Master SNMP Agent. For information on disabling an existing Master SNMP Agent, see your Master SNMP Agent's documentation.
Installing NET-SNMPD on Linux
Log on as the root user and then install NET-SNMPD on Linux as follows:
1. Install the NET-SNMPD files. Enter this command, changing the Domino executable path if necessary:
3. Do one of these:
ln -f -s /etc/net-snmpd.sh /etc/init.d/net-snmpd
insserv /etc/init.d/net-snmpd
ln -f -s /etc/net-snmpd.sh /etc/rc.d/init.d/net-snmpd
chkconfig --add net-snmpd
chkconfig net-snmpd on
Installing NET-SNMPD on Solaris
Log on as the root user and then Install NET-SNMPD on Solaris as follows:
ln -f -s /etc/init.d/net-snmpd /etc/rc2.d/S76net-snmpd
ln -f -s /etc/init.d/net-snmpd /etc/rc1.d/K76net-snmpd
Configuring NET-SNMPD
Update the /etc/net-snmpd.conf file with appropriate trap destinations and community names for your remote management infrastructure. Trap destinations are set using the trapsink directive. Community names are set using the rocommunity and rwcommunity directives.
Manually Starting and Stopping NET-SNMPD
To start NET-SNMPD, log on as the root user and enter this command:
The NET-SNMP package, which is distributed from the Net-SNMP Web site, contains a variety of tools for SNMP; however, Domino includes only the NET-SNMP Master Agent.
For Domino, the NET-SNMP 5.0.7 package was configured and built with the following options:
--with-default-snmp-version=3
--with-logfile=/var/log/snmpd.log
--with-mib-modules=smux
--with-openssl=no
--with-persistent-directory=/var/net-snmp
--with-sys-contact=Unknown
--with-sys-location=Unknown
Creating and Configuring your own NET-SNMP Master Agent
Because the UCD-SNMP and NET-SNMP packages, which are distributed from the Net-SNMP Web site, contain many optional components, you may want to create and/or configure your own Master SNMP Agent for use with Domino. To do so, invoke the source configure script with the following option, to include SMUX support:
Related topics