Rate This Document
Findability
Accuracy
Completeness
Readability

Managing the Service

You can create a task to start, stop, restart, view, and forcibly stop the OmniData service.

Managing the HAF Service

For details, see Service Management in the HAF User Guide.

  • When referring to the HAF User Guide, change the HAF installation path (/home/omm/haf-install) to the OmniData installation path (/home/omm/omnidata-install).
  • Refer to library installations on compute and offload nodes.

Managing the OmniData Service

Run the following commands to manage the OmniData service:

  • Start the OmniData service.
    sh /home/omm/omnidata-install/omnidata/bin/launcher start
  • Stop the OmniData service.
    sh /home/omm/omnidata-install/omnidata/bin/launcher stop
  • Restart the OmniData service.
    sh /home/omm/omnidata-install/omnidata/bin/launcher restart
  • Query the OmniData service status.
    sh /home/omm/omnidata-install/omnidata/bin/launcher status
  • Forcibly stop the OmniData service.
    sh /home/omm/omnidata-install/omnidata/bin/launcher kill