Managing the Service
You can create a task to start, stop, restart, view, and forcibly stop the OmniData service.
Select Command Execution, click Add a Task, set the task parameters according to Table 1, and click Save.
Parameter |
Description |
|---|---|
Task Name |
Managing the OmniData service |
Task Description |
Starting, stopping, restarting, viewing the status of, and forcibly stopping the OmniData service |
Run Directory |
/ |
Run Command |
sh /home/omm/omnidata-install/omnidata/bin/launcher start sh /home/omm/omnidata-install/omnidata/bin/launcher stop sh /home/omm/omnidata-install/omnidata/bin/launcher restart sh /home/omm/omnidata-install/omnidata/bin/launcher status sh /home/omm/omnidata-install/omnidata/bin/launcher kill |
The script parameters are described as follows:
- start: starts the OmniData service.
- stop: stops the OmniData service.
- restart: restarts the OmniData service.
- status: queries the OmniData service status.
- kill: forcibly stops the OmniData service.
Select one parameter and execute the command.
Parent topic: Maintaining the Feature