Performing the Installation
- Install the HAF software package on offload nodes.
If you need to modify the installation configuration file before the installation, see step 2 in Installing HAF on Offload Nodes.
Install the software package on the offload nodes (ceph1, ceph2, and ceph3).
cd /opt/haf-software ./haf_installer -m offload -p /opt/haf-software/haf-target-1.0.1.tar.gz -i listen_ip_duration -w ip_white_list -j java_home -t install_dir
The script parameters are described as follows:
- -m offload: The installation is performed on an offload node.
- -p /opt/haf-software/haf-target-1.0.1.tar.gz: package to be installed on the offload node.
- -i listen_ip_duration: network segment information (for example, 10.10.0.1/24) of the listening IP address of the offload node. During the installation, the HAF matches and binds the IP address of the offload node.
- -w ip_white_list: IP address trustlist (format: 127.0.0.1,10.10.0.2).
- -j java_home: Java installation path of the node.
- -t install_dir: root directory for installing the software package on the offload node. The default directory is /opt.
- The first two parameters are mandatory, and the last four parameters are optional.
- Install the HAF software package on host nodes.
If you need to modify the installation configuration file before the installation, see step 2 in Installing HAF on Host Nodes.
Install the software package on host nodes (agent1, agent2, and agent3).
./haf_installer -m host -p /opt/haf-software/haf-host-1.0.1.tar.gz -t /opt/
The script parameters are described as follows:
- -m host: The installation is performed on a host node.
- -p /opt/haf-software/haf-host-1.0.1.tar.gz: package to be installed on the host node.
- -t /opt/: root directory for installing the software package on the host node. The default directory is /opt.
Parent topic: Deploying OmniData Locally