Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: mention of backup license server

...

  1. Start the Charon Manager and log in to your Charon-SSP host system. Please refer to the user's guide of your Charon-SSP product for details.
  2. Select the emulated SPARC system from the list of VMs on the left and click on Edit Virtual Machine to open the configuration window:

  3. In the configuration window select the license configuration section and add enter the IP address of the license server in the field Private License Server in the Private license server configuration field cloud section (use localhost or 127.0.0.1 if the license server runs on the same system as the emulator). If you have a backup license server (supported in Charon-SSP version 4.1.19 or later), add the IP address of the backup server in the field Backup server.

  4. Click on OK to save the configuration. It will become active at the next start of the emulator.

...

  1. Log in to the system as the privileged user.
  2. Open the configuration file with a text editor.
  3. Locate the [license] section.
  4. Add the parameter
    server = <license-server-ip-address>
    to the section, where
    <license-server-ip-address> is the IP address of the license server.
  5. Optionally, add the parameter
    backup_server = <backup-license-server-ip-address>
    to the section, where
    <backup-license-server-ip-address> is the IP address of the backup license server.
    Charon-SSP will switch to this server if the primary license server becomes unavailable.
  6. Save the configuration file
  7. At the next restart of your emulator instance, the configuration becomes active.

...