フィルターのクリア

Complete FlexLM log file after restarting the server

4 ビュー (過去 30 日間)
Christophe
Christophe 2014 年 3 月 17 日
編集済み: Ori 2015 年 5 月 28 日
When i start the FlexLM server (command: lmgrd -c $LICFILE -l $LOGFILE ) the log file ($LOGFILE) is destroyed and completly recreated so I lose all previous log.
What is the command to start the server and complete the log file without recreate it ?
Thanks.

回答 (1 件)

Ori
Ori 2015 年 5 月 28 日
編集済み: Ori 2015 年 5 月 28 日
According to the FlexLM manual - I see two options:
1. lmgrd and the vendor daemons it manages write debug log output to standard out. You can therefore redirect this debug log output to a file. Using the '>>' operand should append the output
2. the option:
-l +debug_log_path
should also append logging entries(This option uses the letter l, not the numeral 1)
Hope that helps,
Ori Kaplan, Support Manager

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by