Manually starting and stopping the Domino SNMP Agent

After you configure the Domino® SNMP Agent, when you restart the system the Domino® SNMP Agent automatically starts. If necessary, you can stop the agent and then manually restart it.

Microsoft Windows

About this task

To stop the Domino® SNMP Agent service, enter this command:

net stop lnsnmp

To start the Domino® SNMP Agent service, enter this command:

net start lnsnmp

IBM® AIX®

About this task

To stop the lnsnmp process, enter this command as root:

/etc/lnsnmp.rc stop

To start the lnsnmp process, enter this command as root:

/etc/lnsnmp.rc start

Linux

About this task

To stop the lnsnmp process, enter this command as root:

systemctl stop dominosnmp

To start the lnsnmp process, enter this command as root:

systemctl start dominosnmp