Versions Compared

Key

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

...

Note that this setting works only for standard HostID checking; it cannot be used with custom HostID comparison.

Usage and recommendations

HostID matching lets you offer a less strict hardware upgrade policy to your users, because you can decide whether to allow license checkouts using an exact 1:1 match or a more lenient partial match of HostID values.

For example, you might define a license file as follows:

Code Block
languagehtml/xml
<CLIENT_HOSTID>

...


<SETTING ETHERNET="123..."/>

...


<SETTING HOSTNAME="ALPHA1"/>

...


</CLIENT_HOSTID>

...


<SETTING HOSTID_MATCH_RATE="50"/>

In the above example, both Ethernet and hostname HostIDs were specified. With the match rate set to "50," only one of the two HostIDs is required to match in order for the license to work.

...