Versions Compared

Key

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

...

StepDescription
1

Log into your cloud instance and become the root user on the Charon host in the cloud using the following commands:

$ ssh -i <path-to-private-key>  sshuser@<ip-address-of-cloud-instance>
$ sudo -i

2

Go to the directory where the package has been stored (this location is applicable to the prepackaged Charon VE marketplace image):
      # cd /charon/storage/

3

For VE license server 2.2.4 and above, unpack the archive and agree to the end-user license agreement:

# sh ./license-server-<version>.rpm.sh
This will display the EULA. After agreeing to it, the RPM installation package and the EULA will be unpacked in a subdirectory (license-server-<version>.rpm) of the current working directory (version 2.2.4 only: the RPM will be unpacked in the current working directory).

4

Install the package:

Linux 7.x: # yum install license-server-<version>.rpm
Linux 8.x and 9.x: # dnf install license-server-<version>.rpm


Div
classpagebreak



Sample installation:

Code Block
languagetext
# cd /charon/storage

# dnf install license-server-2.0.1.rpm 
Last metadata expiration check: 0:19:36 ago on Di 03 Mai 2022 13:20:02 CEST.
Dependencies resolved.
================================================================================
 Package               Architecture  Version          Repository           Size
================================================================================
Installing:
 license-server        x86_64        2.0.1-1          @commandline         53 M

Transaction Summary
================================================================================
Install  1 Package

Total size: 53 M
Installed size: 85 M
Is this ok [y/N]: y
Downloading Packages:
     <lines removed>
Running transaction
  Preparing        :                                                        1/1 
  Running scriptlet: license-server-2.0.1-1.x86_64                          1/1 
  Installing       : license-server-2.0.1-1.x86_64                          1/1 
  Running scriptlet: license-server-2.0.1-1.x86_64                          1/1 
Created symlink /etc/systemd/system/multi-user.target.wants/licensed.service → /etc/systemd/system/licensed.service.

  Verifying        : license-server-2.0.1-1.x86_64                          1/1 

Installed:
  license-server-2.0.1-1.x86_64                                                 

Complete!

...