After update OpenSUSE LINUX 12.2 to 13.1 on server, the license manager has not started

I have Installed license manager to server with OpenSUSE 12.2 and it worked perfectly! Whenever I made necessary update OpenSUSE to version 13.1, the license manager doesn't start:
server:/ # /usr/local/MathWorks/etc/lmstart -u administrator
Checking license file for local hostname and local hostid . . .
Taking down any existing license manager daemons . . .
No license manager daemons running . . .
Starting license manager . . .
Debug logfile = /var/tmp/lm_TMW.log
The license manager has not started properly.
Check the logfile for any error messages.
server:/ #
The file /var/log/lm_TMW.log stays empty...
Where do I have the problem? ... There is the new Install Mathworks necessary?
Thank you very much for your help!

답변 (2개)

Andreas Goser
Andreas Goser 2015년 1월 30일
In general, it expected, that you verify the server's OS with the supported OS for MATLAB itself. And also you install the license manager coming with the MATLAB installation of the latest version you use.
I upgraded server's system OpenSuse linux to version 13.2 and I performed new installation R2014b (replaced R2013b) and the same result, unfortunately... :(
There is a part code related to failed message in the /LM_ROOT/etc/lmstart script:
#
$LM_ROOT/lmboot -$ARCH
if [ $? -ne 0 ]; then
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
echo '. The license manager has not started properly.'
echo ' Check the logfile for any error messages.'
echo ' '
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
exit 1
else
interactive
if [ $? -ne 0 ]; then
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
echo ' '
echo 'License manager up . . .'
end
Where's problem, please?
Thank you very much for your help!

댓글 수: 1

Help me anybody please, if you know...
... it must work for our students next week!
Thank you very much once more.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Manage Products에 대해 자세히 알아보기

질문:

2015년 1월 29일

댓글:

2015년 2월 11일

Community Treasure Hunt

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

Start Hunting!

Translated by