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

13 ビュー (過去 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 Center および File ExchangeIntroduction 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