Versions Compared

Key

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

...

# systemctl enable mv3k6.service
# systemctl start mv3k6.service

If you update the /usr/lib/systemd/system/

...

<my virtual

...

machine>.service file, the following command must be executed in order to take changes into account:

# systemctl daemon-reload

Warning

Note that a certain delay may appear in finding network licenses by Sentinel Run-time on CHARON-VAX host system startup. If the CHARON-VAX service is starting automatically at host system startup, it may report a "License not found" error and exit.

This problem can be avoided by specifying the "license_key_lookup_retry" parameter in the following way:

set session license_key_lookup_retry = "N [, T]"

where:

  • N = Number of retries looking for the license key (or keys)
  • T = Time between retries in seconds. If not specified, 60 seconds is used

Example:

set session license_key_lookup_retry = 5

In this example, if the license key is not found during initial scan, CHARON-VAX will do 5 more attempts waiting 60 seconds between them.

See General Settings section for more details.

...