なぜ、lmstart コマンドを使用して、license manager を起動する際に、冗長サーバー 通信に関するエラーが発生するのでしょうか?

次のエラーが発生します:
"You may still be waiting for redundant servers to communicate properly"

 採用された回答

MathWorks Support Team
MathWorks Support Team 2019 年 2 月 28 日

0 投票

Linux、UNIX および Mac システムの上では、下記のようなステップで、このエラーを解決することができます
1. ターミナル ウィンドウから、$MATLAB/etc/ フォルダーに移動してください。($MATLAB は MATLAB のルート ディレクトリーです)
2. 次のコマンドを実行します:
./lmdown
3. 次のコマンドを実行します:
sudo rm /var/tmp/lm* (パスワードを入力するよう指示が表示されたら、管理者(root)の パスワードを入力します)
4. 次のコマンドを実行します:
sudo rm /var/tmp/lock*
5. 次のコマンドを実行します:
./lmstart
6. エラーが表示されていない場合、もう一度 MATLAB を実行してみてください。

その他の回答 (0 件)

製品

リリース

R2006a

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!