Launching MathLM
Launching MathLM Manually
To Start MathLM under Windows:
1. Open the Control Panel. (From the Start menu, choose Settings ▶ Control Panel.)
2. Double-click the Services icon located in the Administrative Tools folder. To change settings for services, you will need administrative privileges.
3. Select Wolfram License Manager from the list of services.
4. Double-click the service name to open the Properties dialog box; then click Start.
Alternatively, in a command prompt window run the command net start mathlm.
To Stop MathLM under Windows:
1. Double-click the Services icon located in the Control Panel\Administrative Tools folder. To change settings for services, you will need administrative privileges.
2. Select Wolfram License Manager from the list of services.
3. Double-click the service name to open the Properties dialog box; then click Stop.
Alternatively, in a command prompt window run the command net stop mathlm.
Starting MathLM Automatically
To Start MathLM Each Time a Windows Machine Is Rebooted:
1. Open a command prompt window. (From the Start menu, choose Programs ▶ Accessories ▶ Command Prompt.)
2. Use the cd command to change directories to C:\Program Files\Wolfram Research\MathLM. Remember to use double quotes around directory names that include spaces.
4. Double-click the Services icon located in the Control Panel\Administrative Tools folder. To change settings for services, you will need administrative privileges.
5. Select Wolfram License Manager from the list of services and double-click.
6. In the dialog box that appears, set Startup type to Automatic.
7. Click OK to close the dialog box.
To Prevent MathLM from Starting Each Time a Windows Machine Is Rebooted:
1. Double-click the Services icon located in the Control Panel\Administrative Tools folder. To change settings for services, you will need administrative privileges.
2. Select Wolfram License Manager from the list of services and double-click.
3. In the dialog box that appears, set Startup type to Disabled.
4. Click OK to close the dialog box.
Alternatively, in a command prompt window run the command .\mathlm -uninstall. This will remove MathLM from the Service list.
Starting MathLM Automatically on Linux
if [ -f /usr/local/Wolfram/MathLM/mathlm ];
then /usr/local/Wolfram/MathLM/mathlm -logfile filename;
fi
-foreground | keep MathLM in the foreground and print server messages to stdout |
-help | print the list of all command-line options and the MathID |
-language lang | specify the language in which to display server messages |
-localtime | use local time instead of GMT in server messages |
-logfile file | write server messages to a specified log file |
-logformat string | specify the format for displaying server messages |
-loglevel n | specify the level of verbosity of server messages |
-mathid | print the MathID of the machine running MathLM |
-noremotemonitor | specify that MathLM cannot be remotely monitored via MonitorLM |
-pwfile file | specify a file in which to look for Wolfram System passwords |
-restrict file | specify a policy file that describes how to allocate Mathematica licenses |
-timeout n | return suspended licenses after a specified number of hours |
-trfile file | specify a file that defines substitutions for the text of error messages |
-install | install MathLM as a service program and automatically start the service |
-uninstall | stop any currently running MathLM processes and remove MathLM from the list of services |
1 | report server startup/shutdown errors and print a successful startup message |
2 | report everything from level 1 and all runtime error messages |
3 |
report everything from level 2, all license activity, and startup messages pertaining to the process ID and socket number
|
4 |
report everything from level 3, debugging information, and a license table for every license transaction
|
Note: On Windows, a slash (/) or a dash (-) may be used to indicate options.