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を起動するための手軽な方法は、コマンドラインから直接実行することです。同じディレクトリにある拡張子が.licのファイルを読み込むことができます。ターミナル、シェル、またはコマンドプロンプトから、ディレクトリをRLMディレクトリに変更し、次のコマンドを入力すると、Reprise License Managerが起動します。その後診断情報が画面に表示されます。
./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"