Starting Data Services

To start the MemVerge Memory Allocation Service (MVMAS) and other data services, use the systemctl command to run the services.

About this task

MVMAS and Memory Machine Services Daemon must be running on every data host.

To capture and restore snapshots and cluster snapshots on a data host, the mvsvcd and mvcsnapd services, respectively, must be running on the host.

The mmagent service is technically a management service, but it must be running on any data host managed by a multi-host license.

Procedure

  1. Optional: To check if a service is running, type the following:
    # systemctl status service_name
    where service_name is the service you want to check.
  2. To start any service on a data host, type the following:
    # systemctl start service_name
    where service_name is the service you want to start.
  3. You can provide multiple services to a systemctl command. For example, to start all Memory Machine data-side services at once, type:
    # systemctl start mvmallocd mvsvcd mvcsnapd mmagent