Contents

Overview

The Charon-SSP Manager is the main interface for managing the emulated SPARC systems running on a Charon-SSP AWS EC2 host. Therefore, the Charon-SSP Manager must be installed on every local system that will be used to manage the Charon instances running on the Charon-SSP cloud host.

Stromasys provides Charon-SSP Manager installation packages for the following Linux distributions and versions:

Support for Charon Manager on Microsoft Windows is planned for a later date.

Installation Packages and Installation Steps

Installation Packages

Installation packages are available in RPM or Debian package formats:

Obtaining the installation packages:

The packages are included in the Charon-SSP AWS AMI. Once a new instance has been launched, you can download the Charon-SSP Manager packages from the running instance:

Installation Steps on Linux

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>




Example (RPM):

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

Dependencies Resolved

================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
charon-manager-ssp x86_64 3.1.21-1 /charon-manager-ssp-3.1.21 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-3.1.21-1.x86_64 1/1 
Verifying : charon-manager-ssp-3.1.21-1.x86_64 1/1

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

Complete!