Versions Compared

Key

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

...

Section


Column
width50%


Panel
borderColor#CCCCCC
bgColor#FFFFFF
titleBGColor#F0F0F0
borderStylesolid
titleOn this page:
Table of Contents
Column



General information

The software module for License plate recognition (VT) in Axxon One is licensed by the processed video channels and by countries (see License plate recognition (VT)).

...

To install the Sentinel LDK Run-time environment, do the following:

  1. Upload the the aksusbd-8.3152.1.tar environment environment to the Server on which the license will be used.

  2. Unpack the archive.

    Code Block
    sudo tar xvf ~/aksusbd-8.52.1.tar -C ~


  3. Run the installation.

    Code Block
    sudo ./aksusbd-8.52.1/dinst /home/<Username>/aksusbd-8.52.1


...

To install a software key, do the following:

  1. Upload the the hasp_SDK_2.14.tar.gz environment environment to the Server on which the license will be used.
  2. Unpack the archive.

    Code Block
    sudo tar zxvf ~/hasp_SDK_2.14.tar.gz -C ~


  3. Create a snapshot of the Server hardware. A snapshot is a file with the c2v extension. The created file fingerprint.c2v will be located in the current directory.

    Code Block
    cd ~/hasp/bin
    1. for 64-bit system:

      Code Block
      sudo ./hasp_update_x86_64 f > fingerprint.c2v


    2. for 32-bit system:

      Code Block
      sudo ./hasp_update f > fingerprint.c2v


  4. Give the created file with the c2v extension to the AxxonSoft manager.

  5. Get a v2c file from the AxxonSoft manager. The received file will contain license information that will be available for use only on your Server.

  6. Activate the license to install a software key.

    1. for 64-bit system:

      Code Block
      cd ./hasp/bin


      Code Block
      sudo ./hasp_update_x86_64 u <Received file with the v2c extension>


    2. for 32-bit system:

      Code Block
      cd ./hasp/bin


      Code Block
      sudo ./hasp_update u <Received file with the v2c extension>


  7. After you activate the license, restart the hasplmd service:

    Code Block
    sudo systemctl stop hasplmd.service


    Code Block
    sudo systemctl start hasplmd.service

    or restart the Server:

    Code Block
    sudo reboot


...