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

Transferring and Decompressing OmniData Files

  1. Upload OmniData files to the /opt/haf-software/ directory of offload nodes (ceph1, ceph2, and ceph3).

  2. Go to the /opt/haf-software/ directory and decompress OmniData files.
    cd /opt/haf-software/
    unzip BoostKit-omnidata_1.1.0.zip; tar -zxvf BoostKit-omnidata_1.1.0.tar.gz;tar -zxvf boostkit-omnidata-server-1.1.0-aarch64.tar.gz; unzip boostkit-omnidata-server-1.1.0-aarch64-lib.zip; unzip boostkit-omnidata-udf-1.1.0-aarch64.zip;

  3. Copy the files to the corresponding directory.
    1. Go to the /opt/haf-software/ directory.
      cd /opt/haf-software/
    2. Copy the OmniData dependencies to the corresponding directory.
      mv boostkit-omnidata-udf-1.1.0-aarch64/* omnidata/plugin/boostkit-omnidata-udf-1.1.0-aarch64/; mv boostkit-omnidata-server-1.1.0-aarch64-lib/* omnidata/lib; rm -rf boostkit-omnidata-*;
    3. Copy Ceph-related dependencies to the corresponding directory.
      cp librgw_jni.so /opt/haf-target/lib/; cp /usr/lib64/ceph/libceph-common.so.0  /opt/haf-target/lib/; cp hdfs-ceph-3.2.0.jar omnidata/lib/;