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:

/etc/init.d/lnsnmp stop

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

/etc/init.d/lnsnmp start

z/OS

About this task

To start the lnsnmp process, from an OpenEdition command line, enter this command as a uid=0 user:

lnsnmp.sh start

To stop the lnsnmp process, enter this command as a uid=0 user:

lnsnmp.sh stop