...
Login as the superuser ("root") on the host system. Because Sentinel HASP runtime relies on 32-bit compatibility libraries to run on Linux, the 32-bit compatibility libraries must be installed before continuing. If the emulator host has access to a package repository, either local or remote, use the following command:
# yum install glibc.i686
Sometimes it is not possible to use an online repository for the installation of 32-bit glibc package. In this case the procedure described in the appendixes has to be used: glibc.i686 installation without Internet connection
.
Create a directory for the CHARON-AXP distribution, copy the TAR.GZ files there and change to this directory as shown in the following example:
# mkdir /ccharon_dist
# cp /tmp/ccharoncharon-axp-4.11-20403.el74.tar.gz /ccharoncharon_dist
# cd /ccharoncharon_dist
.
On RHEL 7.x and CentOS 7.x, the "libev" package is required. If it is reported as missing during CHARON installation on RHEL 7.x check that the repository "extras" is included and enabled, if not, include and enable it. Please refer to your Linux distribution administrator's guide. Example for RHEL 7.x:
# yum-config-manager --enable rhel-7-server-extras-rpms
...
Extract the contents of the distribution TAR.GZ files to the current directory:
# tar -xvzf ccharoncharon-axp-<VER>-<BN>.<ZZ>.tar.gz
where:
Description
VER
Version of CHARON-AXP product, for example 4.11
BN
Build Number of CHARON-AXP product, for example 20403
ZZ
CHARON-AXP target operating system identifier.
For CentOS 7.x 'ZZ' value is 'el74'
For Red Hat Enterprise Linux 7.x 'ZZ' value is 'el74'.
For Red Hat Enterprise Linux 6.5 to 6.10 'ZZ' value is 'el65'.Example:
# tar -xvzf
ccharoncharon-axp-4.11-20403.el74.tar.gz
As a result, the new directory "ccharon-axp-<VER>-<BN>.<ZZ>" will be created.
Div class pagebreak
Switch to that directory:
# cd
ccharoncharon-axp-<VER>-<BN>.<ZZ>
Example:
# cd ccharoncharon-axp-4.11-20403.el74
The distribution directory contains the following RPM files:
File name
Description
ccharoncharon-axp-VER-BN.ZZ.x86_64.rpm CHARON-AXP aksusbd-7.63-1.i386.rpm
HASP Run-time
ccharoncharon-license-VER-BN.ZZ.x86_64.rpm
CHARON Libraries
ccharoncharon-utils-VER-BN.ZZ.x86_64.rpm
CHARON Utilities
ccharoncharon-mtd-VER-BN.ZZ.x86_64.rpm MTD utility Example:
# ls
aksusbd-7.63-1.i386.rpm
ccharoncharon-axp-4.11-20403.el74.x86_64.rpm
ccharoncharon-license-4.11-20403.el74.x86_64.rpm
ccharoncharon-utils-4.11-20403.el74.x86_64.rpmcharon-mtd-4.11-20403.el74.x86_64.rpm
Include Page KBCOMMON:DOC-GoToToc KBCOMMON:DOC-GoToToc
...
|
...
|
...
Re-login (as "root") to apply the PATH settings or execute the following command:
|
If "putty" terminal emulator is going to be used as an additional option copy the following file to your home directory:
|
Info |
---|
Note that the "ccharoncharon-utils" package has the following dependencies:
During "ccharoncharon-utils" installation using "yum", these packages will be installed automatically if some of them are absent on the host system. |
...
By default CHARON is installed in the "/opt/ccharoncharon
" directory. It has the following subdirectories:
...