To shut down the SNMP Plugin from the shell, execute a command like:

$gtm_dist/mumps -run IHsnmp --action=shutdown --plugin=PluginId

This command effects a clean shuts down of the SNMP Plugin.

To shutdown an SNMP Plugin from within GT.M, invoke the action entry points in the IHsnmp API and pass "shutdown" as the first parameter:

action^IHsnmp("shutdown","5")

Example:

$gtm_dist/mumps -run IHsnmp --action=shutdown --plugin=5 
GTM>do action^IHsnmp("shutdown","5")

Both examples shutdown the SNMP Plugin.

loading table of contents...