To stop the SNMP EMANATE Master Agent service:
Enter this command in a command line window:
ims.sr snmpdm -stop
or
Select Start | Settings | Control Panel | Administrative Tools | Services. When the Services window displays, right-click the SNMP EMANATE Master Agent service and select Stop.
Find the process ID using the ps command, then use the kill command with the SIGKILL (9) signal. For example, enter:
kill -KILL <pid>
or
kill -9 <pid>
Where pid is the process ID that you identified from the ps command.
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |