Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update installation changes for VE version 2.2.4

...

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-SSP 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:

# 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

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

...