You configure a license server so that you can manage the Autodesk product licenses you received when you ran the Network License Activation utility.
To configure automatic start-up of your license server
Before configuring your license server, ensure that the following steps have been completed:
/bin/su <user id> -c ‘echo starting lmgrd>\
/home/<user id>/flexlm11.5/boot.log’
/usr/bin/nohup/bin/su <user id> -c ‘umask 022;\
/home/<user id>/flexlm11.5/lmgrd -c\
/home/<user id>/flexlm11.5/acad.lic >> \
/home/<user id>/flexlm11.5/boot.log ‘
/bin/su <user id> -c ‘echo sleep 5 >> \
/home/<user id>/flexlm11.5/boot.log ‘
/bin/sleep 5
/bin/su <user id> -c ‘echo lmdiag >>\
/home/<user id>/flexlm11.5/boot.log ‘
/bin/su <user id> -c ‘/home/<user id>/flexlm11.5/lmutil lmdiag -n -c\
/home/<user id>/flexlm11.5/acad.lic >> \
/home/<user id>/flexlm11.5/boot.log ‘
/bin/su <user id> -c ‘echo exiting >>\
/home/<user id>/flexlm11.5/boot.log ‘