How do I force Flexlm/MLM to re-read the mlm.opt file in Linux?
Ältere Kommentare anzeigen
Under Windows, using lmtool.exe, I have the option of making the license manager re-read the license file. How can I do this under Linux? I'd prefer not to risk a total restart of the license manager as my users have long-running jobs that might not enjoy losing access to the license manager, even temporarily.
Many services will re-read their config files when sent a signal (e.g. pkill -USR1 ${process_name}). Does the Matlab license manager in Linux support this and, if so, what is the correct "signal" to send (signals USR1 and HUP are common)?
1 Kommentar
Ori
am 3 Nov. 2015
Hi Randy.
I know this is a a bit old, but I'll answer about lmrereading for posterity. Linux lmutil should have the lmreread capability just as in windows. Please try:
./lmutil lmreread -c my_license file
All the best,
Antworten (1)
chen
am 10 Mär. 2014
0 Stimmen
Hi Randy
Use the lmutil command: e.g ./lmutil lmreread -c my_license file
Chen Shifrin Openlm.com
1 Kommentar
Randy Zagar
am 10 Mär. 2014
Kategorien
Mehr zu Manage Products finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!