Why do I receive errors when trying to start the network license manager on Mac OS 10.3.x Panther machine?

2 ビュー (過去 30 日間)
I receive one of the following errors when trying to start the network license manager:
Checking license file for local hostname and local hostid . .
Taking down any existing license manager daemons . . .
No license manager daemons running . . .
Starting license manager . . .
Debug logfile = /var/tmp/lm_TMW.log
Waiting 300 secs for MATLAB vendor daemon to come up . . .
Type your interrupt character (usually CTRL-C) to quit.
Time = 3 secs : still waiting . . .
Time = 30 secs : still waiting . . .
-----------------------
Thu Oct 10 09:48:06 EDT 2002 LM_LOGFILE (last 2 lines)
146 9:47:39 (lmgrd)
147 9:47:39 (lmgrd) "test-123-123.dhcp.test.edu": Not a valid server hostname, exiting.
148 9:47:39 (lmgrd) Valid server hosts are: "panther-456-456.dhcp.test.edu"
-----------------------
Time = 60 secs : still waiting . . .
-----------------------
or:
Checking license file for local hostname and local hostid . . .
Taking down any existing license manager daemons . . .
No license manager daemons running . . .
Starting license manager . . .
Debug logfile = /var/tmp/lm_TMW.log
Waiting 300 secs for MATLAB vendor daemon to come up . . .
Type your interrupt character (usually CTRL-C) to quit.
Time = 3 secs : still waiting . . .
Time = 30 secs : still waiting . . .
-----------------------
Thu Oct 10 09:48:06 EDT 2002 LM_LOGFILE (last 2 lines)
146 9:47:39 (lmgrd)
147 9:47:39 (lmgrd) "test-123-123.dhcp.test.edu": Not a valid server hostname, exiting.
148 9:47:39 (lmgrd) V
Time = 60 secs : still waiting . . .
---------------------

採用された回答

MathWorks Support Team
MathWorks Support Team 2019 年 3 月 15 日
編集済み: MathWorks Support Team 2019 年 3 月 15 日
These errors occur when the hostname of your Mac OS 10.3.x Panther machine is dynamically assigned, or if you are using a laptop.
To resolve this error:
1. Reboot your machine while disconnected from the network.
2. Run the Terminal application (/Applications/Utilities/), and enter the following:
hostname
The output of the hostname command is your Rendezvous hostname.
3. Open your license.dat file in /Applications/MATLAB701/etc using the TextEdit application and edit the SERVER line to read.
SERVER <your_rendezvuos_name> ID=<license_number> 27000
Where your_rendezvuos_name is the Rendezvous hostname from step 2.
4. Save the license.dat file as plain text and exit TextEdit.
You should now be able to start the network license manager on or off the network with any assigned hostname.
If, after applying the above workaround, you are still unable to start the license manager, check that the hostname of your machine is resolvable. You will need to check both the Rendezvous hostname and the network hostname of your machine. Run the Terminal application (/Applications/Utilities/), and enter the following:
traceroute Rendezvoushostname
where 'Rendezvoushostname' is the same hostname used in the above instructions for Step 2.
Then connect your machine to the network and enter the following command in the Terminal window:
hostname
If you receive a different hostname than the Rendezvous hostname, enter the following command in the Terminal:
traceroute networkhostname
where 'networkhostname' is the hostname of the machine while connected to the network.
If you receive an error, and cannot resolve either of the hostnames, then you will need to contact your System Administrator to validate your network services. The license manager will not be able to start if the hostname cannot be resolved.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeManage Products についてさらに検索

タグ

タグが未入力です。

製品


リリース

R13SP1

Community Treasure Hunt

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

Start Hunting!

Translated by