Using Altair Units License in the Panopticon Visualization Server
Before using the Altair Units license type in the Panopticon Visualization Server, it is required to configure certain properties in the Panopticon.properties file located in the AppData folder or c:\vizserverdata:
|
|
|
|
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.operating.system |
|
Description |
The operating system where the Panopticon Visualization Server is installed. Possible values are: WIN_X86, WIN_X64, MAC, LINUX_X64, or LINUX_ARM64 NOTE: If the Java bitness (e.g., 32-bit) is different from the operating system (e.g., 64-bit), it is recommended to add the Java bitness in this property (e.g., WIN_X86). |
|
Default Value |
|
|
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 used, they should be separated by ‘;’. NOTES: Multiple License Servers are not supported when the Panopticon Visualization Server is on a Linux machine. If value is not set in the panopticon.properties, the environment variable ALTAIR_LICENSE_PATH serves as the backup path and will be used |
|
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.operating.system=WIN_X64
license.hwu.uri=6200@192.168.5.51;6200@192.168.5.52
license.hwu.version=19.0
license.mode=HWU
|
NOTE |
· The Panopticon Visualization Server supports different user roles which check out different numbers of Altair Units.
· Alerts and scheduled tasks are leveled towards each other. Regardless of the number of alerts or scheduled tasks a user creates, only two Altair Units licenses will be checked out. · These units are separate from the units that are checked out for a user of the server. For example, if a user is logged on to the server (two units) and starts an alert (two units), a total of four units are checked out. If the user then starts two more alerts and a scheduled task, the total number of checked out units will still be four. If the user logs out without shutting off any alerts, two units will remain checked out. · Two products (e.g., Panopticon Visualization Server and Panopticon Streams) or two instances of one product, must not be configured to use Altair Units licensing if they run on the same Tomcat.
|


