How multiple Linux users can use a "designated computer" license on linux

28 vues (au cours des 30 derniers jours)
Joe
Joe le 29 Juin 2016
Commenté : Joe le 30 Juin 2016
I have successfully installed Matlab for Linux. The license is a "designated computer" license which allows any user on the computer to use the license. However, when a user other than the one who installed the license tries to launch Matlab the license manager says the license is unavailable and Matlab never launches.
What do I need to allow all users on the machine to be able to successfully launch Matlab?
Thanks.
  1 commentaire
José-Luis
José-Luis le 29 Juin 2016
This is more a Linux question than a Matlab question. You could try changing the permissions for /matlab
You might need to reinstall as a different user (probably easier than modifying permissions willy-nilly for all the files required to run matlab).

Connectez-vous pour commenter.

Réponse acceptée

Walter Roberson
Walter Roberson le 29 Juin 2016
That is not exactly what that license allows.
"Designated Computer. The products may only be activated and used on a single, designated computer, provided the products are operated from that computer's console by one licensed user at any given time."
So you cannot have two different users use the software at the same time.
  1 commentaire
Joe
Joe le 30 Juin 2016
That was it. All I had to do was create a new group 'matlab' and add users to it using,
groupadd matlab
useradd -G matlab <username>
Then change the installed file permissions using,
chgrp -R matlab /usr/local/MATLAB/R2015b

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by