使用安装用户登录安装节点,两种停止MindIE Server服务方式如下所示。
kill {mindieservice_daemon 进程id}
ps -ef | grep mindieservice
回显示例如下:
1 2 3 4 5 6 7 8 9 10 11 12 | (base) [xxxx@localhost test]# ps -ef | grep 'mindieservice_daemon' UID PID PPID C STIME TTY TIME CMD xxxx 1595969 386706 5 11:37 pts/1 00:00:24 ./bin/mindieservice_daemon xxxx 1606004 1595969 0 11:42 pts/1 00:00:01 ./bin/mindieservice_daemon xxxx 1606005 1595969 1 11:42 pts/1 00:00:01 ./bin/mindieservice_daemon xxxx 1606006 1595969 0 11:42 pts/1 00:00:00 ./bin/mindieservice_daemon xxxx 1606007 1595969 1 11:42 pts/1 00:00:01 ./bin/mindieservice_daemon xxxx 1606009 1595969 1 11:42 pts/1 00:00:01 ./bin/mindieservice_daemon xxxx 1606010 1595969 1 11:42 pts/1 00:00:01 ./bin/mindieservice_daemon xxxx 1606012 1595969 1 11:42 pts/1 00:00:01 ./bin/mindieservice_daemon xxxx 1606013 1595969 1 11:42 pts/1 00:00:01 ./bin/mindieservice_daemon xxxx 1616310 559909 0 11:44 pts/5 00:00:00 grep --color=auto mindieservice_daemon |
pkill -9 mindieservice