Checking the HAF Status
Run the following command to check whether HAF is successfully deployed on offload nodes:
ps -ef | grep haf_daemon | grep -v grep | awk {'print $8'}
If the output is the installation path, the installation is successful.
Method 1: On a Server
[root@agent3 ca_server]# ps -ef | grep haf_daemon | grep -v grep | awk {'print $8'}
/home/omm/haf-install/haf-target/bin/haf_daemon
Method 2: On SmartKit
- Select all offload nodes and click Configure Service.

- Select Custom and click Next.

- Select Command Execution and click Add a Task.

- Set task 1 parameters and click Save.
Table 1 Parameter description Parameter
Description
Task Name
Checking the daemon status of offload nodes
Task Description
Checking the daemon status of offload nodes
Run Directory
/
Run Command
ps -ef | grep haf_daemon | grep -v grep | awk {'print $8'}
Whether to Check Return Code
No
Whether to Check Command Output
Yes
Expected Command Output
/home/omm/haf-install/haf-target/bin/haf_daemon

- Execute the service flow. The procedure is complete when the execution is successful.
Parent topic: Deploying HAF Using SmartKit