Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: aksubd service restart update for RHEL7.x and Centos7.x

...

Panel
bgColor#fff

Preferably get the information before the dongle is seen as removed. If we can't, we can assume the USB driver is uhci_hcd (below, the requested information, blue colored, is given as an example):

# /bin/dmesg | grep HASP
usb 2-2.1: Product: HASP HL 3.25
# /bin/dmesg | grep "usb 2-2.1" | grep hci_hcd
usb 2-2.1: new low speed USB device number 4 using uhci_hcd

 


Execute the following commands to try to make the USB license dongle readable again (below, the requested information, blue colored, is given as an example):

# ls /sys/bus/pci/drivers/uhci_hcd | grep :
0000:02:01.0
# echo 0000:02:01.0 >/sys/bus/pci/drivers/uhci_hcd/unbind
# echo 0000:02:01.0 >/sys/bus/pci/drivers/uhci_hcd/bind

(info) Repeat the unbind/bind commands for each line displayed by the 'ls' command if any

 


Restart the aksusbd service:

Red Hat Enterprise Linux 6.xRed Hat Enterprise Linux 7.x and CentOS 7.x (systemd)
# service aksusbd restart
 
# systemctl restart aksusbd


Check if the license can be read:

# hasp_srm_view

License Manager running at host: charonrhel64
License Manager IP address: 127.0.0.1
...

 


(warning) Monitor the guest log file for license detection on next check

...