Versions Compared

Key

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

...

  1. 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.
     

  2. 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

         

  3. 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.rpmNetwok 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  

    Back to Table of Contents

...

Dependencies Resolved
================================================================================ 
Package Arch Version Repository Size 
================================================================================ 
Installing:
aksusbd i386 2.4-1 /aksusbd-2.4-1.i386 3.0 M
charon-base x86_64 4.6-16503 /charon-base-4.6-16503.68704.fc20.x86_64 15 M
charon-hasp x86_64 4.6-16503 /charon-hasp-4.6-16503.68704.fc20.x86_64 3.3 M
charon-vax-xl
x86_64 4.6-16503 /charon-vax-xl-4.6-16503.68704.fc20.x86_64 17 M 
charon-ncu x86_64 4.6-16802 /charon-ncu-4.6-16802.68704.fc20.x86_64 15 M 
Transaction Summary
 ================================================================================

Install 4 5 Packages 
Total size: 39 M
Installed size: 39 M
Is this ok [y/N]:

...

Downloading Packages:
Running Transaction Check
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : aksusbd-2.4-1.i386 1/
Starting aksusbd (via systemctl): [ OK ]
Installing : charon-base-4.6-16503.x86_64 2/
Installing : charon-hasp-4.6-16503.x86_64 3/
Installing : charon-vax-xl-4.6-16503.x86_64 4/5
Installing : charon-ncu-4/4 .6-16503.x86_64 5/5  
Verifying : charon-base-4.6-16503.x86_64 1/
Verifying : charon-hasp-4.6-16503.x86_64 2/
Verifying : aksusbd-2.4-1.i386 3/
Verifying : charon-vax-xl-4.6-16503.x86_64 4/5
Verifying : charon-ncu-4.6-16503.x86_64 5/5 
Installed:
aksusbd.i386 0:2.4-1 charon-base.x86_64 0:4.6-16503 
charon-hasp.x86_64 0:4.6-16503 charon-vax-xl.x86_64 0:4.6-16503
charon-ncu-4.6-16503
Complete!

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.

...