Linux에서 기본 네트워크 라이센스 서버를 설정하려면 Up and Ready 웹 사이트의 빠른 시작 절차를 따를 수 있습니다. 또는 아래 단계에 따라 자동 시작 방식으로 Linux 라이센스 서버를 구성할 수도 있습니다.
/bin/su <user id> -c ‘echo starting lmgrd>\ /opt/flexnetserver/boot.log’
/usr/bin/nohup/bin/su <user id> -c ‘umask 022;\ /opt/flexnetserver/lmgrd -c\ /opt/flexnetserver/acad.lic >> \ /opt/flexnetserver/boot.log ‘ /bin/su <user id> -c ‘echo sleep 5 >> \ /opt/flexnetserver/boot.log ‘
/bin/sleep 5
/bin/su <user id> -c ‘echo lmdiag >>\ /opt/flexnetserver/boot.log ‘ /bin/su <user id> -c ‘/opt/flexlm11.12/lmutil lmdiag -n -c\ /opt/flexnetserver/acad.lic >> \ /opt/flexnetserver/boot.log ‘ /bin/su <user id> -c ‘echo exiting >>\ /opt/flexnetserver/boot.log ‘