KAE Initialization Failure
Symptom
KAE is not completely loaded due to an initialization failure.
Key Process and Cause Analysis
None
Conclusion and Solution
- Check that the accelerator drivers are loaded successfully. Check whether uacce.ko, qm.ko, and hisi_zip.ko are available.
1lsmod | grep uacce
If the following information is displayed, the loading is successful. If any module is missing, check whether an exception occurred during the corresponding installation process. If yes, reinstall the module.1uacce 262144 2 hisi_qm,hisi_zip
- Check that the KAE library exists in the software installation directory (/usr/lib64 for installation using RPM packages and /usr/local/lib for installation using source code) and OpenSSL installation directory, and that a correct soft link is established.Check whether WD is correctly installed and whether a soft link is established.
1ll /usr/lib64/ | grep libwd
The installation is successful if the following information is displayed:1 2 3
lrwxrwxrwx. 1 root root 14 Nov 12 02:33 libwd.so -> libwd.so.1.0.1 lrwxrwxrwx. 1 root root 14 Nov 12 02:33 libwd.so.0 -> libwd.so.1.0.1 -rwxr-xr-x. 1 root root 137120 May 25 2019 libwd.so.1.0.1
Parent topic: Troubleshooting