License Status Check
The license status check tool, license_status, is avaliable to allow users to check if there are licenses available for particular licensed software on the HPRC clusters.
To see the various options available, use the -h option:
[username@hostname ~]$ license_status -h
Usage: ./license_status [option list...]
Options:
-l: List all names that can be used with the -s option.
-a: List the license status for all software supported by this script.
-s NAME: List the license status for software NAME.
-h: Display this help.
[username@hostname ~]$ license_status -s ansys
License status for ANSYS:
----------------------------------------------------------------------
|License Name | # Issued| # In Use|# Available|
----------------------------------------------------------------------
|1spacdes | 1375| 0| 1375|
|a_jt_reader | 1375| 0| 1375|
|a_spaceclaim_catv5 | 1375| 0| 1375|
|a_spaceclaim_dirmod | 1375| 0| 1375|
|a_spaceclaim_faceteddata | 1375| 0| 1375|
.....
.....
|zos_level1 | 1375| 0| 1375|
|zos_level2 | 1375| 0| 1375|
|zos_level3 | 1375| 0| 1375|
----------------------------------------------------------------------
To see the license status for all available software, use the -a option:
To see the software supported by this tool, use the -l option: