Versions Compared

Key

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

Insert excerpt
License activation & update (Windows)
License activation & update (Windows)
nopaneltrue

Make sure the Sentinel LDK Run-time environment is running on your machine (aksusbd process is active).


  1. Make a fingerprint of your current license key state by executing the following commands (as a root user):

    Code Block
    languagebash
    cd /"path to the package"/
    sh get_haspinfo.sh
    Info

    As the output, you will get a file with c2v ("customer-to-vendor") extension. The file will be written to /usr/local/share/hasp-eoawt/haspinfo.c2v.

  2. Send the c2v-file you have just generated to your manager. In return, the manager will send you the corresponding v2c ("vendor-to-customer") file.

    Info

    The received v2c-file will contain the updated licensing information for your key. The file can only be applied on the machine where the corresponding c2v-file was generated.

  3. Apply your new license by executing the following commands (as a root user):

    1. for 64-bit system:

      Code Block
      languagebash
      /usr/local/bin/hasprus_x86_64_EOAWT u /usr/local/share/hasp-eoawt/*license_filename*.v2c
    2. for 32-bit system:

      Code Block
      languagebash
      /usr/local/bin/hasprus_EOAWT u /usr/local/share/hasp-eoawt/*license_filename*.v2c
  4. Restart the system.

Info

These actions will apply new licensing information on your server. You can check the updated parameters of your license key with the help of Sentinel Admin Control Center web-application (http://127.0.0.1:1947/).

See also:

Quick introduction to Admin Control Center

hasprus_EOAWT help (Linux)

License check-up (Linux)

Environment installation (Linux)