Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: small clarification

Anchor
TOC
TOC
Include Page
KBCOMMON:KB-CSSstyle
KBCOMMON:KB-CSSstyle

Contents

Table of Contents
excludeContents
stylesquare

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 as part of the Charon-SSP AWS distribution:

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

Support for Should you require Charon Manager on Microsoft Windows is planned for a later date, please contact Stromasys or your Stromasys VAR.

Installation Packages and Installation Steps

Installation Packages

Installation packages are available in RPM or Debian package formats:

...

  • Connect to the public IP address of the instance via SFTP using the private key assigned during launch and the user charon:
    $ sftp -i <path-to-private-key> charon@<public-ip-of-aws-instance>
  • Download the required package:
    sftp> get charon-manager-ssp-<version>.[rpm | deb]

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<filename-of-name>package>


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


Div
classpagebreak



Example (RPM):

...