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

조회 수: 11 (최근 30일)
Joe
Joe 2016년 6월 29일
댓글: Joe 2016년 6월 30일
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
José-Luis
José-Luis 2016년 6월 29일
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).

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

채택된 답변

Walter Roberson
Walter Roberson 2016년 6월 29일
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
Joe
Joe 2016년 6월 30일
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

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by