Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: rewording as it was not clear

...

Using these devices, the license dongle would need some time to be detected once the Linux server is booted.

(warning) Due to a bug in this versionthe vanilla version (Build 194-02), the license_key_lookup_retry parameter is not taken into account.

...

With the vanilla version (Build 194-02), there is also a missing dependency to the Sentinel LDK License Manager service (hasplms) that can produce license detection errors at Charon virtual machine startup (if it starts before the hasplms service).

(lightbulb) This can be solved by opening a cmd.exe window as an Administrator and running the following command (do not omit space after the equal sign):

...

C:\...>sc config <service> start= delayed-auto

(lightbulb) Note (question) Note this will not guarantee at 100% the license dongle will be present. The license_key_lookup_retry feature is then recommended (if the patch is installed).

To verify the settings are correctly set, use the "sc qc <service>" command.

...