Why does lmstat report only one license available for my MATLAB Parallel Server license?

8 visualizaciones (últimos 30 días)
When I run the command lmstat to check how many licenses are available for MATLAB Parallel Server product, I only see 1 license.

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 3 de Dic. de 2020
Editada: MathWorks Support Team el 3 de Dic. de 2020
As of R2019a, the lmstat output will only show one seat of the MATLAB Parallel Server product.  
To obtain MATLAB Parallel Server usage information, such as how many keys are issued and how many keys are available, please use the ParallelServerLicenseCheck executable located in the MATLAB License Manager installation folder (as of R2020a):
$LMROOT/etc/{win64/glnxa64/maci64}/ParallelServerLicenseCheck
You may run the ParallelServerLicenseCheck executable in the Command Prompt (Windows) or Terminal (Linux and MacOS).
To display the summary information, including total keys issued and total keys in use, you may use the following syntax:
ParallelServerLicenseCheck -c <license server port@HostName>
For example, on Windows:
cd "C:\Program Files\MATLAB\R2020b\etc\win64\"
ParallelServerLicenseCheck.exe -c 27000@MLServer
Additional Options: 
        -c <license server> : The license server to query.  This can be specified as port@host, @host, or a license file. 
        -type summary [default] : Displays summary information including total keys issued and total keys in use. 
        -type user: Displays information for the user specified by the -user option. 
        -user <username> : The specific username to report on.  For use with '-type user'. 
        -h | -help : Prints this help text. 

Más respuestas (0)

Categorías

Más información sobre Manage Products en Help Center y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Productos


Versión

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by