...
Extract the content of the distribution TAR.GZ files to the current directory:
# tar -xvzf charon-vax-<PRODUCT>-<VER>-<BN>.<VC>.<ZZ>.tar.gz
where:
Description
PRODUCT
Name of CHARON-VAX product, for example 'xm'
VER
Version of CHARON-VAX product, for example 4.6
BN
Build Number of CHARON-VAX product, for example 16200
VC
68704 - CHARON-VAX product vendor code
ZZ
CHARON-VAX target operating system identifier. For Fedora Core 20 'ZZ' value is 'fc20', for Red Hat Linux v6.2-6.5 the value is 'el65'
Example:
# tar -xvzf
charon-vax-xl-4.6-16200.68704.fc20.tar.gz
As result, a new directory "charon-vax-<PRODUCT>-<VER>-<BN>.<VC>.<ZZ>" will be created.
Switch to the directory, created by "tar" on the previous step:
# cd
charon-vax-<PRODUCT>-<VER>-<BN>.<VC>.<ZZ>
Example:
# cd charon-vax-xl-4.6-16200.68704.fc20
The "main" RPM file of CHARON-VAX products are:
File name
Description
charon-vax-xm-VER-BN.VC.ZZ.x86_64.rpm
CHARON-VAX/XM
charon-vax-xl-VER-BN.VC.ZZ.x86_64.rpm
CHARON-VAX/XL
charon-vax-6610-VER-BN.VC.ZZ.x86_64.rpm
CHARON-VAX/6610
charon-vax-6620-VER-BN.VC.ZZ.x86_64.rpm
CHARON-VAX/6620
charon-vax-6630-VER-BN.VC.ZZ.x86_64.rpm
CHARON-VAX/6630
charon-vax-6640-VER-BN.VC.ZZ.x86_64.rpm
CHARON-VAX/6640
charon-vax-6650-VER-BN.VC.ZZ.x86_64.rpm
CHARON-VAX/6650
charon-vax-6660-VER-BN.VC.ZZ.x86_64.rpm
CHARON-VAX/6660
The distribution directory also contains the following RPM files with additional material, libraries and utilities:File name
Description
aksusbd-2.4-1.i386.rpm
HASP Run-time
charon-base-VER-BN.VC.ZZ.x86_64.rpm
CHARON Libraries
charon-hasp-VER-BN.VC.ZZ.x86_64.rpm
hasp_srm_view utility and specific libraries for software licenses support
charon-ncu-VER-BN.VC.ZZ.x86_64.rpm Netwok Configuration Utility ("ncu") Example:
# ls
aksusbd-2.4-1.i386.rpm
charon-base-4.6-16503.68704.fc20.x86_64.rpm
charon-hasp-4.6-16503.68704.fc20.x86_64.rpm
charon-vax-xl-4.6-16503.68704.fc20.x86_64.rpm
charon-ncu-4.6-1680216503.68704.fc20.x86_64.rpm
...
|
...
|
Re-login (as "root") to apply PATH settings or execute the following command:
...
- Copy aksusbd-2.4-1.i386.rpm file and charon-hasp-4.6-16503.68704.fc20.x86_64.rpm files (see above) to the server to some directory, for example "/temp"
- Login as "root" to the server
- Switch to that directory
Install the copied file using "yum"
Example:# cd
/temp
# yum install aksusbd*
- Connect the network HASP dongle to the server USB port.
...