Go to documentation repository
Page History
...
Section | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
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:
Upload the the aksusbd-8.3152.1.tar environment environment to the Server on which the license will be used.
Unpack the archive.
Code Block sudo tar xvf ~/aksusbd-8.52.1.tar -C ~
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:
- Upload the the hasp_SDK_2.14.tar.gz environment environment to the Server on which the license will be used.
Unpack the archive.
Code Block sudo tar zxvf ~/hasp_SDK_2.14.tar.gz -C ~
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
for 64-bit system:
Code Block sudo ./hasp_update_x86_64 f > fingerprint.c2v
for 32-bit system:
Code Block sudo ./hasp_update f > fingerprint.c2v
Give the created file with the c2v extension to the AxxonSoft manager.
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.
Activate the license to install a software key.
for 64-bit system:
Code Block cd ./hasp/bin
Code Block sudo ./hasp_update_x86_64 u <Received file with the v2c extension>
for 32-bit system:
Code Block cd ./hasp/bin
Code Block sudo ./hasp_update u <Received file with the v2c extension>
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
...