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

2 views (last 30 days)
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!

Answers (2)

Andreas Goser
Andreas Goser on 30 Jan 2015
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.

Libor Machala
Libor Machala on 10 Feb 2015
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!

Categories

Find more on Manage Products in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!