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

Transferring and Decompressing OmniData Files

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

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

  3. Copy the files to the corresponding directory.
    1. Go to /home/omm/haf-software/.
      cd /home/omm/haf-software/
    2. Copy the OmniData dependencies to the corresponding directory.
      mv boostkit-omnidata-udf-1.3.0-aarch64/* omnidata/plugin/boostkit-omnidata-udf-1.3.0-aarch64/; mv boostkit-omnidata-server-1.3.0-aarch64-lib/* omnidata/lib; rm -rf boostkit-omnidata-*;
    3. Copy the Ceph dependencies to the corresponding directories. (Skip this step for an HDFS cluster.)
      chmod 700 /home/omm/haf-install/haf-target/lib/; cp librgw_jni.so /home/omm/haf-install/haf-target/lib/; cp /usr/lib64/ceph/libceph-common.so.0  /home/omm/haf-install/haf-target/lib/; chmod 500 /home/omm/haf-install/haf-target/lib/; cp hdfs-ceph-3.2.0.jar omnidata/lib/;