Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Please note:

  • This section describes how to install the Charon-SSP VE license server kit on Charon host systems that were launched from prepackaged Charon-SSP VE cloud marketplace images. The license server kit is included in these images.
  • For more information, and if you installed your host system using a different base image and the Charon-SSP VE RPM packages, please refer to the Charon-SSP VE License Server Guide. The basic steps are the same, but you must copy the VE license server kit to your instance in a separate step, and the user for interactive login depends on the configuration of the Linux cloud image chosen for the instance and the configuration during launch.

Charon-SSP for Virtual Environments (VE) requires at least one VE license server on the Charon host system itself or an a separate license server. The VE license server must run in a supported cloud (unless both Charon-SSP for VE and the license server run in the same VMware environment). The software package is included in the Charon-SSP VE cloud image. The installation of the VE License Server package on a Charon host system launched from a Charon-SSP VE marketplace image is described below:

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

Install the package:
      # yum install license-server-<version>.rpm

Sample installation:

# cd /charon/storage/

# yum install license-server-1.1.5.rpm 
Last metadata expiration check: 1:02:28 ago on Thu Feb  4 21:38:58 2021.
Dependencies resolved.
================================================================================
 Package               Architecture  Version          Repository           Size
================================================================================
Installing:
 license-server        x86_64        1.1.5-1          @commandline         52 M

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

Total size: 52 M
Installed size: 79 M
Is this ok [y/N]: y
Downloading Packages:
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Running scriptlet: license-server-1.1.5-1.x86_64                          1/1 
  Installing       : license-server-1.1.5-1.x86_64                          1/1 
  Running scriptlet: license-server-1.1.5-1.x86_64                          1/1 
Created symlink /etc/systemd/system/multi-user.target.wants/licensed.service → /etc/systemd/system/licensed.service.

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

Installed:
  license-server-1.1.5-1.x86_64                                                 

Complete!

  • No labels