Manual Start from the Command Line
To start lmgrd from the command line
Start lmgrd as an application from a Windows command shell using the following syntax:
C:\fnp> lmgrd -c license_file_list -L [+]debug_log_path
where
• | license_file_list is one or more of the following: |
• | the full path to a single license file |
• | a directory, where all files named *.lic in that directory are used |
If the license_file_list value contains more than one license file or directory, they must be separated by semicolons.
• | debug_log_path is the full path to the debug log file |
Prepending debug_log_path with the + character appends logging entries.
Spaces in pathnames require double quotes around the path.
Note:On Windows platforms, it is best practice to set the location of debug_log_path to a sub-folder of ProgramData. This location has user-write permissions by default, which are needed when the license server runs as a service with LocalService permission.