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

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

- Copy the files to the corresponding directory.
- Go to the /opt/haf-software/ directory.
cd /opt/haf-software/
- Copy the OmniData dependencies to the corresponding directories.
mv boostkit-omnidata-udf-1.2.0-aarch64/* omnidata/plugin/boostkit-omnidata-udf-1.2.0-aarch64/; mv boostkit-omnidata-server-1.2.0-aarch64-lib/* omnidata/lib; rm -rf boostkit-omnidata-*;
- Copy the Ceph dependencies to the corresponding directories. (Skip this step for an HDFS cluster.)
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/;
- Go to the /opt/haf-software/ directory.
Parent topic: Deploying OmniData Locally