Go to documentation repository
Page History
...
Upload the aksusbd-8.52.1.tar 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
Installation of the Sentinel LDK Run-time environment is complete. Together with the Sentinel LDK Run-time environment, a standard demo license for searching the recognized license plates in the archive will be installed. When you use this license, note that there is a 30-second delay between the recognition of a license plate and the appearance of a corresponding event (see Vehicle number plate recognition and search).
Note | ||
---|---|---|
| ||
Demo mode of the License plate recognition (VT) is not allowed on virtual machines. |
...
- Upload the hasp_SDK_2.14.tar.gz 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 OS. hasplmd service:
Code Block sudo systemctl stop hasplmd.service
Code Block sudo systemctl start hasplmd.service
or restart the Server:
Code Block sudo reboot
Info | ||
---|---|---|
| ||
Information about the installed software key is displayed in the Sentinel Admin Control Center web application, on the Sentinel Keys tab. |
...
Create a snapshot of the Server hardware. A snapshot is a file with the c2v extension. The created file haspinfo.c2v will be located in the current directory.
Code Block cd ~/hasp/bin
for 64-bit system:
Code Block sudo ./hasp_update_x86_64 i <HASP ID> > haspinfo.c2v
where <HASP ID>
Code Block hasp_update_x86_64 lf
for 32-bit system:
Code Block sudo ./hasp_update i <HASP ID> > haspinfo.c2v
where <HASP ID>
Code Block hasp_update lf
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.
Update the license.
Code Block cd ./hasp/bin
for 64-bit system:
Code Block sudo ./hasp_update_x86_64 u <Received file with the v2c extension>
for 32-bit system:
Code Block sudo ./hasp_update u <Received file with the v2c extension>
After you update the license, restart the OS. hasplmd service:
Code Block sudo systemctl stop hasplmd.service
Code Block sudo systemctl start hasplmd.service
or restart the Server:
Code Block sudo reboot
Info | ||
---|---|---|
| ||
Information about the updated license is displayed in the Sentinel Admin Control Center web application, on the Sentinel Keys tab. |
...
- Open the contents of the c2v file that was created for the installation, activation or update of the current license. The license ID in the body of the key is indicated as <hasp id="Identifier of the current license">.
- Delete the v2c file that has the same ID as the c2v file located in /var/hasplm/installed/107392/.
Stop the processes.
Code Block killall aksusbd killall haspmld
Start the services.
Code Block haspmld -s aksusbd
After you delete the license, restart the OS.restart hasplmd service:
Code Block sudo systemctl stop hasplmd.service
Code Block sudo systemctl start hasplmd.service
or restart the Server:
Code Block sudo reboot
The removal of the license is now complete.
...