Altair License Server
Usage
add_ALTAIR HOST | PORT@HOST [OPTIONS]
Options
| HOST | PORT@HOST | If the -cloudBased parameter is set to false (the
default), then the first argument MUST be the Altair license server host
name or a combination of the port and host name, in PORT@HOST format.
Otherwise this argument is ignored. |
| -cmd <CMD> | Command to run to get license utilization status. Examples: On
premise license manager:
Altair cloud based license server (note that the server must
be authorized separately):
|
| -cloudBased <TYPE> | Either false (default) or true. CMD must be consistent with the TYPE selected. If true, then the HOST | PORT@HOST argument is ignored and should be set to "". |
| -minPeriod <PERIOD> | Minimum sampling period. |
| -maxPeriod <PERIOD> | Maximum sampling period. |
| -autokill <PERIOD> | Autokill period. |
| -tag <TAG> | Unique tag name. Default "ALTAIR". |
Examples
add_ALTAIR 6200@myserver.com -tag alm_local -cmd "almutil -licstat" -cloudBased false
add_ALTAIR "" -tag alm_cloud -cmd "almutil -licstat -managed" -cloudBased true