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

Installing the KSAL Package

Install the KSAL package on all data nodes according to the following steps.

  1. Install ISA-L.
    1. Download the isa-l-2.28.0.tar.gz installation package.
    2. Use a transfer tool to upload isa-l-2.28.0.tar.gz to the /home directory.
    3. Decompress the package.
      1
      2
      3
      cd /home
      tar -zxf isa-l-2.28.0.tar.gz
      cd isa-l-2.28.0
      
    4. Compile and install the package.
      1
      2
      3
      4
      5
      ./autogen.sh
      ./configure --prefix=/usr --libdir=/usr/lib64
      make
      make install
      make -f Makefile.unx
      
    5. Check the installation result.
      1
      ll /lib64/libisal.so*
      

  2. Install KSAL.
    1. Download the BoostKit-KSAL_1.10.0.zip installation package from https://kunpeng-repo.obs.cn-north-4.myhuaweicloud.com/Kunpeng BoostKit/Kunpeng BoostKit 24.0.0/BoostKit-KSAL_1.10.0.zip.
    2. Use a transfer tool to upload BoostKit-KSAL_1.10.0.zip to the /home directory.
    3. Run the following commands to decompress BoostKit-KSAL_1.10.0.zip:
      1
      2
      cd /home
      unzip BoostKit-KSAL_1.10.0.zip
      
    4. Run the following command to install the RPM package:
      1
      rpm -ivh /home/libksal-release-1.10.0.oe1.aarch64.rpm
      
    5. Check the installation result.
      1
      rpm -qi libksal