Using Altair Units License in Altair's License Server
If your license source is Altair’s License server, it is required to configure certain properties in the Streams.properties file located in the AppData folder or c:\streamsserverdata:
|
|
Property |
Service authentication level |
Attribute |
authentication.required |
Description |
The property that will make the authentication required. It will force the user to login in order to use any of the services provided by the server. Must be set to true. |
Default Value |
true |
Property |
Licensing |
Attribute |
license.hwu.uri |
Description |
The path where the License Server is running e.g., 6200@191.255.255.0 where the syntax is PORTNUMBER@HOST. If multiple servers are specified, use the ‘;’ semicolon separator sign for Windows and the ‘:’ colon separator sign for Linux. NOTE: If value is not set in the Streams.properties, the environment variable ALTAIR_LICENSE_PATH serves as the backup path and will be used |
Example |
For Windows: license.hwu.uri=6200@192.168.5.51;6200@192.168.5.52 For Linux: license.hwu.uri=6200@192.168.5.51:6200@192.168.5.52 |
Default Value |
|
Property |
Licensing |
Attribute |
license.hwu.version |
Description |
Value must match the license version found in the Altair Units license file. |
Default Value |
19.0 |
Property |
Licensing |
Attribute |
license.mode |
Description |
The license mode. Possible values are: FILE or HWU. Must be set to HWU. |
Default Value |
FILE |
For example:
authentication.required=true
license.hwu.uri=6200@192.168.5.51;6200@192.168.5.52
license.hwu.version=19.0
license.mode=HWU
NOTE |
· Panopticon Streams Server supports different user roles which check out different numbers of Altair Units.
· Logging in to both Panopticon Real Time and Panopticon Streams Server with the same username levels the unit draw. A total of 10 units are drawn even if the user logs in to both servers. · Running applications are leveled towards the user who started the application. |