Transferring and Decompressing OmniData Files
- Upload OmniData files to the /home/omm/omnidata-software/ directory on the offload nodes (ceph1, ceph2, and ceph3). The files are BoostKit-omnidata_1.4.0.zip and boostkit-omnidata-server-1.4.0-aarch64-lib.zip.

- Go to the /home/omm/omnidata-software/ directory and decompress OmniData files.
cd /home/omm/omnidata-software/ unzip BoostKit-omnidata_1.4.0.zip tar -zxvf BoostKit-omnidata_1.4.0.tar.gz tar -zxvf boostkit-omnidata-server-1.4.0-aarch64.tar.gz -C /home/omm/omnidata-install unzip boostkit-omnidata-server-1.4.0-aarch64-lib.zip

- Copy the files to the corresponding directory.
- Go to /home/omm/omnidata-software/.
cd /home/omm/omnidata-software/
- Copy the OmniData dependencies to the corresponding directory.
mv /home/omm/omnidata-software/boostkit-omnidata-server-1.4.0-aarch64-lib/* /home/omm/omnidata-install/omnidata/lib rmdir /home/omm/omnidata-software/boostkit-omnidata-server-1.4.0-aarch64-lib
- Copy haf-1.3.0.jar from BoostKit-haf-1.3.0.zip\haf-1.3.0.tar.gz\haf-1.3.0.tar\haf-target-1.3.0.tar.gz\haf-target-1.3.0.tar\lib\jar to /home/omm/omnidata-install/omnidata/lib.
cp -f /home/omm/omnidata-install/haf-offload/lib/jar/haf-1.3.0.jar /home/omm/omnidata-install/omnidata/lib/
- Copy the Ceph dependencies to the corresponding directories. (Skip this step for an HDFS cluster.)
chmod 700 /home/omm/omnidata-install/haf-offload/lib/; cp librgw_jni.so /home/omm/omnidata-install/haf-offload/lib/; cp /usr/lib64/ceph/libceph-common.so.0 /home/omm/omnidata-install/haf-offload/lib/; chmod 500 /home/omm/omnidata-install/haf-offload/lib/; cp hdfs-ceph-3.2.0.jar /home/omm/omnidata-install/omnidata/lib/;
- Go to /home/omm/omnidata-software/.
Parent topic: Deploying OmniData Locally