Verify that the daemons are no longer running:
ps -ef | grep mx
If any of the HP Systems Insight Manager daemons are running, note their process IDs (PIDs) in the ps -ef output, and kill them:
kill -9 PID
where PID is the process ID of the daemon. For example, if the ps -ef | grep mx command displays a line that looks like
root 18582 1 0 Jan 12 ? 00:13:18 /opt/mx/lbin/mxinventory, then the command to kill this daemon is
kill -9 18582.