Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: distribution preparation: kits selection update

...

Back to Table of Contents

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.
     

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

    Back to Table of Contents

...