Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Links manually updated to solve the bug pointing to page editor

...

Parameterlicense_key_lookup_retry
TypeText String
Value

In case the CHARON-VAX / CHARON-PDP license connection is not present when the guest starts up, this parameter specifies how many times the CHARON VM will try to establish the connection and, optionally, a period of time between retries.

Syntax:

set session license_key_lookup_retry = "N [, T]"

Options:

  • N - Number of retries to look for license keys.
  • T - Time between retries in seconds. If not specified, 60 seconds are used

Example 1:

set session license_key_lookup_retry = 1

If the license key is not found during initial scan, only one more attempt after 60 seconds is performed.

Example 2:

set session license_key_lookup_retry = "1,30"

Same as above but retry in 30 seconds.

Example 3:

set session license_key_lookup_retry = "3,10"

If the license key is not found during initial scan, do 3 more attempts waiting 10 seconds between them.

Example 4:

set session license_key_lookup_retry = "5"

If the license key is not found during the initial scan, do 5 more attempts waiting 60 seconds between them.


Back to Table of Contents

Div
classpagebreak


File inclusion

...

(info) The configuration template files are defined to use the "configuration_name.icfg" configuration file which is used by the CHARON Virtual Machines Manager. If you use an existing configuration file, including this file is not necessary.

Back to Table of Contents