A quick way to get RLM running is to run it directly from the command line. It will read any file with a .lic file extension in the same directory. From a terminal, shell or command prompt, change directory to the RLM Directory and enter the following command to start the Reprise License Manager and print diagnostic information to the screen.
./rlm
If you prefer to write diagnostic information to a log file, type this instead:
./rlm -dlog lightmap.log
To append log information to an existing log file, try this:
./rlm -dlog +"lightmap.log"