Service Management Commands
Start, Stop and Restart Services
These commands start, stop or restart runtime services.
<start|stop|restart> <service_name> service
Use the get services command to retrieve the list of services.
|
Stopping a service does not stop its running tasks. For example, stopping the execution service will not stop the currently running sessions. |
SOAP Server
This command manage the SOAP Server, to start, stop or build the server content.
soap server [build|start|stop]
Get Services
This command show the runtime services information and status.
get services [name <service_name>] [format <format>]
Option | Mandatory | Description |
---|---|---|
|
No |
Only return information for the given service. |
|
No |
Columns to show on the output, separated with a comma. The available columns are |
Example 1. Get the list of services with their status
get services format %name,%status
rdbms,Running
execution,Stopped
soap,Running
listener,Running
scheduler,Running