Stopping osasnmpd
![]()
The subagent can be stopped by sending either a SIGINT or SIGTERM signal to the thread.
About this task
If you saved the subagent PID to a file when you started it, you can consult this file for the PID (see osasnmpd – Start OSA-Express SNMP subagent). Otherwise, you can issue a ps command to find it out.
Example
# ps -ef | grep snmp USER PID root 687 1 0 11:57 pts/1 00:00:00 snmpd root 729 659 0 13:22 pts/1 00:00:00 osasnmpd # killall osasnmpd