Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: B18302

...

  • Linux Red Hat Enterprise 7.0 and 7.1, 64bit
  • Linux Red Hat Enterprise 6.5, 64bitLinux Fedora Core 20, 21, and 22, 64bit
  • Linux Centos 7.x, 64bit
  • VMware ESXi 5.x and 6.0 (requires a supported Linux operating system on top of a ESXi virtual machine) 

...

  • On server side (where the network license will reside): open port 1947 for both TCP and UDP
  • On the client side, if broadcast search for remote licenses is to be used, UDP traffic from port 1947 of the license server to ports 30000-65535 of the client must be permitted
  • Both on server and client sides: set default gateway

...

  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.8-1820018302.fc20el71.tar.gz /charon_dist
    # cd /charon_dist

...

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

    VC

    68704 - CHARON-AXP product vendor code

    ZZ

    CHARON-AXP target operating system identifier. For Fedora Core 20 CentOS 7.x 'ZZ' value is 'fc20el71',
    for Red Hat Linux 7.1 the value is 'el71', for Red Hat Linux 6.5 the value is 'el65'

    Example:

    # tar -xvzf charon-axp-4.8-1820018302.fc20el71.tar.gz 

    As a result, the new directory "charon-axp-<VER>-<BN>.<ZZ>" will be created.
     

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

         

  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.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-1820018302.fc20el71.x86_64.rpm
    charon-license-4.8-1820018302.fc20el71.x86_64.rpm
    charon-utils-4.8-1820018302.fc20el71.x86_64.rpm 

    Back to Table of Contents

...

Dependencies Resolved  

================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
aksusbd i386 2.5-1 /aksusbd-2.5-1.i386 2.9 M
charon-axp x86_64 4.8-18200 18302 /charon-axp-4.8-1820018302.fc20el71.x86_64 260 M
charon-license
x86_64 4.8-18200 18302 /charon-license-4.8-1820018302.fc20el71.x86_64 2.9 M
charon-utils
x86_64 4.8-18200 18302 /charon-utils-4.8-1820018302.fc20el71.x86_64 1.8 M

Transaction Summary
================================================================================
Install 4 Packages

Total size: 267 M
Installed size: 267 M
Is this ok [y/d/N]: y

...

Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction (shutdown inhibited)
Installing : aksusbd-2.5-1.i386 1/4
Starting aksusbd (via systemctl): [ OK ]
Installing : charon-utils-4.8-1820018302.x86_64 2/4
ln -s '/usr/lib/systemd/system/ncu.service' '/etc/systemd/system/multi-user.target.wants/ncu.service'
Installing : charon-license-4.8-1820018302.x86_64 3/4
Installing : charon-axp-4.8-1820018302.x86_64 4/4
Verifying : aksusbd-2.5-1.i386 1/4
Verifying : charon-license-4.8-1820018302.x86_64 2/4
Verifying : charon-axp-4.8-1820018302.x86_64 3/4
Verifying : charon-utils-4.8-1820018302.x86_64 4/4

Installed:
aksusbd.i386 0:2.5-1 charon-axp.x86_64 0:4.8-18200 18302
charon-license.x86_64 0:4.8-18200 18302 charon-utils.x86_64 0:4.8-18200 18302

Complete!

Div
classpagebreak


...