Borrar filtros
Borrar filtros

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

10 visualizaciones (últimos 30 días)
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 comentario
José-Luis
José-Luis el 29 de Jun. de 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).

Iniciar sesión para comentar.

Respuesta aceptada

Walter Roberson
Walter Roberson el 29 de Jun. de 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 comentario
Joe
Joe el 30 de Jun. de 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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by