Skip to content

Administrate the SEAL Operator Services


Privileges

The commands for administrating the services execute PowerShell scripts on Windows and bash scripts on Linux. For more information about the privileges for this, refer to the Installation Requirements for Windows or the Installation Requirements for Linux.


Commands

Start the Complete SEAL Operator System

operator service start

Start Specific Services

operator service start <service_name_1> <service_name_2> ... <service_name_x>

Stop the Complete SEAL Operator System

operator service stop

Stop Specific Services

operator service stop <service_name_1> <service_name_2> ... <service_name_x>

Check the Status of the Complete SEAL Operator System

operator service status

Check the States of Specific Services

operator service status <service_name_1> <service_name_2> ... <service_name_x>

Back to top