When the SPH LM-X license server for Linux is abnormally terminated and does not function properly upon restarting, an issue may occur. In such cases, a nextfolw.lock file is created, and resolving the problem involves terminating the process that is using this file and then restarting it.
SPH LM-X 리눅스용 라이선스 서버가 비정상적으로 종료 되었을 때 다시 구동시에 제대로 작동되지 않는 경우가 발생한다.
일반적으로 /home/apps/SPH-FLOW/lmx-4.8.13 폴더로 이동하면 lmx-serv.log 파일이 존재하게 된다.
이 lmx-serv.log파일을 열어서 맨 마지막의 메세지를 보면 FAIL: unable to access lockfile /var/tmp/nextflow.lock 라고 되어 있다.
/var/tmp 폴더로 이동해서 nextflow.lock파일을 열어보면 pid가 적혀 있는 것을 확인 할 수 있다.
이 pid를 kill 하면 lock파일이 자동으로 삭제 된다.
이 다음 /home/apps/SPH-Flow/lmx-4.8.13 폴더로 이동해서, 라이선스 서버 구동 명령어 sudo /usr/lmx-4.8.13/lmx-serv -background를 입력하면 정상 작동 된다.