Working with Services

You can manually start and stop appliance services.

To view all appliance services and their statuses, login to the CLI Manager, navigate to Administration > Services.

Use caution before stopping or restarting a particular service. Make sure that no important actions are being performed by other users using the service that must be stopped or restarted.

In the Services dialog box, you can start, stop, or restart the following services:

Table 1. Appliance Services

ServicesESADSG
OS
Web UI, Secure Shell (SSH), Firewall, Real-time Graphs, SNMP Service, NTP Service, Cluster Status, Appliance Heartbeat Server, Appliance Heartbeat Client, Log Filter Server, Messaging System, Appliance Queues Backend, Docker, Rsyslog Service
LDAP
LDAP Server, Name Service Cache Daemon
Web Services Engine
Web Services Engine
Service Dispatcher
Service Dispatcher
Logging
 
Management Server, Management Server Database, Reports Repository, Reporting Engine
Policy Management
 
Policy Repository, HubController, PIM Cluster, Soft HSM Gateway, Key Management Gateway, Member Source Service, Meteringfacade, DevOps, Logfacade
For more information about the Meteringfacade and Logfacade services, refer to the section Services.
Reporting Server
 
Reports repository and reporting engine
Distributed Filesystem File Protector
 
DFS Cache Refresh
ETL Toolkit  
ETL Server
Cloud Gateway 
Cloud Gateway Cluster
td-agent
td-agent
Audit Store 
Audit Store Repository
Audit Store Management
Analytics 
Analytics, Audit Store Dashboards
RPS
 

You can change the status of any service when you select it from the list and choose Select. In the screen that follows the Service Management screen, select stop, start, or restart a service, as required.

When you apply any action on a particular service, the status message appears with the action applied. Press ENTER again to continue.

You can also use the Web UI to start or stop services. In the Web UI Services, you have additional options for stopping/starting services, such as Enable/Disable Auto-start for most of the services.

Important: Although the services can be started or stopped from the Web UI, the start/stop/restart action is restricted for some services. These services can be operated from the OS Console. Run the following command to start/stop/restart a service.

 /etc/init.d/<service_name> stop/start/restart

For example, to start the docker service, run the following command.

 /etc/init.d/docker start
Last modified : August 23, 2024