How to I determine from my MATLAB client application which License server I am using to fetch the license?
22 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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.
0 Commenti
Risposte (1)
Pratyush
il 26 Lug 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:
0 Commenti
Vedere anche
Categorie
Scopri di più su Manage Products in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!