...
Stromasys provides Charon-SSP Manager installation packages for the following Linux distributions and versions as separate installation packages and also as part of the Charon-SSP VPC distribution (Charon agent package):
- Versions 7.x or higher of Oracle Linux (64 bit) version, Red Hat Enterprise Linux (64 bit), or CentOS (64 bit).
- Ubuntu 17 or higher (64 bit)
...
However, the packages are also included in the Charon-SSP VPC Agent installation kitpackage. Once the Charon-SSP VPC packages have Agent package has been installed on the Charon host system, you can download the Charon-SSP Manager packages from the running instance:
- Connect to the IP address of the instance via SFTP using the management user of the instance and the private key assigned during launch:
$ sftp -i <path-to-private-key><mgmt-user>@<ip-of-charon-vpc-host>
- Change your working directory to the Charon Agent hierarchy:
# cd /opt/charon-agent/ssp-agent/bin
- Download the required package:
sftp> get charon-manager-ssp-<version>.[rpm | deb]
...
Step | Details |
---|---|
1 | Log-in to the local Linux system as the root user (denoted by the # prompt). |
2 | Copy the installation package to the local Linux system |
3 | Go to the directory where the package has been stored:
|
4 | Install package: |
For systems with RPM package management (Red Hat, CentOS, Oracle Linux): | |
For systems with Debian package management (Debian, Ubuntu): |
...