...
Table of Contents | ||||
---|---|---|---|---|
|
Div | ||
---|---|---|
|
...
VE License Server - Prerequisites
The use of a Charon VE License Server has a number of prerequisites:
...
- The AutoVE license server must be defined for the instance before first launch (see Configuring AutoVE Information on the Charon AL Host).
- This support was added in Charon-SSP version 5.3.8 and later images (at the time of writing on AWS, OCI, GPC, and Azure).
Div | ||
---|---|---|
| ||
VE License Server
...
- Installation
If you are not familiar with the installation of RPM packages, please refer to the general Charon user's guide of your product, or your Linux system documentation.
...
- Copy the license server software package to the license server host (if needed):
- For example, use sftp to connect to the VE license server system.
# sftp -i ~/.ssh/<mykey>
<user>@<linux-ip> - Copy the software package to the license server system using the following SFTP command:
> put <local-path-to-license-server-package>
- For example, use sftp to connect to the VE license server system.
- Use ssh to log in on the license server host.
# ssh-i ~/.ssh/<mykey> <user>@<linux-ip>
- As a privileged user (root) go to the directory where you stored the installation package and install the package:
- Become the root user:
# sudo -i
- Go to the package location:
# cd <path-to-package-directory>
If you used SFTP to copy the package to an instance installed from a prepackaged Charon marketplace image, the home directory of the charon user and the default location for file transfers is /charon/storage. - For VE license server 2.2.4 and above, unpack the archive and agree to the end-user license agreement:
# chmod a+x license-server-<version>.rpm.sh
# ./license-server-<version>.rpm.sh
This will display the EULA. After agreeing to it, the RPM installation package will be unpacked in the current directory.
- Install the package:
- Linux 7.x:
# yum install license-server*.rpm
- Linux 8.x and 9.x:
# dnf install license-server*.rpm
- Linux 7.x:
- Become the root user:
...