Linux 上の基本的なネットワーク ライセンス サーバの場合、Web サイト「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 ‘