Restarting the Services
Describes how to restart a service using either the Control System, the CLI or the REST API.
About this task
When a HPE Data Fabric system is rebooted, the following
services are automatically restarted:
- mapr-warden
- mapr-zookeeper
- mapr-loopbacknfs
- mapr-posix-client-*
service or
sysctl commands).NOTE
This feature is implemented with systemd and is only supported on
the following operating systems:- RHEL 7.0, 7.1
- CentOS 7.0, 7.1
- SLES 12
You can restart one or more services using the Control System and the CLI if the services are not disabled. However, if a service is disabled, the service cannot be restarted. To restart a service, make sure the service is enabled. See Enabling and Disabling a Service Using the CLI and REST API for more information.
Restarting the Services Running on the Nodes Using the Control System
About this task
To restart the services running on the nodes:
Procedure
Restarting one or more Services on a Node Using the Control System
Procedure
Restarting the Services on the Cluster Using the Control System
Procedure
Restarting a Service Using the CLI or REST API
About this task
The basic command to restart a service on a node is:
maprcli node services -nodes <node name> -name <service> -action restart
For complete reference information, see
node services.
associated with
the service to restart.