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

45 Ansichten (letzte 30 Tage)
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.

Antworten (1)

Pratyush
Pratyush am 26 Jul. 2023
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:

Kategorien

Mehr zu Manage Products finden Sie in Help Center und File Exchange

Produkte


Version

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by