1) stop cimserver by using below command:
#cimserver -s
2) Kill old running cim processes as below:
#ps -ef | grep cim*
We will kill all running cim* processes:
kill -9 --删除上边查到的进程号
3) start the cim process by using below command:
#cimserver
转载请注明原文地址: https://ju.6miu.com/read-14683.html