Strange error with Lotus Domino SNMP agent

ibm-dominosnmp

On most of the 40+ Domino servers at my disposal, enabling SNMP is simply a matter of running:

net stop snmp
[domino path]\lnsnmp -Sc
net start snmp
net start lnsnmp

Followed by:

load quryset

…in the Domino console. Now I've come across a server that throws this error after load quryset:

load quryset
08/03/2011 09:17:09 AM  QuerySet Handler started
08/03/2011 09:17:10 AM  Lotus Domino QuerySet Handler (Version 8.0)
08/03/2011 09:17:10 AM  Failed to open event: LNIPC_SERVSEM[2].
08/03/2011 09:17:10 AM  System Error: 1998597488.
08/03/2011 09:17:10 AM  Lotus Domino SNMP Agent is not available.

Has anybody seen anything like this before? Any suggested workarounds?

Edit
If I shut down the lnsnmp service, I don't get the LNIPC_SERVSEM and System Error: lines.

This message repeats in the Lotus Domino snmp agent window:

hConEvt - failed to recieve ack from client

Best Answer

Sorry to wake up a year old thread, but posting a possible solution maybe useful for others.

I was having the same issue, and I solved it. I was running the Domino in application mode, when I configured it to run as a SERVICE, the

Lotus Domino SNMP Agent is not available.

error went away.

Related Topic