Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.12 KB

restarting-server-manager-and-all-services.adoc

File metadata and controls

34 lines (27 loc) · 1.12 KB
permalink sidebar keywords summary
maintain/restarting-server-manager-and-all-services.html
sidebar
storagegrid, recover, server manager, restart server manager
You might need to restart server manager and all services running on a grid node.

Restart Server Manager and all services

You might need to restart server manager and all services running on a grid node.

Before you begin

You have the Passwords.txt file.

Steps
  1. Log in to the grid node:

    1. Enter the following command: ssh admin@grid_node_IP

    2. Enter the password listed in the Passwords.txt file.

    3. Enter the following command to switch to root: su -

    4. Enter the password listed in the Passwords.txt file.

    When you are logged in as root, the prompt changes from $ to #.

  2. Restart Server Manager and all services on the grid node: service servermanager restart

    Server Manager and all services on the grid node are stopped and then restarted.

    Note
    Using the restart command is the same as using the stop command followed by the start command.
  3. Log out of the command shell: exit