Skip to content
Snippets Groups Projects
Commit 9b97e542 authored by Jan Siwiec's avatar Jan Siwiec
Browse files

updated section license usage check via command line

parent 0b4a0558
No related branches found
No related tags found
4 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section
......@@ -17,6 +17,34 @@ If an ISV application was purchased for educational (research) purposes and also
For each license, there is a [table][a] providing the information about the name, number of available (purchased/licensed), number of used and number of free license features.
### Command Line
To check license usage via command line, use the `LicenseChecker` module with the `lmstat` utility:
```console
ml LicenseChecker/1.0
```
For example, to check usage of Ansys licenses, use:
```console
lmstat -a -c 1055@license.it4i.cz
```
or for a specific module (e.g. HPC):
```console
lmstat -f aa_r_hpc -c 1055@license.it4i.cz
```
To list all Ansys modules, use:
```console
lmstat -i -c 1055@license.it4i.cz
```
For other applications' licenses, change the port number in the command according to the **Port** column in [this list][b].
## License Aware Job Scheduling
Salomon and Barbora clusters provide license aware job scheduling.
......@@ -51,3 +79,4 @@ The license is used and accounted only with the real usage of the product. So in
[1]: #Licence
[a]: https://extranet.it4i.cz/rsweb/barbora/licenses
[b]: http://licelin.it4i.cz/list/
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment