...
Login as system administrator ("root") on the host system. Because Sentinel HASP runtime relies on 32-bit compatibility libraries to run on Linux, the 32-bit compatibility libraries should be installed first:
# yum install glibc.i686
Create a directory for the CHARON-AXP distribution and copy the TAR.GZ files there. Set this directory as the default with a "cd" command as shown in the following example:
# mkdir /charon_dist
# cp /temp/charon-axp-4.7-17101.68704.fc20.tar.gz /charon_dist
# cd /charon_dist
Warning | ||
---|---|---|
| ||
|
Distribution preparation
Extract the contents of the distribution TAR.GZ files to the current directory:
# tar -xvzf charon-axp-<VER>-<BN>.<VC>.<ZZ>.tar.gz
where:
Description
VER
Version of CHARON-AXP product, for example 4.7
BN
Build Number of CHARON-AXP product, for example 17101
VC
68704 - CHARON-AXP product vendor code
ZZ
CHARON-AXP target operating system identifier. For Fedora Core 20 'ZZ' value is 'fc20', for Red Hat Linux 7.1 the value is 'el71'
Example:
# tar -xvzf
charon-axp-4.7-17101.68704.fc20.tar.gz
As a result, the new directory "charon-axp-<VER>-<BN>.<VC>.<ZZ>" will be created.
Switch to the directory, created by the "tar" command in the previous step:
# cd
charon-axp-<VER>-<BN>.<VC>.<ZZ>
Example:
# cd charon-axp-4.7-17101.68704.fc20
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.VC.ZZ.x86_64.rpm CHARON-AXP aksusbd-2.5-1.i386.rpm
HASP Run-time
charon-license-VER-BN.VC.ZZ.x86_64.rpm
CHARON Libraries
charon-utils-VER-BN.VC.ZZ.x86_64.rpm
CHARON Utilities
Example:
# ls
aksusbd-2.5-1.i386.rpm
charon-axp-4.7-17101.68704.fc20.x86_64.rpm
charon-license-4.7-17101.68704.fc20.x86_64.rpm
charon-utils-4.7-17101.68704.fc20.x86_64.rpm
...