Articles in this section

How to start and stop Sentinel LDK, in case of changes in a KeyID?

When deleting or modifying the installed license KeyID from the license folder, the following commands must also be executed to "refresh" the license list.

 

macOS Terminal

  1. Stop Sentinel LDK service daemon:
    sudo launchctl unload /Library/LaunchDaemons/com.aladdin.hasplmd.plist
  2. Start Sentinel LDK service daemon:
    sudo launchctl load /Library/LaunchDaemons/com.aladdin.hasplmd.plist
  3. License file (KeyID) location:
    /var/hasplm/installed/29327/

 

Linux Terminal

  1. Stop Sentinel LDK service daemon:
    sudo service aksusbd stop
  2. Start Sentinel LDK service daemon:
    sudo service aksusbd start

 

Debian 10.2 or newer

  1. Stop Sentinel LDK service daemon:
    sudo systemctl stop aksusbd.service
  2. Start Sentinel LDK service daemon:
    sudo systemctl start aksusbd.service
  3. License file (KeyID) location:
    /var/hasplm/installed/29327/

 

Windows Command Prompt

(To run as administrator)

  1. Stop Sentinel LDK service daemon:
    net stop hasplms
  2. Start Sentinel LDK service daemon:
    net start hasplms
  3. License file (KeyID) location:
    C:\Program Files (x86)\Common Files\SafeNet Sentinel\Sentinel LDK\installed\29327\

 

Was this article helpful?
0 out of 2 found this helpful