...
Distribution preparation
Extract the contents of the distribution TAR.GZ files to the current directory:
# tar -xvzf charon-axp-<VER>-<BN>.<ZZ>.tar.gz
where:
Description
VER
Version of CHARON-AXP product, for example 4.8
BN
Build Number of CHARON-AXP product, for example 18302
VC
68704 - CHARON-AXP product vendor code
ZZ
CHARON-AXP target operating system identifier.
For CentOS 7.x 'ZZ' value is 'el71',
...
for Red Hat Enterprise Linux 7.
...
x the value is 'el71', for Red Hat Enterprise Linux 6.5 to 6.8 the value is 'el65'
Example:
# tar -xvzf
charon-axp-4.8-18302.el71.tar.gz
As a result, the new directory "charon-axp-<VER>-<BN>.<ZZ>" will be created.
Switch to the directory, created by the "tar" command in the previous step:
# cd
charon-axp-<VER>-<BN>.<ZZ>
Example:
# cd charon-axp-4.8-18302.el71
The distribution directory contains the following RPM files with CHARON-AXP product, Sentinel run-time, license support and utilities:
File name
Description
charon-axp-VER-BN.ZZ.x86_64.rpm CHARON-AXP aksusbd-2.5-1.i386.rpm
HASP Run-time
charon-license-VER-BN.ZZ.x86_64.rpm
CHARON Libraries
charon-utils-VER-BN.ZZ.x86_64.rpm
CHARON Utilities
Example:
# ls
aksusbd-2.5-1.i386.rpm
charon-axp-4.8-18302.el71.x86_64.rpm
charon-license-4.8-18302.el71.x86_64.rpm
charon-utils-4.8-18302.el71.x86_64.rpm
...