How to I determine from my MATLAB client application which License server I am using to fetch the license?

38 次查看(过去 30 天)
I wanted to know how would I determine from which License Server my MATLAB clinet application is fetching the licenses from.
Senario1: If I have 2 different licenses servers.
Senario2: If I have 1 server with Mutliple licenses combined. And then migrating the users from Indiviual license to Concurrent licenses.
I am aware of command license('inuse') but that doesnt show the license server used details.
Thanks.

回答(1 个)

Pratyush
Pratyush 2023-7-26
Hi Jatin,
I understand that you want to know that in case of multiple license which license server your MATLAB client is using. You can determine the license server information by using the "lmstat" command-line utility. In MATAB command window of your client machine write
!lmutil lmstat -a -c <license_server_hostname>
Replace <license_server_hostname> with the hostname or IP address of one of your license servers or your combined license server.
Repeat the above steps for each license server to determine which one your MATLAB client application is using.
Similar questions has been answered in the following links:

类别

Help CenterFile Exchange 中查找有关 Manage Products 的更多信息

产品


版本

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by