Rate This Document
Findability
Accuracy
Completeness
Readability

Performing the Installation

  1. 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 offload nodes (ceph1, ceph2, and ceph3).

    cd /opt/haf-software
    ./haf_installer -m offload -p  /opt/haf-software/haf-target-1.0.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.tar.gz: package to be installed on an offload node.
    • -i listen_ip_duration: listening IP address segment of the offload node (format: 10.10.0.0/24).
    • -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.
  2. 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.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.tar.gz: package to be installed on a host node.
    • -t /opt/: root directory for installing the software package on the host node. The default directory is /opt.