Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: pdf layout

...

  • 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]


Div
classpagebreak


Installation Steps on Linux

...

$ /opt/charon-manager/ssp-manager/ssp-manager

...


Example (RPM):

Code Block
languagetext
# yum install charon-manager-ssp-4.1.10.rpm 
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager
Examining charon-manager-ssp-4.1.10.rpm: charon-manager-ssp-4.1.10-1.x86_64
Marking charon-manager-ssp-4.1.10.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package charon-manager-ssp.x86_64 0:4.1.10-1 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
charon-manager-ssp x86_64 4.1.10-1 /charon-manager-ssp-4.1.10 4.2 M

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

Total size: 4.2 M
Installed size: 4.2 M
Is this ok [y/d/N]: y
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : charon-manager-ssp-4.1.10-1.x86_64 1/1 
Verifying : charon-manager-ssp-4.1.10-1.x86_64 1/1

Installed:
charon-manager-ssp.x86_64 0:4.1.10-1

Complete!

...