Autodesk Design Suite 3D - Planix Home Design Suite 3D Installation Manual page 109

Installation guide
Table of Contents

Advertisement

#!/bin/sh
./etc/rc.common
StartService() {
ConsoleMessage "Starting Autodesk Network License
Manager"
/Users/<user id>/NLM/lmgrd -c\
/Users/<user id>/NLM/productlicense.lic -l\
/Users/<user id>/NLM/debug.log
}
StopService() {
ConsoleMessage "Stopping Autodesk Network License
Manager"
/Users/<user id>/NLM/lmutil lmdown -q -all -force
}
RestartService() {
ConsoleMessage "Restarting Autodesk Network License
Manager"
/Users/<user id>/NLM/lmutil lmreread -c /Users/<user
id>/NLM/productlicense.lic
}
RunService "$1"
6 Grant the executable permission to the script by entering the following
in Terminal:
chmod +x adsknlm
7 Create a property list file named StartupParameters.plist and add it to the
directory by entering the following in Terminal:
{
Description
Provides
=("adsknlm")OrderPreference
Messages={start=
"Starting Autodesk Network Manager Service";
stop=
"Stopping Autodesk Network Manager Service";
};}{
8 Move the startup item directory to /Library/StartupItems/ and modify your
directory permission by entering the following in Terminal:
="Autodesk Network License Manager";
="None";
Network Licensing | 103

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Design Suite 3D - Planix Home Design Suite 3D and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Autocad design suite 2013

Table of Contents