Managing the Service

Describes how to start, stop, and restart services using either the Control System or the CLI.

About this task

You can start, stop, and restart the service and view the service dashboard.

Starting, Stopping, and Restarting the Service Using the Control System

Procedure

  1. Log in to the Control System and click Services to display the list of services installed on the cluster.
  2. See Managing Services for information on starting, stopping, and restarting the services using the Control System.

Starting, Stopping, and Restarting the Service Using the CLI

Procedure

To:
  • Start the service, run the following command:
    maprcli node services -name filemigrate -nodes <node to start> -action start
  • Stop the service, run the following command:
    maprcli node services -name filemigrate -nodes <node to start> -action stop
  • Restart the service, run the following command:
    maprcli node services -name filemigrate -nodes <node to start> -action restart

Restarting the Service Using the Service UI

Procedure

Log in to the UI and click Restart File Migration Service.

Viewing the Service Dashboard

Procedure

Log in to the service UI to view the following:
  • Uploaded Files - Displays the number of files uploaded in the last hour.
  • Waiting Uploads - Displays the number of files waiting to be uploaded.
  • Uploaded Data - Displays the number of bytes uploaded in the last hour.