Versions Compared

Key

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

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

The Sentinel HASP runtime is a necessary software component used to license the CHARON-SSP for GNU/ Linux virtual machine software.  Without this package it is not possible to run the CHARON-SSP virtual machine software.  The RPM package is included as part of the tar, gzip CHARON-SSP distribution.

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

Panel
bgColor#ffffff
titleBGColor#f0f0f0
titleCHARON-SSP for GNU/ Linux Installation Packages
Product NameDescriptionDistribution Package Name
CHARON-SSP/4M32-bit SPARC V8 virtual machine based on the sun4m architecture.charon-ssp-4m-1.0.21-x86_64_rpm.tar.gz
CHARON-SSP/4U64-bit SPARC V9 virtual machine based on the sun4u architecture.charon-ssp-4u-1.0.21-x86_64_rpm.tar.gz

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.21-x86_64_rpm.tar.gz

Note

All installation steps a are required to be performed from a privileged account as denoted by the '#' prompt.

...

Panel
bgColor#ffffff
titleBGColor#f0f0f0
titlei686 glibc Installation Output

Loaded plugins: langpacks
Resolving Dependencies
--> Running transaction check
---> Package glibc.i686 0:2.17-78.0.1.el7 will be installed
--> Processing Dependency: libfreebl3.so for package: glibc-2.17-78.0.1.el7.i686
--> Processing Dependency: libfreebl3.so(NSSRAWHASH_3.12.3) for package: glibc-2.17-78.0.1.el7.i686
--> Running transaction check
---> Package nss-softokn-freebl.i686 0:3.16.2.3-9.el7 will be installed
--> Finished Dependency Resolution
 
Dependencies Resolved
 
================================================================================
 Package                 Arch      Version                Repository       Size
================================================================================
Installing:
 glibc                   i686      2.17-78.0.1.el7        ol7_latest      4.2 M
Installing for dependencies:
 nss-softokn-freebl      i686      3.16.2.3-9.el7         ol7_latest      186 k
 
Transaction Summary
================================================================================
Install  1 Package (+1 Dependent package)
 
Total download size: 4.3 M
Installed size: 15 M
Is this ok [y/d/N]: y
Downloading packages:
(1/2): nss-softokn-freebl-3.16.2.3-9.el7.i686.rpm          | 186 kB   00:04
(2/2): glibc-2.17-78.0.1.el7.i686.rpm                      | 4.2 MB   00:14
--------------------------------------------------------------------------------
Total                                              299 kB/s | 4.3 MB  00:14
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : nss-softokn-freebl-3.16.2.3-9.el7.i686                       1/2
  Installing : glibc-2.17-78.0.1.el7.i686                                   2/2
  Verifying  : glibc-2.17-78.0.1.el7.i686                                   1/2
  Verifying  : nss-softokn-freebl-3.16.2.3-9.el7.i686                       2/2
 
Installed:
  glibc.i686 0:2.17-78.0.1.el7
 
Dependency Installed:
  nss-softokn-freebl.i686 0:3.16.2.3-9.el7
 
Complete!

Installing the Sentinel HASP Runtime

To install the Sentinal HASP runtime, use the following commands:

...