我要评分
获取效率
正确性
完整性
易理解

KAE Initialization Failure

Symptom

KAE is not completely loaded due to an initialization failure.

Key Process and Cause Analysis

None

Conclusion and Solution

  1. Check that the accelerator drivers are loaded successfully. Check whether uacce.ko, qm.ko, and hisi_zip.ko are available.
    1
    lsmod | 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.
    1
    uacce                  262144  2 hisi_qm,hisi_zip
    
  2. 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.
    1
    ll /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