Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

MethodUsage
Multiple HostIDs with 1:1 matchingThis method lets you specify multiple HostIDs that must exactly match With this method, all HostIDs must match exactly for the license to work. For example, if you lock the license to the license server machine hostname, Ethernet adapter, and BIOS HostIDs, all three HostIDs must match for the license to work.
Multiple HostIDs with advanced comparison With this method, you use the HostID compare function, LMX_OPT_HOSTID_COMPARE_FUNCTION, to put specify multiple HostIDs in the license file and use them under custom conditions. For example, you might create a condition to lock to the Ethernet card if it is available, and if it is not available, lock to the harddisk. Another example is to include all available information about the machine in the license file, and then allow the software to run if the harddisk and Ethernet HostIDs match, and ignore all other information.
Multiple HostIDs using HostID match ratingWith this method, you use the HostID match rating setting, HOSTID_MATCH_RATE, to specify the percentage required for a successful match, from 0 (no matching required) to 100 (exact matching required). For example, SETTING HOSTID_MATCH_RATE="50" indicates that a 50% or better match must be achieved in order for the license to work. A strict 1:1 match provides optimal security, while a less strict match provides more flexibility, allowing users to run the software if, for example, only two out of three HostID values are valid.

...