Versions Compared

Key

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

...

  • Connect to the public IP address of the instance:
    $ sftp -i <path-to-private-key> charon@<public-ip-of-aws-instance>
  • Download the required package:
    sftp> get charon-manager-ssp-3.1.11.[rpm | deb]

Once you have downloaded the packages, proceed with installing the Charon-SSP Manager software.

Installation Steps

The following table describes the installation steps for Charon-SSP Manager:

StepDetails
1Log-in to the local Linux system as the root user (denoted by the # prompt).
2Copy the installation package to the local Linux system
3

Go to the directory where the package has been stored:

# cd <package-location>

4Install package:

For systems with RPM package management (Red Hat, Centos):
    # yum install <package-name>


For systems with Debian package management (Debian, Ubuntu):
    # dpkg -i <package-name>


Div
classpagebreak



Example (RPM):

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

Dependencies Resolved

================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
charon-manager-ssp x86_64 3.1.8-1 /charon-manager-ssp-3.1.8 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
Warning: RPMDB altered outside of yum.
Installing : charon-manager-ssp-3.1.8-1.x86_64 1/1 
Verifying : charon-manager-ssp-3.1.8-1.x86_64 1/1

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

Complete!

...