Next Topic

Previous Topic

Book Contents

Lotus Notes SNMP Agent

The Lotus Notes (Domino) SNMP agent allows monitoring of Domino statistics via the industry standard SNMP protocol (it currently supports SNMP v1). It consists of the following:

The Domino SNMP Agent constantly monitors the status of the server indirectly through an add-in task using IPC to determine whether the server is up or down. The Domino SNMP Agent is not a Lotus Notes API application; all of its status information is gathered out of band.

Installing the Domino SNMP Agent on Windows

  1. Shut down the Domino server if it's running.
  2. Run nvinst, found at E:\apps\SysMgmt\Agents\W32Intel\nvinst, where E: is the CD-ROM drive.
  3. Enter 1 to install only the Domino SNMP Agent.
  4. If you are prompted to add the Reporter or Collector task, type y, then press Enter.
  5. Restart your machine.

Configuring the Domino SNMP Agent

  1. Make sure that the Windows SNMP service is installed by going to Control Panel > Add Windows Components.
  2. Stop the Lotus LNSNMP and Windows SNMP services from the command prompt in case they are running.
cd \Lotus\Domino
net stop lnsnmp
net stop snmp
  1. Configure the Lotus Domino SNMP Agent as a service:
lnsnmp -Sc
  1. Start the SNMP and LNSNMP services.
net start snmp
net start lnsnmp
  1. Start the QuerySet add-in task. Enter the following command on the Domino Server console:
load quryset
  1. To support SNMP traps for Domino events, start the Event Interceptor add-in task. Enter the following command on the Domino Server console:
load intrcpt
  1. Arrange for the add-in tasks to be restarted automatically when Domino is next restarted. Add quryset and intrcpt to the ServerTasks variable in Domino's NOTES.INI file.