Autodesk COMBUSTION-4 - Acad Full-seat Windows Version Uživatelský manuál Strana 41

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 68
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 40
#!/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 =”Autodesk Network License Manager”;
Provides =(“adsknlm”)OrderPreference =”None”;
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:
Network Licensing | 37
Zobrazit stránku 40
1 2 ... 36 37 38 39 40 41 42 43 44 45 46 ... 67 68

Komentáře k této Příručce

Žádné komentáře