Skip to main content

View current status of all services

Contributors netapp-perveilerk netapp-madkat netapp-lhalbert

You can view the current status of all services running on a grid node at any time.

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. View the status of all services running on the grid node: storagegrid-status

    For example, the output for the primary Admin Node shows the current status of the AMS, CMN, and NMS services as Running. This output is updated immediately if the status of a service changes.

    screen shot of storage-grid command output
  3. Return to the command line, press Ctrl+C.

  4. Optionally, view a static report for all services running on the grid node: /usr/local/servermanager/reader.rb

    This report includes the same information as the continuously updated report, but it is not updated if the status of a service changes.

  5. Log out of the command shell: exit