Managing the HAF Service
On an offload node, HAF can start, stop, forcibly stop, restart, and query the status of the OmniData application service.
The command is as follows:
su -s /bin/bash - haf -c "haf-tool service --start/stop/kill/restart/status"
|
Option |
Description |
|---|---|
|
--start |
Start the application service. |
|
--stop |
Stop the application service. |
|
--kill |
Forcibly stop the application service. |
|
--restart |
Restart the application service. |
|
--status |
Query the application service status. |
- Select Command Execution and click Add a Task.
- Edit the task content and click Save.
Parameter
Description
Task Name
Starting/Stopping/Restarting/Checking the status of the HAF service
Run Directory
/
Run Command
su -s /bin/bash - haf -c "haf-tool service --start/--stop/--restart/--kill/--status"

Parent topic: Running and Maintaining the HAF