Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.17 KB

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

File metadata and controls

32 lines (25 loc) · 1.17 KB
permalink sidebar keywords summary
maintain/stopping-server-manager-and-all-services.html
sidebar
storagegrid, recover, stop server manager, stop all services, stop services
Server Manager is intended to run at all times, but you might need to stop Server Manager and all services running on a grid node.

Stop Server Manager and all services

Server Manager is intended to run at all times, but you might need to stop 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. Stop Server manager and all services running on the grid node: service servermanager stop

    Server Manager and all services running on the grid node are gracefully terminated. Services can take up to 15 minutes to shut down.

  3. Log out of the command shell: exit