我要评分
获取效率
正确性
完整性
易理解

Installing HAF on a Host Node

If you need to modify the installation configuration file before the installation, see step 2 in Installing HAF on a Host Node.

./haf_installer -m host -p /home/omm/haf-software/haf-host-1.3.0.tar.gz -t /home/omm/haf-install -s communication_port

The script parameters are described as follows:

  • -m host: installing HAF on the host node. This parameter is mandatory.
  • -p /home/omm/haf-software/haf-host-1.3.0.tar.gz: path to the HAF installation package for the host node. This parameter is mandatory.
  • -t /home/omm/haf-install: root installation directory of the software package on the host node. This parameter is mandatory.
  • -s communication_port: service listening port. The default value is 17531. This parameter is optional.