Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Banner added on VAX + AXP on the same server + uninstall required

...

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

          

  2. 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
titleWARNING
  • If you plan to install CHARON-VAX on the same server, both products, CHARON-AXP and CHARON-VAX, will have to be the same build number
  • If you upgrade from a previous version of CHARON-AXP, please stop all running CHARON virtual machines and uninstall CHARON products before proceeding with the installation steps described below




Back to Table of Contents

Distribution preparation

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

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

         

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

    Back to Table of Contents

...