...
- The VE license server package
- A suitable Linux instance to be used as the VE license server. This instance must run
- in a supported cloud environment,
- in a supported VMware environment, or
- on a supported physical server.
- Correct firewall settings
- The VE-capable Charon emulator software running on a Charon host with appropriate network access to the VE license server (see restrictions for VMware environments below)For AutoVE in AWS: a Charon instance launched from a compatible Automatic Licensing marketplace image (AutoVE definitions must be added before first launch).
These requirements are described in detail below.
...
- The default zone name can be found with the command
firewall-cmd --get-default-zone
, a list of all zones can be displayed with the commandfirewall-cmd --get-zones
. - The parameter --permanent writes the command to the respective firewalld configuration files. To add the command to the running firewall, re-run it without the parameter --permanent.
- The simplified sample above does not limit the source IP address to the addresses of the license clients. This would require a more sophisticated configuration. Please refer to the documentation of your Linux system.
Communication
...
When AutoVE mode is used, the primary and backup license servers can synchronize their database of registered clients. The TCP port for this synchronization must be permitted on both servers. Default: TCP/8085; an alternative port can be configured in /opt/license_server/config.ini.
Communication Between License Server and Cloud Infrastructure
...
The VE license server software requires matching Charon emulator software. At the time of writing this support was available for Charon-SSP emulator products.
Please note:
...
the protocol versions used by the emulator software and the license server must be compatible. The software checks for compatible protocol versions and reports an error should there
...
be a mismatch.
Charon-SSP Emulator Packages for VE Licenses
...
- Unless there is GUI access to the Charon-SSP host system (or an option to use X11-Forwarding via SSH), Charon Manager and Charon Director must be installed on a remote management system that will be used to configure and manage the Charon-SSP software. The Charon-SSP emulator software can also be run from the command-line, in which case Charon Manager and Director are not required.
- The Charon Agent package contains the RPM and Debian packages for the Charon Manager on Linux and a ZIP file for the Charon Manager on Microsoft Windows (charon-manager-ssp-<version>.zip).
- The Charon-SSP VE emulator software can run on the same system as the license server or on a separate system with appropriate network access to the VE License Server.
Charon-SSP AutoVE-enabled Marketplace Image
...
- .
Div | ||
---|---|---|
| ||
VE License Server Software Installation
...
Code Block | ||
---|---|---|
| ||
# dnf install charon*.rpm Last metadata expiration check: 18:49:07 ago on Di 23 Mär 2021 17:29:15 CET. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: charon-agent-ssp x86_64 5.0.1-1 @commandline 28 M charon-director-ssp x86_64 5.0.1-1 @commandline 112 k charon-manager-ssp x86_64 5.0.1-1 @commandline 1.8 M charon-ssp-4m x86_64 5.0.1.ve.el8-1 @commandline 2.2 M charon-ssp-4u+ x86_64 5.0.1.ve.el8-1 @commandline 14 M charon-ssp-4v+ x86_64 5.0.1.ve.el8-1 @commandline 14 M Installing dependencies: <lines removed> Transaction Summary ================================================================================ Install 48 Packages Total size: 70 M Total download size: 9.2 M Installed size: 183 M Is this ok [y/N]: y Downloading Packages: <lines removed> Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction <lines removed> Installed: <lines removed> charon-agent-ssp-5.0.1-1.x86_64 charon-director-ssp-5.0.1-1.x86_64 charon-manager-ssp-5.0.1-1.x86_64 charon-ssp-4m-5.0.1.ve.el8-1.x86_64 charon-ssp-4u+-5.0.1.ve.el8-1.x86_64 charon-ssp-4v+-5.0.1.ve.el8-1.x86_64 <lines removed> Complete! |
Launching a AutoVE-enabled Instance from AWS Marketplace
...
Include Page | ||||
---|---|---|---|---|
|