Creating an Installation Directory and Decompressing the Package
- Create a directory on all servers.
mkdir -p /opt/haf-software
- Upload BoostKit-haf_1.0.zip to /opt/haf-software and decompress it.
cd /opt/haf-software unzip BoostKit-haf_1.0.zip tar -zxvf haf-1.0.tar.gz tar -zxvf haf-tool-1.0.tar.gz

Parent topic: Deploying OmniData Locally