MONITORING
Note Before using the Domino SNMP Agent, make sure TCP/IP and SNMP are properly installed and configured on the server. To use the NET-SNMP Master Agent provided, refer to Using NET-SNMP with the Domino SNMP Agent. Otherwise, verify that your Master SNMP Agent supports the SMUX protocol, per RFC 1227. Ensure that the Domino executable and the Domino data directories are in your search path.
Tip If you are using the NET-SNMP Master Agent provided, the trap destinations and community names are configured in the /etc/net-snmpd.conf file. Otherwise, refer to the documentation for the master agent technology you are using. Configure appropriate trap destinations and community names for your remote management infrastructure.
Note The Domino SNMP Agent is set up to run automatically. This means that once the Domino SNMP Agent is configured, it is virtually always running, even when Domino is not. If you later upgrade Domino, stop the LNSNMP process before beginning the upgrade process.
Note The following commands should be executed as the root user.
1. Stop the LNSNMP process. Enter this command:
If you’re not using the NET-SNMP Master Agent provided, refer to your Master SNMP Agent’s documentation.
ln -f -s /opt/ibm/lotus/notes/latest/linux/lnsnmp.sh /etc/init.d/lnsnmp
insserv /etc/init.d/lnsnmp
ln -f -s /opt/ibm/lotus/notes/latest/linux/lnsnmp.sh /etc/rc.d/init.d/lnsnmp chkconfig --add lnsnmp chkconfig lnsnmp on