なぜ、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!