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

- 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;

- Copy the files to the corresponding directory.
- Go to /home/omm/haf-software/.
cd /home/omm/haf-software/
- 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-*;
- 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/;
- Go to /home/omm/haf-software/.
Parent topic: Deploying OmniData Locally