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

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

 Accepted Answer

MathWorks Support Team
MathWorks Support Team on 28 Feb 2019

0 votes

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 を実行してみてください。

More Answers (0)

Products

Release

R2006a

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!