Versions Compared

Key

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

Include Page
KBCOMMON:KB-CSSstyle
KBCOMMON:KB-CSSstyle

The CHARON-SSP for GNU/ Linux virtual machine software is shipped as a tar, gzip distribution package.  To begin the installation you must first obtain the package archive.  This can be downloaded from Stromasys or distributed by read-only media, such as a CD-ROM.  If you do not have the software package, then please contact either Stromasys or your Value Added Reseller for further help.

The CHARON-SSP for GNU/ Linux software comes in two separate install packages.  The table below describes these:

...

To begin, unpack the distribution archive, like so (the example below shows CHARON-SSP/4M for GNU/ Linux):

Panel
bgColor#ffffff
titleBGColor#f0f0f0
titleUnpack CHARON-SSP/4M for GNU/Linux Distribution

# cd /tmp
# tar xzvf /path/to/charon-ssp-4m-1.0.22-x86_64_rpm.tar.gz

...

Before installing the CHARON-SSP for GNU/ Linux virtual machine software, it is first necessary to install the Sentinel HASP software.  Without this software it will not be possible for CHARON-SSP to locate the Sentinel HASP and license the environment appropriately.

...

Installing the CHARON-SSP Software 
Anchor
Installing the CHARON-SSP Software
Installing the CHARON-SSP Software

To install the CHARON-SSP for GNU/ Linux virtual machine software, execute the relevant yum command for the specific package, shown in the table below.

Panel
bgColor#ffffff
titleBGColor#f0f0f0
titleCHARON-SSP for GNU/Linux Installation Commands
Product NameInstallation Command
CHARON-SSP/4Myum localinstall charon-ssp-4m-1.0.22-x86_64.rpm
CHARON-SSP/4Uyum localinstall charon-ssp-4u-1.0.22-x86_64.rpm

The following terminal output shows the installation of CHARON-SSP/4M:

Panel
bgColor#ffffff
titleBGColor#f0f0f0
titleCHARON-SSP/4M for GNU/Linux Install Output

# yum localinstall charon-ssp-4m-1.0.22-x86_64.rpm
Examining charon-ssp-4m-1.0.22-x86_64.rpm: charon-ssp-4m-1.0.22-1.x86_64
Marking charon-ssp-4m-1.0.22-x86_64.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package charon-ssp-4m.x86_64 0:1.0.22-1 will be installed
--> Finished Dependency Resolution
 
Dependencies Resolved
 
================================================================================
 Package          Arch      Version       Repository                       Size
================================================================================
Installing:
 charon-ssp-4m    x86_64    1.0.22-1      /charon-ssp-4m-1.0.22-x86_64    1.9 M
 
Transaction Summary
================================================================================
Install  1 Package
 
Total size: 1.9 M
Installed size: 1.9 M
Is this ok [y/d/N]: y
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : charon-ssp-4m-1.0.22-1.x86_64                                1/1
  Verifying  : charon-ssp-4m-1.0.22-1.x86_64                                1/1

Installed:
  charon-ssp-4m.x86_64 0:1.0.22-1

Complete!

...

The following post installations task are not required.  However, for improved usability they are recommended.

Add the CHARON-SSP for

...

Linux Software to the Shell PATH

To add the CHARON-SSP for GNU/ Linux software to a C Shell environment, add the following to the end of .login:

Panel
bgColor#ffffff
titleBGColor#f0f0f0
titleAdd CHARON-SSP for GNU/ Linux Software to C Shell {{.login}}

setenv PATH $PATH:/opt/charon-ssp/ssp-4m:/opt/charon-ssp/ssp-4u

To add the CHARON-SSP for GNU/ Linux software to a Bourne Shell environment (e.g. bash or sh), add the following to the end of .profile.bash_profile or .bashrc:

Panel
bgColor#ffffff
titleBGColor#f0f0f0
titleAdd CHARON-SSP for GNU/ Linux Software to Bourne Shell Login Profile

PATH=$PATH:/opt/charon-ssp/ssp-4m:/opt/charon-ssp/ssp-4u
export PATH

Removing the CHARON-SSP Software

To install the CHARON-SSP for GNU/ Linux virtual machine software, execute the relevant yum command for the specific package, shown in the table below.

Panel
bgColor#ffffff
titleBGColor#f0f0f0
titleCHARON-SSP for GNU/Linux Installation Commands
Product NameInstallation Command
CHARON-SSP/4Myum remove charon-ssp-4m
CHARON-SSP/4Uyum remove charon-ssp-4u

The following shows the removal of the CHARON-SSP/4M for GNU/ Linux software.  When asked "Is this ok?"  Check the list of software to ensure it only includes the CHARON-SSP for GNU/ Linux package begin removed and answer y(es) to proceed.

...

Note

During the uninstall process, only the CHARON-SSP for GNU/ Linux software is removed. All user data, including virtual disks, configuration files and virtual tapes are left untouched. It is left to the user to archive and/or delete this files.

Upgrading CHARON-SSP for

...

Linux

To upgrade the CHARON-SSP for GNU/ Linux software, simply follow the instructions described in the section Installing the CHARON-SSP Software.  The terminal output below shows an upgrade from CHARON-SSP/4M for GNU/ Linux v1.0.18 to v1.0.22.

...